Custom email template rendered via AUTH_APP_URL, mounted in Authentik, and gitignored rendered HTML to avoid localhost hardcoding in prod.
40 lines
423 B
Plaintext
40 lines
423 B
Plaintext
# Environment
|
|
.env
|
|
.env.resolved
|
|
|
|
# Go binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/ultid
|
|
|
|
# Test & coverage
|
|
*.test
|
|
*.out
|
|
coverage.html
|
|
|
|
# Vendor (optional)
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker data (local volumes)
|
|
docker-data/
|
|
|
|
# Rendered Authentik email templates (generated by deploy/authentik/render-blueprints.sh)
|
|
deploy/authentik/templates/**/*.html
|
|
|
|
# Node.js
|
|
node_modules/
|