gitserver

self-hosted git server tooling
git clone https://git.ryansepassi.com/git/gitserver.git
Log | Files | Refs | README

.env.example (518B)


      1 # Copy to .env and fill in. Never commit .env.
      2 # GIT_HOSTNAME is the tailnet hostname of the server (MagicDNS name).
      3 GIT_HOSTNAME=your-tailnet-hostname
      4 # PUBLIC_DOMAIN is the public URL base for clone instructions on public repos.
      5 PUBLIC_DOMAIN=git.example.com
      6 # BUNNY_ZONE is the Bunny Storage zone name (the path prefix in Storage API URLs).
      7 BUNNY_ZONE=your-storage-zone
      8 # The storage zone access key is NOT in .env — it lives on the server only at
      9 # ~/repos/bunny.key (chmod 600), single line containing the key.