This commit is contained in:
Job 2024-05-01 21:00:32 +02:00
commit a4b0910451
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U
4 changed files with 33 additions and 0 deletions

9
status.caddy Normal file
View File

@ -0,0 +1,9 @@
status.plabble.org {
reverse_proxy systemd-status:3001
encode zstd gzip
log access
import default-headers
@status path /status/*
header @status Cache-Control no-cache
}

20
status.container Normal file
View File

@ -0,0 +1,20 @@
[Container]
Image=docker.io/louislam/uptime-kuma:1-alpine
AutoUpdate=registry
Network=status.network
# storage
Volume=status.volume:/app/data
# security
ReadOnly=true
NoNewPrivileges=true
DropCapability=ALL
AddCapability=SETUID SETGID
[Service]
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target default.target

2
status.network Normal file
View File

@ -0,0 +1,2 @@
[Network]
Label="caddy=true"

2
status.volume Normal file
View File

@ -0,0 +1,2 @@
[Volume]
Label="backup=true"