feat: Use privileged ping

This commit is contained in:
selfhoster selfhoster 2026-07-09 22:09:06 +02:00
commit ba0578d3e4
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
name: Release
env:
PKG_VERSION: "2025.07.09-1"
PKG_VERSION: "2026.07.09-1"
# TODO: actions/checkout only supports GITHUB repos...
GATUS_REPO: "selfhoster1312/gatus"
GATUS_REF: "fork"

View file

@ -1,3 +1,4 @@
use-privileged-ping: true
web:
port: 8081
storage:

View file

@ -5,7 +5,7 @@ After=network.target network-online.target
Requires=network-online.target
[Service]
Type=notify
Type=exec
User=gatus
Group=gatus
Environment=GATUS_CONFIG_PATH=/etc/gatus/gatus.yaml
@ -14,7 +14,7 @@ TimeoutStopSec=5s
LimitNOFILE=1048576
PrivateTmp=true
ProtectSystem=full
AmbientCapabilities=CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_RAW
[Install]
WantedBy=multi-user.target