An open API service indexing awesome lists of open source software.

https://github.com/amantrance/git-ssh

A very small and scalable custom SSH server for only remote git repo operations with limited access and more control
https://github.com/amantrance/git-ssh

git git-remote ipc linux rust ssh tokio

Last synced: 2 months ago
JSON representation

A very small and scalable custom SSH server for only remote git repo operations with limited access and more control

Awesome Lists containing this project

README

          

# REMOTE GIT SERVER (ONLY SSH)

## ` Supports All Remote Git Operations `

* NOTE: CREATION BARE GIT REPO ON REMOTE SERVER NEEDS TO BE HANDLED \
BY SOME OTHER SERVICE (RECOMMENDED) \
OR MANUALLY (IF YOU JUST WANT TO TEST)

### STEPS TO BUILD (for linux/amd64)

* rustup target add x86_64-unknown-linux-musl
* cargo build --release --target x86_64-unknown-linux-musl
* strip ./path/to/binary (it will be available inside the target directory)