From 641cd7f43d8f2533c2c96e5f983045f6f96be2e9 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Sun, 5 Apr 2026 23:55:44 -0400 Subject: [PATCH] [update] handle escaping per documentation --- gitea/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index 0bae10d..443cf1a 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -39,7 +39,9 @@ services: - GITEA__repository__ROOT=/data/git/repositories - GITEA__repository__DISABLE_HTTP_GIT=false # Repository signing - - GITEA__repository__signing__DEFAULT_TRUST_MODEL=committer + - GITEA__repository_0X2E_signing__DEFAULT_TRUST_MODEL=committer + # Repository pull-request + - GITEA__repository_0X2E_pull_0X2D_request__DEFAULT_MERGE_STYLE=merge # Security - GITEA__security__INSTALL_LOCK=true - GITEA__security__INTERNAL_TOKEN=${GITEA_INTERNAL_TOKEN} @@ -71,7 +73,7 @@ services: - GITEA__log__MODE=console - GITEA__log__LEVEL=info # Cron - - GITEA__cron__update_checker__ENABLED=false + - GITEA__cron_0X2E_update_checker__ENABLED=false # Other - GITEA__other__SHOW_FOOTER_POWERED_BY=false volumes: