init commit

This commit is contained in:
mk
2026-02-15 00:47:12 -03:00
commit 0951f21e8e
21 changed files with 408 additions and 0 deletions

26
mastodon/.env.example Normal file
View File

@@ -0,0 +1,26 @@
PUID=1000
PGID=1001
TZ=America/Sao_Paulo
# Domain
LOCAL_DOMAIN=yourdomainhere
WEB_DOMAIN=yourdomainhere
# Database
DB_PASS=changeme
# Secrets (generate these - do not leave empty)
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY=
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY=
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT=
SECRET_KEY_BASE=
OTP_SECRET=
VAPID_PRIVATE_KEY=
VAPID_PUBLIC_KEY=
# SMTP
SMTP_SERVER=mail.example.com
SMTP_PORT=25
SMTP_LOGIN=
SMTP_PASSWORD=
SMTP_FROM_ADDRESS=notifications@yourdomainhere