core: fix ROOT_URL

- root_url is used for docker authentication
- access to git.unkin.net is not yet ready
This commit is contained in:
Ben Vincent 2025-07-06 13:19:02 +10:00
parent 620339f69d
commit 0b51600689

View File

@ -96,11 +96,11 @@ gitea::custom_configuration:
server: server:
PROTOCOL: 'http' PROTOCOL: 'http'
DOMAIN: 'git.unkin.net' DOMAIN: 'git.unkin.net'
ROOT_URL: 'https://git.unkin.net' ROOT_URL: 'https://git.query.consul'
HTTP_ADDR: '0.0.0.0' HTTP_ADDR: '0.0.0.0'
HTTP_PORT: 3000 HTTP_PORT: 3000
START_SSH_SERVER: false START_SSH_SERVER: false
SSH_DOMAIN: 'git.unkin.net' SSH_DOMAIN: 'git.query.consul'
SSH_PORT: 2222 SSH_PORT: 2222
SSH_LISTEN_HOST: '0.0.0.0' SSH_LISTEN_HOST: '0.0.0.0'
OFFLINE_MODE: true OFFLINE_MODE: true