Go to file
Lunny Xiao 47a7529d96 update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
.github Update example install url from try.gogs.io to try.gitea.io (#385) 2016-12-15 16:56:46 +08:00
cmd update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
conf Update locales (#440) 2016-12-21 23:28:42 +08:00
docker Fixing multiple docker issues (#386) 2016-12-15 17:16:55 +08:00
models update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
modules update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
public Fix for #361, renamed username to login 2016-12-07 15:56:43 +01:00
routers update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
scripts update SERVICENAME on init scripts 2016-12-02 15:52:28 -02:00
templates Fix homepage docs link broken (#417) 2016-12-22 07:03:43 +01:00
vendor update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
.dockerignore Bug fixed for .dockerignore (#329) 2016-12-01 23:05:28 +08:00
.drone.yml Revert "Disable coverage report for now" (#400) 2016-12-16 12:49:54 +01:00
.drone.yml.sig Revert "Disable coverage report for now" (#400) 2016-12-16 12:49:54 +01:00
.editorconfig Unified editorconfig accross all projects 2016-11-28 14:27:59 +01:00
.gitignore Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
.lgtm Added ignore_maintainers_file option to .lgtm 2016-11-07 16:36:37 +01:00
CONTRIBUTING.md Apply suggested changes 2016-12-04 22:50:36 +01:00
DCO follow the advisor: add DCO and some improvements 2016-11-04 16:43:41 +08:00
Dockerfile Fixing multiple docker issues (#386) 2016-12-15 17:16:55 +08:00
Dockerfile.rpi Copy gitea binary to docker from correct path (#325) 2016-12-01 18:53:26 +08:00
LICENSE Fix typo 2016-11-08 08:42:05 +01:00
MAINTAINERS Added real name of Bwko to maintainers file 2016-12-01 10:26:34 +01:00
Makefile Do not override the binary version name from drone (#436) 2016-12-21 20:00:15 +08:00
README.md Add Korean support (#437) 2016-12-21 15:47:26 +01:00
README_ZH.md Add Korean support (#437) 2016-12-21 15:47:26 +01:00
main.go Remove remaining Gogs reference on locales and cmd (#430) 2016-12-21 20:13:17 +08:00

README.md

简体中文

Gitea - Git with a cup of tea

Build Status Join the chat at https://gitter.im/go-gitea/gitea Coverage Status Go Report Card GoDoc

Status

Current version: (see Releases)

Web UI Preview
Dashboard Repository Commits History
Profile Admin Dashboard Diff
Issues Releases Organization

Important Notes

  1. YOU MUST READ THE Contributors Guide BEFORE STARTING TO WORK ON A PULL REQUEST.
  2. If you think there are vulnerabilities in the project, please talk privately to security@gitea.io. Thanks!
  3. If you're interested in using APIs, we have experimental support with documentation.

Purpose

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

Want to try it before doing anything else? Do it online!

Features

  • Activity timeline
  • SSH and HTTP/HTTPS protocols
  • SMTP/LDAP/Reverse proxy authentication
  • Reverse proxy with sub-path
  • Account/Organization/Repository management
  • Add/Remove repository collaborators
  • Repository/Organization webhooks (including Slack)
  • Repository Git hooks/deploy keys
  • Repository issues, pull requests and wiki
  • Migrate and mirror repository and its wiki
  • Web editor for repository files and wiki
  • Gravatar and Federated avatar with custom source
  • Mail service
  • Administration panel
  • Supports MySQL, PostgreSQL, SQLite3 and TiDB (experimental)
  • Multi-language support (21 languages)

System Requirements

  • A cheap Raspberry Pi is powerful enough for basic functionality.
  • 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

Note: As Gitea is a Gogs fork, tutorials and documentation related to gogs applies to Gitea too

How to install Gitea:

Note: binary release will be available soon

Tutorials

Screencasts

Deploy to Cloud

Software and Service Support

Product Support

Acknowledgments

  • Router and middleware mechanism of Macaron.
  • System Monitor Status is inspired by GoBlog.
  • Thanks Rocker for designing Logo.
  • Thanks Crowdin for providing open source translation plan.
  • Thanks DigitalOcean for hosting home and demo sites.
  • Thanks KeyCDN and QiNiu for providing CDN service.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

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