Show organisations on front page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-09 08:25:00 +02:00
parent f33f82668c
commit d57653f648
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 1 deletions

View File

@ -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" }}

View File

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