forgejo require signin (#27)

* require sign-in for all forgejo access

Adds REQUIRE_SIGNIN_VIEW to prevent unauthenticated cloning and browsing.

* update readme
This commit is contained in:
Hari 2026-04-01 16:39:43 -04:00 committed by GitHub
parent 54e766b728
commit 72b9ee6507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
- Self hosts VaultWarden
- Runs sandbox agent behind a CORS proxy