From c57897652edcd0c203a4a0eb9047aca6f5668e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 15 Nov 2025 18:56:33 +0100 Subject: [PATCH] feat: set Gitea default theme to edge-dark and require sign-in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change default theme from gitea-dark to edge-dark - Enable REQUIRE_SIGNIN_VIEW to hide landing page from anonymous users 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- dev/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/compose.yaml b/dev/compose.yaml index 231341a..80f7848 100644 --- a/dev/compose.yaml +++ b/dev/compose.yaml @@ -37,11 +37,11 @@ services: GITEA__mailer__SMTP_PORT: 1025 GITEA__mailer__FROM: ${EMAIL_FROM} GITEA__service__DISABLE_REGISTRATION: false - GITEA__service__REQUIRE_SIGNIN_VIEW: false + GITEA__service__REQUIRE_SIGNIN_VIEW: true GITEA__packages__ENABLED: true GITEA__actions__ENABLED: true GITEA__ui__THEMES: gitea-auto,gitea-light,gitea-dark,arc-green,edge-auto,edge-dark,edge-light,everforest-auto,everforest-dark,everforest-light,gruvbox-auto,gruvbox-dark,gruvbox-light,gruvbox-material-auto,gruvbox-material-dark,gruvbox-material-light,nord,palenight,soft-era,sonokai,sonokai-andromeda,sonokai-atlantis,sonokai-espresso,sonokai-maia,sonokai-shusia - GITEA__ui__DEFAULT_THEME: gitea-dark + GITEA__ui__DEFAULT_THEME: edge-dark GITEA__ui__ENABLE_FEED: true networks: - compose_network