https://github.com/qbit/gitle
Git server that lives on your Tailnet
https://github.com/qbit/gitle
git tailscale
Last synced: 7 months ago
JSON representation
Git server that lives on your Tailnet
- Host: GitHub
- URL: https://github.com/qbit/gitle
- Owner: qbit
- License: isc
- Created: 2023-03-01T15:58:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T13:22:08.000Z (about 1 year ago)
- Last Synced: 2025-03-27T20:41:13.602Z (8 months ago)
- Topics: git, tailscale
- Language: Go
- Homepage:
- Size: 1.13 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 |