Added email functionality
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
Olaf
2026-08-25 22:27:45 +02:00
parent bd78e3b86e
commit 07e520e03f
13 changed files with 228 additions and 8 deletions
+8
View File
@@ -11,6 +11,14 @@ LINKLOG_APP_NAME=LinkLog
LINKLOG_VERSION=0.1.0
LINKLOG_SECRET_KEY=replace-with-a-long-random-secret
LINKLOG_TOKEN_EXPIRY_DAYS=30
LINKLOG_PUBLIC_URL=http://localhost:8000
LINKLOG_SMTP_HOST=
LINKLOG_SMTP_PORT=587
LINKLOG_SMTP_USERNAME=
LINKLOG_SMTP_PASSWORD=
LINKLOG_SMTP_FROM=LinkLog <no-reply@localhost>
LINKLOG_SMTP_USE_TLS=true
LINKLOG_EMAIL_VERIFICATION_EXPIRY_HOURS=24
# Optional comma-separated override. Leave empty to use the built-in list.
LINKLOG_TRACKING_PARAMS=
# Keep the default path when using the named linklog_data volume.