init
This commit is contained in:
commit
a4b0910451
9
status.caddy
Normal file
9
status.caddy
Normal 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
20
status.container
Normal 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
2
status.network
Normal file
@ -0,0 +1,2 @@
|
||||
[Network]
|
||||
Label="caddy=true"
|
2
status.volume
Normal file
2
status.volume
Normal file
@ -0,0 +1,2 @@
|
||||
[Volume]
|
||||
Label="backup=true"
|
Loading…
Reference in New Issue
Block a user