note HTTP_ADDR
This commit is contained in:
parent
3ee76dbb7e
commit
7b0570934a
|
@ -54,6 +54,12 @@ which database to use, certain gitea paths, an admin user, etc.
|
||||||
https://github.com/go-gitea/gitea/tree/master/custom/conf/app.ini.sample
|
https://github.com/go-gitea/gitea/tree/master/custom/conf/app.ini.sample
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once a reverse proxy is set up you can change the `HTTP_ADDR` from the default (world accessible) to localhost-only.
|
||||||
|
|
||||||
|
```
|
||||||
|
HTTP_ADDR = localhost
|
||||||
|
```
|
||||||
|
|
||||||
## Customize Gitea Theme
|
## Customize Gitea Theme
|
||||||
|
|
||||||
All overrides to the existing theme can be placed in the `custom/public` and `custom/templates` folders.
|
All overrides to the existing theme can be placed in the `custom/public` and `custom/templates` folders.
|
||||||
|
|
Loading…
Reference in New Issue