recipes/doc/forgejo.md
2024-08-28 12:46:05 +01:00

489 B

Forgejo

For git ssh requires PAM active in ssh config.

Actions

Podman requires slirn4netns package to be installed.

Launching podman service and runner:

podman system service -t 0 unix:///tmp/podman.sock&
DOCKER_HOST=unix:///tmp/podman.sock ./forgejo-runner daemon

I also needed to remove the dir under: /run/user/1000/netns/

Further Reading