add config for if github auth is enabled. room for more...

This commit is contained in:
Thomas Ruoff
2026-03-03 22:21:34 +01:00
parent 899bc86967
commit e3d67fbe8a
3 changed files with 10 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ Auth is handled by `better-auth` via `lib/auth.ts` (server) and `lib/auth-client
- `ADMIN_EMAIL` — Only email allowed to log in
- `BETTER_AUTH_SECRET` — Auth secret key
- `GITHUB_CLIENT_ID` / `GITHUB_CLIENT_SECRET` — GitHub OAuth app (optional)
- `NEXT_PUBLIC_GITHUB_ENABLED` — Set to enable GitHub OAuth login on the client
- `SMTP_USER` / `SMTP_PASS` / `FROM_EMAIL` — Email via wirtanen.uberspace.de:465
- `GOOGLE_CALENDAR_ID` — Calendar to sync bookings into
- `GOOGLE_SERVICE_ACCOUNT_KEY_JSON` — Service account credentials (JSON string)