Initial PULSE server commit with Authelia SSO integration

This commit is contained in:
2025-11-29 19:26:20 -05:00
commit dcca2b9e50
5 changed files with 1922 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
# Node modules
node_modules/
# Environment variables (NEVER commit these!)
.env
.env.local
.env.*.local
# Database files
*.db
*.sqlite
*.sqlite3
# Logs
*.log
npm-debug.log*
logs/
# OS files
.DS_Store
Thumbs.db
# Backups
*.backup
*.bak
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~