docs: Forgejo git-SSH on host port 9200

This commit is contained in:
Hernâni Marques 2026-07-10 14:38:28 +02:00
parent dc2262b056
commit b0efda7731
No known key found for this signature in database
5 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ Do **not** switch to the non-rootless `forgejo:11` image under rootless podman:
| Path | `/home/hernani/koopa-forgejo/` |
| Containers | `koopa-forgejo` (**rootless**), `koopa-forgejo-db` (postgres:16-alpine) |
| HTTP | host **9024** → Caddy `git.hacktivism.ch` |
| SSH (git) | host **2222** → container 2222 (direct; not via Caddy) |
| SSH (git) | host **9200** → container 2222 (direct; not via Caddy) |
| ROOT_URL | `https://git.hacktivism.ch/` |
| Landing | explore (public browse OK) |
@ -60,5 +60,5 @@ sudo systemctl reload caddy
## Notes
- DNS already points `git.hacktivism.ch` at koopa (with other hacktivism names).
- Git over SSH: `ssh://git@git.hacktivism.ch:2222/…` (open **2222** on firewall/router if WAN access needed).
- Git over SSH: `ssh://git@git.hacktivism.ch:9200/…` (open **9200**/tcp on firewall/router if WAN access needed).
- Until Caddy is reloaded, only `http://127.0.0.1:9024` works on host.

View file

@ -3,4 +3,4 @@
- landing mem snapshot fix (pipeline → 0 B)
- Caddy redir / → /intro/ (three sites)
- SECRETS.md paths only; no secret material in admin-log
- **Forgejo rootless** on `git.hacktivism.ch` (:9024 / SSH :2222); no free registration
- **Forgejo rootless** on `git.hacktivism.ch` (:9024 / SSH :9200); no free registration