My fork of gitea / gogs with the UX updates that are most important to me.
Go to file
Unknown 9d983f27d6 go vet 2014-04-13 03:14:43 -04:00
conf fix 2014-04-10 14:20:58 -04:00
dockerfiles Update README.md 2014-04-11 16:10:52 +08:00
models go vet 2014-04-13 03:14:43 -04:00
modules go vet 2014-04-13 03:14:43 -04:00
public social login button ui 2014-04-12 13:50:27 +08:00
routers Move binding as subrepo 2014-04-13 01:57:42 -04:00
templates Able to change mirror interval now 2014-04-12 22:30:00 -04:00
tests fix 2014-04-10 14:20:58 -04:00
.fswatch.json fix 2014-04-10 14:20:58 -04:00
.gitignore fix 2014-04-10 14:20:58 -04:00
.gobuild.yml fix 2014-04-10 14:20:58 -04:00
.gopmfile finish mirror fix #63 2014-04-12 21:30:09 -04:00
CONTRIBUTING.md UPDATE README 2014-04-11 13:24:19 -04:00
LICENSE fix 2014-04-10 14:20:58 -04:00
README.md UPDATE README 2014-04-12 23:46:14 -04:00
README_ZH.md Add repo mirror and import 2014-04-12 20:35:35 -04:00
bee.json Move binding as subrepo 2014-04-13 01:57:42 -04:00
gogs.go go vet 2014-04-13 03:14:43 -04:00
serve.go Support private repo 2014-04-11 21:47:39 -04:00
start.bat fix 2014-04-10 14:20:58 -04:00
start.sh fix 2014-04-10 14:20:58 -04:00
update.go add actions for http push 2014-04-11 10:27:13 +08:00
web.go Move binding as subrepo 2014-04-13 01:57:42 -04:00
wercker.yml fix 2014-04-10 14:20:58 -04:00

README.md

Gogs - Go Git Service wercker status Build Status

Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.

Demo

Current version: 0.2.8 Alpha

NOTICES

  • Due to testing purpose, data of try.gogits.org has been reset in April 6, 2014 and will reset multiple times after. Please do NOT put your important data on the site.
  • Demo site try.gogits.org is running under dev branch.

Other language version

Purpose

Since we choose to use pure Go implementation of Git manipulation, Gogs certainly supports ALL platforms that Go supports, including Linux, Mac OS X, and Windows with ZERO dependency.

More importantly, Gogs only needs one binary to setup your own project hosting on the fly!

Overview

  • Please see Wiki for project design, known issues, change log and road map.
  • See Trello Board to follow the develop team.
  • Try it before anything? Do it online or go down to Installation -> Install from binary section!
  • Having troubles? Get help from Troubleshooting.

Features

  • Activity timeline
  • SSH/HTTP(S) protocol support.
  • Register/delete/rename account.
  • Create/migrate/mirror/delete/watch/rename/transfer public/private repository.
  • Repository viewer/issue tracker.
  • Gravatar and cache support.
  • Mail service(register, issue).
  • Administration panel.
  • Supports MySQL, PostgreSQL and SQLite3.

Installation

Make sure you install Prerequirements first.

There are 3 ways to install Gogs:

Acknowledgments

Contributors

This project was launched by Unknown and lunny; fuxiaohei, slene and skyblue joined the team soon after. See contributors page for full list of contributors.

License

Gogs is under the MIT License. See the LICENSE file for the full license text.