Add docs, scripts, and update README

- Added docs/AUTH.md with authentication system documentation
- Added server scripts (auto-deploy, backup, monitor, webhook-server)
- Updated README with deployment info and project structure
- Added gitignore for backup archives
This commit is contained in:
Leon Bösche
2026-01-13 19:23:33 +01:00
parent 233f1dd315
commit 294b28d1a8
10 changed files with 819 additions and 88 deletions

9
scripts/deploy-now.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Manual deploy script - call this when you want immediate deployment
# Usage: ./deploy-now.sh
echo "🚀 Starting immediate deployment..."
/opt/scripts/auto-deploy.sh
echo "✅ Manual deployment completed!"