diff --git a/09_homelab_apps/homelab-apps/templates/forgejo.yaml b/09_homelab_apps/homelab-apps/templates/forgejo.yaml index 9f3b34c..da83364 100644 --- a/09_homelab_apps/homelab-apps/templates/forgejo.yaml +++ b/09_homelab_apps/homelab-apps/templates/forgejo.yaml @@ -31,6 +31,8 @@ spec: migrations: ALLOWED_DOMAINS: "*.hnrx.net" ALLOW_LOCALNETWORKS: true + openid: + ENABLE_OPENID_SIGNIN: false database: DB_TYPE: postgres HOST: postgresql-test1-pgbouncer.everest-db.svc:5432 @@ -41,7 +43,8 @@ spec: picture: GRAVATAR_SOURCE: gravatar server: - LANDING_PAGE: explore + LANDING_PAGE: explore + OFFLINE_MODE: false postgresql: enabled: false persistence: