Document edge routing updates and align Nextcloud proxy target
Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
12
README.md
12
README.md
@ -64,6 +64,18 @@ Automated Docker-based setup for a self-hosted Gitea server with PostgreSQL, per
|
||||
- Host HTTP: `3000` -> container `3000`
|
||||
- Host SSH: `2222` -> container `22`
|
||||
- TLS profile ports: `80`, `443` -> Caddy
|
||||
|
||||
## Current edge endpoint map (verified 2026-04-19)
|
||||
Caddy routes on `443/tcp`:
|
||||
- `git.bhatfamily.in` -> `gitea:3000`
|
||||
- `chat.bhatfamily.in` -> `gemma3-chat-ui:8080`
|
||||
- `openvpn.bhatfamily.in` -> `https://<lan-host>:8445`
|
||||
- `nxt.bhatfamily.in` -> `https://<lan-host>:8447`
|
||||
- `vpn.bhatfamily.in` -> `https://<lan-host>:943`
|
||||
|
||||
Public TCP ports observed reachable on the shared WAN edge:
|
||||
- `80`, `443`, `2222`, `3000`, `8000`, `8082`, `8445`, `8447`, `943`
|
||||
|
||||
## Firewall behavior
|
||||
When UFW is active:
|
||||
- install always adds:
|
||||
|
||||
Reference in New Issue
Block a user