Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Kim "BKC" Carlbäcker d07c955e2a Fix regression in PR-API #248 (#349) vor 7 Jahren
.github Unified GitHub templates accross all projects vor 7 Jahren
cmd Catch os... errors vor 7 Jahren
conf Added rel="noopener" to target="_blank" hrefs (#327) vor 7 Jahren
docker Use su-exec instead of gosu, much smaller vor 7 Jahren
models Fix regression in PR-API #248 (#349) vor 7 Jahren
modules [API] Pull Requests (#248) vor 7 Jahren
public Integrate public as bindata optionally (#293) vor 7 Jahren
routers [API] Pull Requests (#248) vor 7 Jahren
scripts update SERVICENAME on init scripts vor 7 Jahren
templates Fixed project name on base template head vor 7 Jahren
vendor Integrate public as bindata optionally (#293) vor 7 Jahren
.dockerignore Bug fixed for .dockerignore (#329) vor 7 Jahren
.drone.yml Get rid of bin folder within makefile, enabled TiDB (#319) vor 7 Jahren
.drone.yml.sig Get rid of bin folder within makefile, enabled TiDB (#319) vor 7 Jahren
.editorconfig Unified editorconfig accross all projects vor 7 Jahren
.gitignore Integrate public as bindata optionally (#293) vor 7 Jahren
.lgtm Added ignore_maintainers_file option to .lgtm vor 7 Jahren
CONTRIBUTING.md Apply suggested changes vor 7 Jahren
DCO follow the advisor: add DCO and some improvements vor 7 Jahren
Dockerfile Copy gitea binary to docker from correct path (#325) vor 7 Jahren
Dockerfile.rpi Copy gitea binary to docker from correct path (#325) vor 7 Jahren
LICENSE Fix typo vor 7 Jahren
MAINTAINERS Added real name of Bwko to maintainers file vor 7 Jahren
Makefile Get rid of bin folder within makefile, enabled TiDB (#319) vor 7 Jahren
README.md Turn banner into a link to the github gitea repository vor 7 Jahren
main.go Catch os... errors vor 7 Jahren

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.

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 (20 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.