mirror of https://git.jolheiser.com/ugit.git
4fbb4cf289
Signed-off-by: jolheiser <git@jolheiser.com> |
||
---|---|---|
.helix | ||
assets | ||
cmd | ||
contrib | ||
internal | ||
nix | ||
.gitignore | ||
LICENSE | ||
README.md | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.mod.sri | ||
go.sum |
README.md
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. If you wish to collaborate, please send me patches via git-pr.
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
Lots of inspiration and some starting code used from gitea (MIT), wish (MIT), and legit (MIT).