chore: add deployment scripts (LXC setup, systemd, Caddy reference)

This commit is contained in:
Mortdecai
2026-04-10 01:28:43 -04:00
parent 2274bf8066
commit ad288d82f2
2 changed files with 48 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=AI Hell - Passive Horror Webapp
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/ai-hell
ExecStart=/opt/ai-hell/venv/bin/python run.py
Restart=on-failure
RestartSec=5
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target