init
All checks were successful
release-tag / release-image (push) Successful in 1m55s

This commit is contained in:
2026-05-14 13:38:41 +02:00
parent 5d1ced594d
commit be7bd79fc7
16 changed files with 1434 additions and 1 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Development fallback: local nickname login
AUTH_MODE=local
# Pocket ID / OIDC login
# AUTH_MODE=oidc
# OIDC_ISSUER=https://id.example.com
# OIDC_CLIENT_ID=your-client-id
# OIDC_CLIENT_SECRET=your-client-secret
# OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
# OIDC_SCOPES=openid profile email
# Generate with: openssl rand -base64 32
SESSION_SECRET=replace-with-a-random-32-byte-secret