mirror of
https://git.coolaj86.com/coolaj86/gitea-installer.sh.git
synced 2025-12-16 02:20:05 +01:00
note HTTP_ADDR
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
All overrides to the existing theme can be placed in the `custom/public` and `custom/templates` folders.
|
||||
|
||||
Reference in New Issue
Block a user