Use port epxosed by haproxy
This commit is contained in:
parent
a5dd3ef3fd
commit
a92fbc43f2
@ -14,13 +14,14 @@ TEMP_PATH = /mnt/gitea/gitea/uploads
|
||||
[server]
|
||||
APP_DATA_PATH = /mnt/gitea/gitea
|
||||
SSH_DOMAIN = git.redxen.eu
|
||||
SSH_PORT = {{ gitea.port.ssh.display }}
|
||||
SSH_LISTEN_PORT = {{ gitea.port.ssh.listen }}
|
||||
HTTP_ADDR = {{ ansible_ens10.ipv4.address }}
|
||||
HTTP_PORT = {{ gitea.port.http }}
|
||||
ROOT_URL = https://{{ gitea.domain }}/
|
||||
DISABLE_SSH = false
|
||||
START_SSH_SERVER = true
|
||||
BUILTIN_SSH_SERVER_USER = git
|
||||
SSH_PORT = {{ gitea.port.ssh }}
|
||||
LFS_CONTENT_PATH = /mnt/gitea/git/lfs
|
||||
LANDING_PAGE = explore
|
||||
|
||||
|
Reference in New Issue
Block a user