From 72b9ee6507de5678956a78a9393b733a642ddda6 Mon Sep 17 00:00:00 2001 From: Hari <73809867+harivansh-afk@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:39:43 -0400 Subject: [PATCH] forgejo require signin (#27) * require sign-in for all forgejo access Adds REQUIRE_SIGNIN_VIEW to prevent unauthenticated cloning and browsing. * update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8744da8..511b238 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ The VPS has a declarative service bundle: - 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) \ No newline at end of file +- Self hosts VaultWarden +- Runs sandbox agent behind a CORS proxy