My fork of gitea / gogs with the UX updates that are most important to me.
Go to file
Unknwon 9b9e5f0290 Cross reference the commit from the issue when it is closed by the commit 2015-08-30 00:45:56 +08:00
cmd new edit webhook UI 2015-08-27 01:04:23 +08:00
conf Cross reference the commit from the issue when it is closed by the commit 2015-08-30 00:45:56 +08:00
docker fix error in docker doc 2015-08-19 20:41:42 +08:00
models fix sql 2015-08-29 23:49:17 +08:00
modules Cross reference the commit from the issue when it is closed by the commit 2015-08-30 00:45:56 +08:00
packager Fix: "Port is blocked" issue 2015-05-15 01:29:44 +02:00
public Cross reference the commit from the issue when it is closed by the commit 2015-08-30 00:45:56 +08:00
routers Disable Gravatar option when install 2015-08-30 00:22:26 +08:00
scripts fix 2015-07-28 15:30:14 +08:00
templates Cross reference the commit from the issue when it is closed by the commit 2015-08-30 00:45:56 +08:00
.bra.toml : Removing user from collaboration removes repositiory 2015-07-14 22:56:02 +08:00
.dockerignore reduce Docker image size 2015-08-25 12:41:01 +08:00
.editorconfig Added .editorconfig 2015-03-13 21:20:08 -06:00
.gitignore UI: basic label list 2015-07-24 21:02:49 +08:00
.gopmfile webhook APIs 2015-08-29 11:49:59 +08:00
.pkgr.yml Add debian-8 and centos-7 2015-07-09 11:47:54 +00:00
.travis.yml Add go 1.5 to .travis.yml 2015-08-27 20:48:29 +08:00
CONTRIBUTING.md Fix email contact and link 2015-03-25 16:07:09 +07:00
Dockerfile reduce Docker image size 2015-08-25 12:41:01 +08:00
LICENSE Work on fork and fix 2014-11-05 23:30:04 -05:00
README.md Creating new repository fails occasionally 2015-08-29 16:07:02 +08:00
README_ZH.md Creating new repository fails occasionally 2015-08-29 16:07:02 +08:00
config.codekit Readme Template 2015-08-28 18:33:09 +08:00
docker-compose.yml pass test in my foreign machine test 2015-08-17 03:07:47 -04:00
gogs.go Disable Gravatar option when install 2015-08-30 00:22:26 +08:00

README.md

Gogs - Go Git Service Build Status

Gitter

Gogs (Go Git Service) is a painless self-hosted Git service.

Current version: 0.6.7 Beta

NOTICES

  • Due to testing purpose, data of try.gogs.io has been reset in Jan 28, 2015 and will reset multiple times after. Please do NOT put your important data on the site.
  • The demo site try.gogs.io is running under develop branch.
  • You MUST read CONTRIBUTING.md before you start filing an issue or making a Pull Request, and MUST discuss with us on Gitter for UI changes and feature Pull Requests, otherwise it's high possibilities that we are not going to merge it.
  • If you think there are vulnerabilities in the project, please talk privately to u@gogs.io. Thanks!

Other language version

Purpose

The goal of this project is to make the easiest, fastest, and most painless way to set up a self-hosted Git service. With Go, this can be done via an independent binary distribution across ALL platforms that Go supports, including Linux, Mac OS X, and Windows.

Overview

  • Please see the Documentation for project design, known issues, and change log.
  • See the Trello Board to follow the develop team.
  • Want to try it before doing anything else? Do it online or go down to the Installation -> Install from binary section!
  • Having trouble? Get help with Troubleshooting.
  • Want to help with localization? Check out the guide!

Features

  • Activity timeline
  • SSH/HTTP(S) protocol support
  • SMTP/LDAP/reverse proxy authentication support
  • Reverse proxy suburl support
  • Account/Organization(with team)/Repository management
  • Repository/Organization webhooks(including Slack)
  • Repository Git hooks/deploy keys
  • Add/remove repository collaborators
  • Gravatar and custom source support
  • Mail service
  • Administration panel
  • Supports MySQL, PostgreSQL and SQLite3
  • Social account login (GitHub, Google, QQ, Weibo)
  • Multi-language support (14 languages)

System Requirements

  • A cheap Raspberry Pi is powerful enough for basic functionality.
  • At least 2 CPU cores and 1GB RAM would be the baseline for teamwork.

Browser Support

  • Please see Semantic UI for specific versions of supported browsers.
  • The official support minimal size is 1024*768, UI may still looks right in smaller size but no promises and fixes.

Installation

Make sure you install the prerequisites first.

There are 5 ways to install Gogs:

Tutorials

Screencasts

Acknowledgments

  • Router and middleware mechanism of Macaron.
  • Mail Service, modules design is inspired by WeTalk.
  • System Monitor Status is inspired by GoBlog.
  • Thanks lavachen and Rocker for designing Logo.
  • Thanks Crowdin for providing open source translation plan.

Contributors

License

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