3 Commits
Author SHA1 Message Date
petere 29e444d53d feat(gitea): open public sign-up with issue/comments-only accounts
- Enable registration with image CAPTCHA for spam protection.
- Set USER/ORG_MAX_CREATION_LIMIT=0 so new users cannot create repos/orgs
  and thus cannot store code; issues/comments only.
- Keep DISABLE_MIGRATIONS and push-create off.
- Admin (petere) is exempted via per-user override in the admin panel.
2026-09-19 15:14:00 +01:00
petere f1f74dc3af fix(gitea): allow anonymous browsing of public repos
Remove REQUIRE_SIGNIN_VIEW so public repos are viewable without login;
registration stays disabled and private repos still require auth.
2026-09-19 14:55:02 +01:00
petere aee8fb1e9b Nix-Vibe public snapshot (squashed history) 2026-09-19 13:56:12 +01:00