feat: Add deployment documentation and templates (issue #12) #23

Merged
shoko merged 2 commits from fix/issue-12 into main 2026-04-09 01:23:54 +02:00

2 Commits

Author SHA1 Message Date
shokollm
ad17ca6c41 fix: Use git.example.com instead of git.fbrns.co for placeholder
As per review feedback, changed all git instance URLs to use
git.example.com as a placeholder since the code will be hosted
on a different instance.
2026-04-08 23:00:10 +00:00
shokollm
9c8afa396c feat: Add deployment documentation and templates (issue #12)
Created comprehensive deployment guide with:

- DEPLOYMENT.md: Full documentation covering server requirements,
  step-by-step deployment, troubleshooting, and project structure
- scripts/nginx-template.conf: Nginx configuration with SSL, reverse
  proxy to backend, and frontend static file serving
- scripts/systemd-template.service: Systemd service for auto-restart
  and environment variable management
- scripts/deploy.sh: Automated deployment script for rolling updates
2026-04-08 22:34:15 +00:00