Add basic forgejo config customization
This commit is contained in:
parent
f77c2c4a41
commit
8409bc7f9e
1 changed files with 6 additions and 5 deletions
|
@ -12,14 +12,15 @@ TEMP_PATH = /data/gitea/uploads
|
|||
|
||||
[server]
|
||||
APP_DATA_PATH = /data/gitea
|
||||
DOMAIN = localhost
|
||||
SSH_DOMAIN = localhost
|
||||
DOMAIN = git.ghoscht.com
|
||||
SSH_DOMAIN = git.ghoscht.com
|
||||
HTTP_PORT = 3000
|
||||
ROOT_URL =
|
||||
ROOT_URL = https://git.ghoscht.com
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = 22
|
||||
SSH_PORT = 2222
|
||||
SSH_LISTEN_PORT = 22
|
||||
LFS_START_SERVER = false
|
||||
LANDING_PAGE = /ghoscht
|
||||
|
||||
[database]
|
||||
PATH = /data/gitea/gitea.db
|
||||
|
@ -55,7 +56,7 @@ REVERSE_PROXY_LIMIT = 1
|
|||
REVERSE_PROXY_TRUSTED_PROXIES = *
|
||||
|
||||
[service]
|
||||
DISABLE_REGISTRATION = false
|
||||
DISABLE_REGISTRATION = true
|
||||
REQUIRE_SIGNIN_VIEW = false
|
||||
|
||||
[lfs]
|
||||
|
|
Loading…
Reference in a new issue