This commit is contained in:
2026-08-02 01:35:04 +00:00
parent 2f450e641d
commit 439673af16
37 changed files with 1157 additions and 413 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Gitea Webhook Listener
After=network.target
[Service]
Type=simple
User=plorbus
ExecStart=/usr/bin/webhook -hooks /etc/webhook/hooks.json -verbose -port 9000
Restart=on-failure
[Install]
WantedBy=multi-user.target