rgit
rgit copied to clipboard
🏯 a gitweb interface written in rust
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.1 to 0.18.3. Changelog Sourced from git2's changelog. 0.18.3 - 2024-03-18 0.18.2...0.18.3 Added Added opts:: functions to get / set libgit2 mwindow options #1035 Changed Updated examples...
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update...
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.21.0 to 0.22.0. Release notes Sourced from rocksdb's releases. v0.22.0 What's Changed Fix memory leak when calling get_writebatch and avoid unnecessary clones by @jkurian in rust-rocksdb/rust-rocksdb#786 Update...
> yaml-rust is unmaintained. | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `yaml-rust` | | Version | `0.4.5` | | URL...
> safemem is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `safemem` | | Version | `0.3.3` | | URL...
- server_side/service Systemd unit for auto starting rgit under dedicated user - server_side/rgit_pre_flight_check Pre flight check, includes check on the rgit service being install - server_side/rgitsss Helper script for dealing...
Are there any missing features from [gitoxide](https://github.com/Byron/gitoxide)?
Running using docker, docker inspect returns: ```json "Config": { "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "RUST_LOG=error", "REFRESH_INTERVAL=5m", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], } ``` However...
I would like to serve a `robots.txt` file. Having an option to set a static path directory would be the nicest way to do this - that is what I...
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.16.0. Release notes Sourced from uuid's releases. v1.16.0 What's Changed Mark Uuid::new_v8 const by @tguichaoua in uuid-rs/uuid#815 Prepare for 1.16.0 release by @KodrAus in uuid-rs/uuid#817...