diff --git a/docker-compose-files/forgejo/README.md b/docker-compose-files/forgejo/README.md index 3dbb6af..f9e2554 100644 --- a/docker-compose-files/forgejo/README.md +++ b/docker-compose-files/forgejo/README.md @@ -80,6 +80,12 @@ the LXC's admin sshd got relocated to 2200 first (systemd `ssh.socket` override), freeing 22 for Forgejo's git-SSH. See `.env.sample` for the one-time steps if you want to do the same elsewhere. +Since SSH bypasses Caddy, this instance instead gets a plain Technitium `A` +record — `forgejo.home.brianpooe.com` → `10.0.10.18` — so clone URLs read +`ssh://git@forgejo.home.brianpooe.com//.git` instead of the raw +LXC IP. Add this in the Technitium admin UI (or via its API) as a normal +zone record; it isn't behind the `*.home.brianpooe.com` → Caddy wildcard. + ## Notes - Pin `FORGEJO_VERSION` to a specific major (as shipped, `10`) rather than