feat: add release workflow and static build config

This commit is contained in:
2026-01-15 23:54:47 +08:00
parent cccbd80078
commit 69f4ad5fec
7 changed files with 147 additions and 7 deletions

12
traudit.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=Traudit Reverse Proxy
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/traudit -f /etc/traudit/config.yaml
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target