From 10617d47f8c79991f3510c120c590cf81b38fc27 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 10 May 2026 22:36:28 +0200 Subject: [PATCH] forgejo_settings --- 09_homelab_apps/homelab-apps/templates/forgejo.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/09_homelab_apps/homelab-apps/templates/forgejo.yaml b/09_homelab_apps/homelab-apps/templates/forgejo.yaml index 410fcd7..8fa0463 100644 --- a/09_homelab_apps/homelab-apps/templates/forgejo.yaml +++ b/09_homelab_apps/homelab-apps/templates/forgejo.yaml @@ -28,8 +28,8 @@ spec: config: actions: ENABLED: true - LOG_RETENTION_DAYS = 365 - ARTIFACT_RETENTION_DAYS = 90 + LOG_RETENTION_DAYS: 365 + ARTIFACT_RETENTION_DAYS: 90 api: MAX_RESPONSE_ITEMS: 100 mailer: @@ -59,6 +59,9 @@ spec: OFFLINE_MODE: false service: ENABLE_NOTIFY_MAIL: true + explore: + DISABLE_USERS_PAGE: true + DISABLE_ORGANIZATIONS_PAGE: true webhook: ALLOWED_HOST_LIST: "*.hnrx.net" SKIP_TLS_VERIFY: true