Add basic forgejo config customization

This commit is contained in:
GHOSCHT 2024-03-07 17:15:41 +01:00
parent f77c2c4a41
commit 8409bc7f9e
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -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]