docs: Forgejo git-SSH on host port 9200
This commit is contained in:
parent
dc2262b056
commit
b0efda7731
5 changed files with 9 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue