fix(forgejo): Fix default landing page configuration
Was missing underscore to be set correctly.
This commit is contained in:
parent
801d4b751b
commit
29ccedf146
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ services:
|
|||
- "FORGEJO__database__PASSWD={{ forgejo_db_password }}"
|
||||
- "FORGEJO__server__ROOT_URL={{ (forgejo_use_https == True) | ternary('https', 'http') }}://{{ (subdomain_alias is not undefined and not none) | ternary(subdomain_alias, stack_name) }}.{{server_domain}}"
|
||||
- "FORGEJO__server__SSH_DOMAIN={{ (subdomain_alias is not undefined and not none) | ternary(subdomain_alias, stack_name) }}.{{server_domain}}"
|
||||
- FORGEJO__server__LANDINGPAGE=explore
|
||||
- FORGEJO__server__LANDING_PAGE=explore
|
||||
- FORGEJO__service__DISABLE_REGISTRATION=true
|
||||
{% if forgejo_app_admin_username is not undefined and not None and forgejo_app_admin_password is not undefined and not None %}
|
||||
- FORGEJO__security__INSTALL_LOCK=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue