Document Gitea SSH listener fix

This commit is contained in:
2026-05-20 19:39:08 -07:00
parent 90a4625b5a
commit f591ddbdb3
+7 -2
View File
@@ -20,13 +20,18 @@
- restored the official `gitea/gitea` entrypoint. - restored the official `gitea/gitea` entrypoint.
- kept `br0` static IP `192.168.5.21`. - kept `br0` static IP `192.168.5.21`.
- set `SSH_LISTEN_PORT=2221` plus matching Gitea server config. - set `SSH_LISTEN_PORT=2221` plus matching Gitea server config.
- after first install, removed the restart loop caused by both container
OpenSSH and Gitea's built-in SSH server trying to bind `:2221`; container
OpenSSH now owns Git SSH on `2221`, and `START_SSH_SERVER=false`.
- updated Unraid template - updated Unraid template
`/boot/config/plugins/dockerMan/templates-user/my-Gitea.xml` so Tailscale `/boot/config/plugins/dockerMan/templates-user/my-Gitea.xml` so Tailscale
stays disabled on future GUI recreates. stays disabled and Gitea's built-in SSH stays off on future GUI recreates.
- Verification: - Verification:
- `curl http://192.168.5.21:3000/` returns the Gitea installation page. - `curl http://192.168.5.21:3000/user/login` returns the Gitea sign-in page.
- TCP `192.168.5.21:2221` is open. - TCP `192.168.5.21:2221` is open.
- TCP `192.168.5.21:22` is closed. - TCP `192.168.5.21:22` is closed.
- Docker reports `RestartCount=0`, `Status=running`, and
`Restarting=false` after the SSH listener fix.
## Agrarian 0.1.Q Craft Shelter Gate - 2026-05-19 ## Agrarian 0.1.Q Craft Shelter Gate - 2026-05-19