Compare commits
No commits in common. "3344d7ab11bbd98fb9ff936829fbf30ae8adead4" and "f77c2c4a41f29269248f86ca602bb3d86bfda2bf" have entirely different histories.
3344d7ab11
...
f77c2c4a41
2 changed files with 535 additions and 605 deletions
File diff suppressed because it is too large
Load diff
|
@ -12,15 +12,14 @@ TEMP_PATH = /data/gitea/uploads
|
|||
|
||||
[server]
|
||||
APP_DATA_PATH = /data/gitea
|
||||
DOMAIN = git.ghoscht.com
|
||||
SSH_DOMAIN = git.ghoscht.com
|
||||
DOMAIN = localhost
|
||||
SSH_DOMAIN = localhost
|
||||
HTTP_PORT = 3000
|
||||
ROOT_URL = https://git.ghoscht.com
|
||||
ROOT_URL =
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = 2222
|
||||
SSH_PORT = 22
|
||||
SSH_LISTEN_PORT = 22
|
||||
LFS_START_SERVER = false
|
||||
LANDING_PAGE = /ghoscht
|
||||
|
||||
[database]
|
||||
PATH = /data/gitea/gitea.db
|
||||
|
@ -56,7 +55,7 @@ REVERSE_PROXY_LIMIT = 1
|
|||
REVERSE_PROXY_TRUSTED_PROXIES = *
|
||||
|
||||
[service]
|
||||
DISABLE_REGISTRATION = true
|
||||
DISABLE_REGISTRATION = false
|
||||
REQUIRE_SIGNIN_VIEW = false
|
||||
|
||||
[lfs]
|
||||
|
|
Loading…
Reference in a new issue