Commit Graph
6 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 b394cc6d8c chore: point teleportfling flake input at public gitea
The TeleportFling repo moved from homeserver:3050 to gitea.edley.me.
Update the flake input URL; fetching uses the user netrc (nix.conf
netrc-file) with the gitea access token.
2026-09-19 14:42:23 +01:00
petere 533db37be0 assets: add space wallpapers 2026-09-19 14:04:10 +01:00
petere 66feaa3216 chore(justfile): mirror new commits to gitea instead of re-squashing
push-all now cherry-picks new main commits onto the gitea-sync branch on top
of the clean baseline, so history is visible on gitea from this point forward
while the pre-existing history stays hidden.
2026-09-19 14:02:31 +01:00
petere aee8fb1e9b Nix-Vibe public snapshot (squashed history) 2026-09-19 13:56:12 +01:00