../lilgit
Minimal, filesystem-based server for git repos (https://git.awl.red)
Clone with
git clone git://git.awl.red/neallred/lilgit

lilgit📎

Simple, single binary databaseless git server that relies completely on (bare) git repositories. No javascript required for the web viewer.

Building📎

As an example of building on an older arm target:

cross build --target armv7-unknown-linux-musleabihf --release

And if you run into issues with GLIBC errors, try cargo clean and rerun (see https://github.com/cross-rs/cross/issues/724)

Tests📎

  • Create a test directory with valid repos for a single user. e.g.
$HOME/
  lilgit_test/
    neallred/
      lilgit/
        .git
        README.md
        src/
        ...
  • Set the LILGIT_TEST_DIR env var to the path of that directory

  • Set the LILGIT_TEST_USER env var to matching single user

  • Run tests with cargo test

.gitignore 2 years ago
Cargo.lock 2 years ago
Cargo.toml 2 years ago
LICENSE 2 years ago
README.md 2 years ago
build.rs 2 years ago
src
code_count.rs 2 years ago
file.rs 2 years ago
lib.rs 2 years ago
listing.rs 2 years ago
main.rs 2 years ago
static.rs 2 years ago
user.rs 2 years ago
templates
base.html 2 years ago
file.html 2 years ago
index.html 2 years ago
not_found.html 2 years ago
repo_folder.html 2 years ago
repo_index.html 2 years ago
repo_tree.html 2 years ago
style.css 2 years ago
swatch.html 2 years ago
user_repos.html 2 years ago