From 8012f30f506870c15183f60967f464dfec00bc7a Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Wed, 1 Mar 2023 19:56:18 +0100 Subject: [PATCH] feat(forgejo): direct anonymous users to explore page --- k8s/roles/gitea/templates/values.forgejo.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/roles/gitea/templates/values.forgejo.yml.j2 b/k8s/roles/gitea/templates/values.forgejo.yml.j2 index 6ec459c..5939382 100644 --- a/k8s/roles/gitea/templates/values.forgejo.yml.j2 +++ b/k8s/roles/gitea/templates/values.forgejo.yml.j2 @@ -49,6 +49,8 @@ gitea: PROTOCOL: http ROOT_URL: https://code.icb4dc0.de/ LFS_START_SERVER: 'true' + LANDING_PAGE: explore + ENABLE_GZIP: 'true' service: DISABLE_REGISTRATION: 'true' DEFAULT_KEEP_EMAIL_PRIVATE: 'true'