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
+25
View File
@@ -0,0 +1,25 @@
[project]
name = "gitea-signup-gate"
version = "0.1.0"
description = "Self-service activation gate for manually-confirmed Gitea registrations"
authors = [
{ name = "h", email = "h@kotikot.com" }
]
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.121.2",
"httpx>=0.28.1",
"pydantic-settings>=2.12.0",
"rich>=14.2.0",
"uvicorn>=0.38.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.hatch.build.sources]
"src" = ""