Added gravatar support in case of no avatar

This commit is contained in:
2025-07-19 11:19:40 +02:00
parent 994bdfa41d
commit b838d0f8d6
4 changed files with 68 additions and 1 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# General
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# Database
PG_USER=dev
PG_PASSWORD=dev
PG_HOST=localhost
PG_PORT=5433
PG_DATABASE=dev
# Auth
BETTER_AUTH_SECRET=
BETTER_AUTH_URL=http://localhost:3000
AUTHENTIK_CLIENT_ID=
AUTHENTIK_CLIENT_SECRET=
AUTHENTIK_DISCOVERY_URL=
# other
GRAVATAR_API_KEY=