A Rust Web Server to show your git projects
- Rust 1.61.0 and up
- Cargo
- MoriGM GitHub
This Project is licensed under the GNU GPL version 2
cargo build --release
- Linux Manjaro
- Linux Ubuntu 20.04
- x86_64
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.