initial commit

This commit is contained in:
2026-06-17 22:37:47 +05:30
commit bc31b2508b
100 changed files with 18050 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=SoftVowels Astro rebuild webhook
After=network.target
[Service]
Type=simple
Environment=WEBHOOK_PORT=4321
Environment=REBUILD_TOKEN=change-me
Environment=REPO_DIR=/opt/softvowels
Environment=LOG_FILE=/var/log/softvowels-rebuild.log
ExecStart=/usr/bin/node /opt/softvowels/scripts/webhook.js
Restart=on-failure
User=root
[Install]
WantedBy=multi-user.target