feat: Enable /run/gatus.socket socket instead of default port

This commit is contained in:
selfhoster selfhoster 2026-07-11 10:04:12 +02:00
commit 7d95385b25
4 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,6 @@
adduser --group --system gatus
mkdir -p /var/lib/gatus
chown -R gatus: /var/lib/gatus
chown -R gatus: /var/lib/gatus
mkdir -p /var/run/gatus
chown -R gatus: /var/run/gatus
systemctl daemon-reload

1
debian/gatus/DEBIAN/postremove vendored Executable file
View file

@ -0,0 +1 @@
systemctl daemon-reload

View file

@ -1,6 +1,6 @@
use-privileged-ping: true
web:
port: 8081
socket: /var/run/gatus/gatus.sock
storage:
type: "sqlite"
path: "/var/lib/gatus/gatus.sqlite"