You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Boerger b33078fa33 Bindata is optional and over-writable on restart (#354) 7 anni fa
.github Update example install url from try.gogs.io to try.gitea.io (#385) 7 anni fa
cmd Bindata is optional and over-writable on restart (#354) 7 anni fa
conf Bindata is optional and over-writable on restart (#354) 7 anni fa
docker Fixing multiple docker issues (#386) 7 anni fa
models Bindata is optional and over-writable on restart (#354) 7 anni fa
modules Bindata is optional and over-writable on restart (#354) 7 anni fa
options Bindata is optional and over-writable on restart (#354) 7 anni fa
public Fix for #361, renamed username to login 7 anni fa
routers Check if file is a symlink with web editor (#3687) (#445) 7 anni fa
scripts init script gentoo (#447) 7 anni fa
templates Fix homepage docs link broken (#417) 7 anni fa
vendor update code.gitea.io/git (#450) 7 anni fa
.dockerignore Bug fixed for .dockerignore (#329) 7 anni fa
.drone.yml Revert "Disable coverage report for now" (#400) 7 anni fa
.drone.yml.sig Revert "Disable coverage report for now" (#400) 7 anni fa
.editorconfig Unified editorconfig accross all projects 7 anni fa
.gitignore Bindata is optional and over-writable on restart (#354) 7 anni fa
.lgtm Added ignore_maintainers_file option to .lgtm 7 anni fa
CONTRIBUTING.md Apply suggested changes 7 anni fa
DCO follow the advisor: add DCO and some improvements 7 anni fa
Dockerfile Fixing multiple docker issues (#386) 7 anni fa
Dockerfile.rpi Copy gitea binary to docker from correct path (#325) 7 anni fa
LICENSE Fix typo 7 anni fa
MAINTAINERS Added real name of Bwko to maintainers file 7 anni fa
Makefile Bindata is optional and over-writable on restart (#354) 7 anni fa
README.md Add Korean support (#437) 7 anni fa
README_ZH.md Add Korean support (#437) 7 anni fa
main.go Remove remaining Gogs reference on locales and cmd (#430) 7 anni fa

README.md

简体中文

Gitea - Git with a cup of tea

Build Status 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.