forgejo_settings

This commit is contained in:
2026-05-10 22:36:28 +02:00
parent 2eb7188076
commit 10617d47f8
@@ -28,8 +28,8 @@ spec:
config: config:
actions: actions:
ENABLED: true ENABLED: true
LOG_RETENTION_DAYS = 365 LOG_RETENTION_DAYS: 365
ARTIFACT_RETENTION_DAYS = 90 ARTIFACT_RETENTION_DAYS: 90
api: api:
MAX_RESPONSE_ITEMS: 100 MAX_RESPONSE_ITEMS: 100
mailer: mailer:
@@ -59,6 +59,9 @@ spec:
OFFLINE_MODE: false OFFLINE_MODE: false
service: service:
ENABLE_NOTIFY_MAIL: true ENABLE_NOTIFY_MAIL: true
explore:
DISABLE_USERS_PAGE: true
DISABLE_ORGANIZATIONS_PAGE: true
webhook: webhook:
ALLOWED_HOST_LIST: "*.hnrx.net" ALLOWED_HOST_LIST: "*.hnrx.net"
SKIP_TLS_VERIFY: true SKIP_TLS_VERIFY: true