Show organisations on front page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f33f82668c
commit
d57653f648
@ -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" }}
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user