feat(themes,templates,signup-gate): add signup gate, remove custom theme switcher from links footer

This commit is contained in:
hh
2026-07-22 22:18:26 +02:00
parent 9d6ff3ae8c
commit 94e452a213
23 changed files with 927 additions and 43 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
app:
build: .
image: gitea-signup-gate/base
restart: always
volumes:
- ./src:/app/src
env_file:
- ".env"
command:
- "app"