Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit 2814cc3

Browse files
authored
Update customizing-gitea.en-us.md
1 parent 2abe9c2 commit 2814cc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/doc/advanced/customizing-gitea.en-us.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ menu:
1818
The main way to customize Gitea is by using the `custom` folder. This is the central place to override and configure features.
1919

2020
If you install Gitea from binary, after the installation process ends, you can find the `custom` folder next to the binary.
21-
Gitea will create the folder for you and prepopulate it with a `conf` folder inside, where Gitea stores all the configuration settings provided through the installation steps ([give a look here](https://docs.gitea.io/en-us/config-cheat-sheet/) for a complete list).
21+
Gitea will create the folder for you and prepopulate it with a `conf` folder inside, where Gitea stores all the configuration settings provided through the installation steps (have a look [here](https://docs.gitea.io/en-us/config-cheat-sheet/) for a complete list).
22+
23+
If you can't find the `custom` folder next to the binary, please check the `GITEA_CUSTOM` environment variable, that can be used to override the default path to something else. `GITEA_CUSTOM` might be set for example in your launch script file. Please have a look [here](https://docs.gitea.io/en-us/specific-variables/) for a complete list of environment variables.
2224

2325
## Customizing /robots.txt
2426

0 commit comments

Comments
 (0)