1
0
Fork
You've already forked gitle
0
No description
  • Go 70.4%
  • Nix 29.6%
2026年03月27日 07:39:23 -06:00
.envrc Add readme, fix Unveil to work with TS, switch to flakes 2023年05月31日 10:03:48 -06:00
.gitignore ignore binary 2022年06月21日 11:52:58 -06:00
flake.lock bump 2026年03月27日 07:26:58 -06:00
flake.nix bump 2026年03月27日 07:26:58 -06:00
go.mod bump 2026年03月27日 07:26:58 -06:00
go.sum bump 2026年03月27日 07:26:58 -06:00
LICENSE +license 2022年06月22日 07:54:20 -06:00
main.go set default ssh algos 2026年03月27日 07:39:23 -06:00
README.md Add readme, fix Unveil to work with TS, switch to flakes 2023年05月31日 10:03:48 -06:00

gitle

Quickly stand up a git server on your Tailnet

Running

$ export GITLE_FULL_ACCESS_FINGREPRINTS=/var/lib/gitle/full_access
$ export GITLE_AUTH_KEYS=/var/lib/gitle/authorized_keys
$ export GITLE_HOST_KEYS=/var/lib/gitle/host_key
$ export GITLE_REPOS=/var/lib/gitle/repos
$ gitle

ENV Vars

Name What it does
GITLE_FULL_ACCESS_FINGREPRINTS List of ssh public keys that can write repos
GITLE_AUTH_KEYS List of ssh public keys that can read repos
GITLE_HOST_KEYS SSH Host key for the server to use
GITLE_REPOS Path to where gitle will store repositories