cs8425 / gogs

Gogs is a painless self-hosted Git Service written in Go. Only 39MB in Microbox

Home Page:http://microbox.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gogs

Gogs is a painless self-hosted Git Service written in Go.

Microbox repackage Gogs from the latest source and make it into a solid and easy-to-use docker image.

Launch gogs and persistent data to local

docker run -d -p 22:22 -p 3000:3000 -v /data/gogs:/data microbox/gogs:latest

Upgrade to a newer version

docker stop gogs
docker rm gogs
docker run -d -p 22:22 -p 3000:3000 -v /data/gogs:/data microbox/gogs:latest

Name

  • microbox/gogs

Version

  • 0.6.4
  • 0.6.1
  • 0.5.6

Components

  • gogs 0.6.1
  • openssh 6.0p1
  • git 1.7.10.4

Image Size

  • ~ 39.54 MB

About

Gogs is a painless self-hosted Git Service written in Go. Only 39MB in Microbox

http://microbox.io


Languages

Language:CSS 49.8%Language:JavaScript 44.2%Language:Groff 5.6%Language:Shell 0.4%