Simplify Deployment (#5)
* docs(deploy): simplify deployment without Coolify
Replace Coolify with plain Docker Compose + Caddy + GitHub Actions:
- Debian 13 with Docker installed directly
- Caddy for reverse proxy and auto-SSL
- GitHub Actions for auto-deploy on push to main
- Install mosh, git, and gh CLI for easier server management
Much simpler setup with fewer moving parts.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs(deploy): add production configs and simplify instructions
- Add docker-compose.prod.yml with Caddy + Netdata
- Add deploy.sh script for auto-deploy
- Add .github/workflows/deploy.yml for CI/CD
- Add Caddyfile.example with basic auth for Netdata
- Update .env.example with NETDATA_CLAIM_TOKEN
- Update .gitignore to exclude Caddyfile (contains secrets)
- Simplify DEPLOY.md to reference existing files
- Remove step numbers from headings
- Use vim instead of nano
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
authored by