Logo
Explore Help
Register Sign In
valknar/awesome
1
0
Fork 0
You've already forked awesome
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
awesome/deploy/awesome-index.service.template

20 lines
336 B
Plaintext
Raw Permalink Normal View History

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
[Unit]
Description=Awesome Database Indexing
After=network.target docker.service
[Service]
Type=oneshot
User={{USER}}
WorkingDirectory={{WORK_DIR}}
ExecStart={{SCRIPT_PATH}}
StandardOutput=journal
StandardError=journal
# Restart on failure
Restart=on-failure
RestartSec=300
# Resource limits (optional)
# MemoryMax=2G
# CPUQuota=50%
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 24ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API