Feat: matrix, gitea, ntfy, headscale, collabora

This commit is contained in:
CoolnsX
2025-03-29 23:57:40 +05:30
parent 8ba2a81211
commit 662219f75a
12 changed files with 259 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
[Unit]
Description=Headscale Container
Requires=nginx-proxy.service
After=nginx-proxy.service
[Container]
Pod=nginx-proxy.pod
ContainerName=headscale
Image=docker.io/headscale/headscale:latest
Exec=serve
# Enable auto-update container
AutoUpdate=registry
Volume=%h/podman/headscale/config:/etc/headscale
Volume=%h/podman/headscale/data:/var/lib/headscale
Volume=%h/podman/headscale/run:/var/run/headscale
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target