Go to file
jolheiser 6e497c3b7a
fix: move protocol to main handler
This also handles the middleware correctly and allows for dots in repo names

Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-01-20 15:49:38 -06:00
.helix initial commit 2024-01-15 16:26:51 -06:00
assets initial commit 2024-01-15 16:26:51 -06:00
cmd/ugitd initial commit 2024-01-15 16:26:51 -06:00
internal fix: move protocol to main handler 2024-01-20 15:49:38 -06:00
.gitignore initial commit 2024-01-15 16:26:51 -06:00
LICENSE wip 2023-12-29 10:06:09 -06:00
README.md feat: rel images 2024-01-18 09:13:11 -06:00
flake.lock initial commit 2024-01-15 16:26:51 -06:00
flake.nix feat: rel images 2024-01-18 09:13:11 -06:00
go.mod feat: rel images 2024-01-18 09:13:11 -06:00
go.sum initial commit 2024-01-15 16:26:51 -06:00

README.md

ugit

ugit logo

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).