rgit

Crates.iorgit
lib.rsrgit
version0.11.0
created_at2022-04-28 15:12:54.212846+00
updated_at2025-08-17 14:54:17.604033+00
descriptionA small git web interface written in rust
homepage
repositoryhttps://github.com/MoriGM/rgit
max_upload_size
id576845
size105,889
MoriGM (MoriGM)

documentation

README

RGit

A Rust Web Server to show your git projects

Build status

  • GitHub-Actions:
    • Build Status

Prerequisites

  • Rust 1.61.0 and up
  • Cargo

Authors

License

This Project is licensed under the GNU GPL version 2

Building

cargo build --release

Test

Tested Operating System

  • Linux Manjaro
  • Linux Ubuntu 24.04

Tested Architecture

  • x86_64

Built With

Setup

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.

Commit count: 49

cargo fmt