Gitea fork with Reticulum support: host git repositories over rns:// via rngit, with admin tooling for permissions, mirroring, and NomadNet.
Based on upstream Gitea. Git push/pull/clone works without a browser, the web UI is built to work without JavaScript for core flows (browse repos, forms, star/watch, dashboard repo list).
git clone rns://<destination-hash>/<owner>/<repo>
Destination hash and rngit settings: Admin → Config → Reticulum (/-/admin/reticulum).
cp .env.example .env # edit SECRET_KEY before production use
docker compose up -d --buildImage is also published to ghcr.io/quad4-software/gitea-reticulum.
Manual release (binaries + GHCR image): Actions → release-manual → Run workflow.
make deps-frontend deps-backend
TAGS=bindata make build
./gitea webSee docs/build-setup.md and docs/development.md for a full dev environment.
[reticulum] in app.ini or environment variables (GITEA__reticulum__ENABLED=true, etc.). Enable the built-in rngit server for a single-container setup.
MIT (same as upstream Gitea).