zeripath
zeripath
If I've written that patch correctly - yes, if Gitea originally opened the listener, otherwise no.
make lgtm work
Set `[git].HOME_PATH` to an appropriate place for your configuration in app.ini. See the breaking changes notices in our blog post: https://blog.gitea.io/2022/07/gitea-1.17.0-is-released/#-internal-gitconfig-19732httpsgithubcomgo-giteagiteapull19732 Copied below: ### Internal Gitconfig ([#19732](https://github.com/go-gitea/gitea/pull/19732)) Previously, Gitea used...
The error you're receiving is stating it can't create what is the new default `[git].HOME_PATH` so I suggest you override this.
The `[git]` `HOME_PATH` is a new setting from 1.17. It defaults to `APP_DATA_PATH/home`. Where `[server]` `APP_DATA_PATH` is `/data/gitea` in the docker and thus `/data/gitea/home` Simply create the directory `/data/gitea/home` on...
@swang-harbin: > I run `gitea doctor`,and it prints the error below > > ``` > $ gitea doctor > panic: Failed to create sublogger (doctor): open doctor.log: permission denied >...
This is more of an extension to #20571 than replacement or alternative - if it's preferred to have this level of control we can merge it into #20571 or do...
> I still don't understand this YAML frontmatter business. How does it apply to Markdown? How is it used? The simple idea is that users use the yaml frontmatter to...
Frontmatter is a common extension that lots of markdown renderers provide: https://gohugo.io/content-management/front-matter/ https://jekyllrb.com/docs/front-matter/ https://www.gatsbyjs.com/docs/how-to/routing/adding-markdown-pages/#:~:text=When%20you%20create%20a%20Markdown,and%20end%20of%20the%20block. We've had a very basic front matter parser available in Gitea for quite some time -...
## What Operating System are you using? If you're using Windows try the gogit variant. ## What version of git are you using? Upgrade to the latest git. If you're...