2 Commits

Author SHA1 Message Date
valknarness
07089288f0 fix: add permission fix for Docker container deployment
Ensure database files are owned by node:node after copying to container.
This fixes the issue where the app couldn't read root-owned database files.

- Add chown command after docker cp
- Update both VPS script and template
- Tested and working on production

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 06:37:42 +01:00
valknarness
1b62269116 feat: add VPS deployment automation with systemd templates
Add automated VPS deployment system for remote database indexing:
- Interactive setup script with SSH deployment
- Systemd service/timer templates for daily scheduling
- Indexing script with Docker container support
- Comprehensive README documentation

Features:
- Automated daily indexing on remote servers
- Optional Docker container deployment
- Configurable paths, schedules, and incremental mode
- Full monitoring and management commands
- Troubleshooting guide for common issues

Usage: cd deploy && ./setup-vps.sh

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 00:20:54 +01:00