25 lines
489 B
Markdown
25 lines
489 B
Markdown
|
|
|
|
# Forgejo #
|
|
|
|
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/
|
|
|
|
# Further Reading #
|
|
|
|
* Admin guide: https://forgejo.org/docs/latest/admin/
|
|
|
|
* Arch notes: https://wiki.archlinux.org/title/Forgejo
|
|
|