Crates.io | rgit |
lib.rs | rgit |
version | 0.10.0 |
source | src |
created_at | 2022-04-28 15:12:54.212846 |
updated_at | 2022-10-14 10:38:31.624669 |
description | A small git web interface written in rust |
homepage | |
repository | https://github.com/MoriGM/rgit |
max_upload_size | |
id | 576845 |
size | 90,351 |
A Rust Web Server to show your git projects
This Project is licensed under the GNU GPL version 2
cargo build --release
Create a file called rgit_repos.toml
and register your git repos as following.
[[repos]]
name = "rgit"
path = "/home/git/repos/rgit"
After that run the server in the same folder as the config file and watch all your registered projects on the webpage.
You can add multiple but reusing the [[repos]]
section.