Add telemetry support from via Judd

This commit is contained in:
kittentm 2026-02-22 19:48:25 +01:00
commit 227002a9ef
19 changed files with 4110 additions and 4 deletions

View file

@ -3,6 +3,7 @@ from cryptography.fernet import Fernet
class Settings(BaseSettings):
port: int = 5000
judd_port: int = 4000
db_url: str
fernet_key: str
cookie_httponly: bool = True