From ebf287b2b23e0de8f95703040d76e6b311746c8b Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Tue, 31 Mar 2026 16:13:33 -0400 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d887d6c..f9a71fb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Deployment is `just switch` for the laptop and `just switch-netty` for the serve The VPS has a declarative service bundle: - static networking -- nginx with ACME and only 3 ports exposed +- netty exposes 3 tcp ports (22:ssh, 80:http, 443:https) +- services only listen on 127.0.0.1 (runs behind nginx with ACME) - Self hosts Forgejo mirroring to GitHub (git.harivan.sh) - Self hosts VaultWarden (vault.harivan.sh) - Runs sandbox agent behind a CORS proxy (netty.harivan.sh)