recipes/doc/forgejo.md

26 lines
489 B
Markdown
Raw Normal View History

2024-08-26 14:58:38 +00:00
2024-08-28 11:46:05 +00:00
# Forgejo #
2024-08-26 14:58:38 +00:00
2024-08-28 11:46:05 +00:00
For git ssh requires PAM active in ssh config.
# Actions #
Podman requires `slirn4netns` package to be installed.
Launching podman service and runner:
```sh
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/
2024-08-26 14:58:38 +00:00
# Further Reading #
* Admin guide: https://forgejo.org/docs/latest/admin/
* Arch notes: https://wiki.archlinux.org/title/Forgejo