Fix gitea?

This commit is contained in:
Maurice
2025-10-04 21:00:59 +02:00
parent 7f45140c73
commit 2a519e9808
3 changed files with 10 additions and 3 deletions

View File

@@ -36,5 +36,8 @@ echo "net.ipv4.ip_unprivileged_port_start=53" >> /etc/sysctl.d/podman.conf
sysctl -p /etc/sysctl.d/podman.conf
# Enable and start Podman socket
echo 'podman_user="podman"' >> /etc/rc.conf
rc-update add podman
rc-service podman start
rc-service podman start
chmod 666 /run/podman/podman.sock