Home

ugit @main - refs - log - search -
https://git.jolheiser.com/ugit.git
The code powering this h*ckin' site
drwxrwxrwx
42 B
.helix/
drwxrwxrwx
146 B
assets/
drwxrwxrwx
32 B
cmd/
-rw-r--r--
20 B
.gitignore
-rw-r--r--
1.1 kB
LICENSE
-rw-r--r--
1.5 kB
README.md
drwxrwxrwx
72 B
contrib/
drwxrwxrwx
122 B
internal/
-rw-r--r--
1.8 kB
flake.lock
-rw-r--r--
5.0 kB
flake.nix
-rw-r--r--
3.0 kB
go.mod
-rw-r--r--
51 B
go.mod.sri
-rw-r--r--
21 kB
go.sum

ugit logo

ugit

Minimal git server

ugit allows cloning via HTTPS/SSH, but can only be pushed to via SSH.

There are no plans to directly support issues or PR workflows, although webhooks are planned and auxillary software may be created to facilitate these things. For now, if you wish to collaborate, please send me patches at john+ugit@jolheiser.com.

Currently all HTML is allowed in markdown, ugit is intended to be run by/for a trusted user.

Getting your public SSH keys from another forge

Using GitHub as an example (although Gitea/GitLab should have the same URL scheme)

Ba/sh

curl https://github.com/<username>.keys > path/to/authorized_keys

Nushell

http get https://github.com/<username>.keys | save --force path/to/authorized_keys

License

MIT

Lots of inspiration and some starting code used from gitea (MIT), wish (MIT), and legit (MIT).