Categorygithub.com/alfredobs97/PiGit
modulepackage
0.0.0-20191009194156-283b5333f115
Repository: https://github.com/alfredobs97/pigit.git
Documentation: pkg.go.dev

# README

PiGit :grapes:

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