/PiGit

A simple git server without frontend using RaspberryPi

Primary LanguageGo

PiGit 🍇

A simple git server in RaspberryPi without frontend


How to use

  1. execute install.sh on your raspberry, you need a ssh server
  2. compile main.go using:
make build
  1. Send the output file(PiGit) and run in your raspberry
  2. Open a browser or a http client and go to http://ip/createRepo/{yourRepoName}
  3. Your repo is created