Commit Graph

2 Commits

Author SHA1 Message Date
Michael Simard
6344171c62 Fix deploy.sh for existing non-git directory
Handle case where remote directory exists but is not a git repository.
Backs up config.js, removes directory, clones fresh, restores config.js.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 09:44:36 -06:00
Michael Simard
8396fbcf6f Add Docker deployment for Unraid
- Dockerfile with nginx:alpine for static file serving
- docker-compose.yml with port 9113:80 mapping
- deploy.sh for git-based deployment to Unraid
- setup-unraid.sh for initial server configuration
- manage.sh for container operations (logs, status, restart, etc.)
- .gitignore to exclude config.js

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 09:43:02 -06:00