-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
Ok, this time I've done the pull request in the correct repository... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, except for the "install from binary" observation
@@ -17,14 +17,32 @@ menu: | |||
|
|||
The main way to customize Gitea is by using the `custom` folder. This is the central place to override and configure features. | |||
|
|||
If you installed Gitea from binary, you can find the `custom` folder next to the binary. | |||
You should already find it, with a `conf` folder inside, where Gitea stores all the configuration settings provided through the installation steps. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which binary contains the custom
folder ? Last time I checked he official binary downloads were a single executable file...
committed the fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should you mention somewher ethat the custom
folder can be configured to be elsewhere via an environment variable ?
Can you give me an entry point to read something about that? Should be nice to add a short reference about this feature.
|
See #111 (which suggests the info should already be in the file) |
done |
thanks, LGTM |
LGTM, sorry for the delay |
Some changes to the update page.