diff --git a/app.ini.tmpl b/app.ini.tmpl index 44c46dd..6da67f9 100644 --- a/app.ini.tmpl +++ b/app.ini.tmpl @@ -25,6 +25,7 @@ STARTUP_TIMEOUT = 0 [server] DOMAIN = {{ env "GITEA_DOMAIN" }} +LANDING_PAGE = organizations ROOT_URL = https://%(DOMAIN)s/ SSH_DOMAIN = {{ env "GITEA_DOMAIN" }} SSH_LISTEN_PORT = {{ env "GITEA_SSH_PORT" }} diff --git a/compose.yml b/compose.yml index daac52c..3cf31bd 100644 --- a/compose.yml +++ b/compose.yml @@ -77,7 +77,7 @@ networks: configs: app_ini: - name: gitea_app_ini_v7 + name: gitea_app_ini_v8 file: app.ini.tmpl template_driver: golang