Beyond coding. We forge. https://forgejo.org
Find a file
Matthias Loibl 8704f48e66 Merge pull request #290 from tboerger/maintain-contribute
Project unification, updates for contributors guide and github files
2016-11-28 20:49:39 +01:00
.github Unified GitHub templates accross all projects 2016-11-28 14:28:40 +01:00
cmd golint fixed for modules/auth 2016-11-27 21:39:06 +08:00
conf Fixes typos 2016-11-27 12:59:12 +01:00
docker
models golint fixed for models/migrations (#291) 2016-11-28 23:44:17 +08:00
modules golint fixed for modules/auth 2016-11-27 21:39:06 +08:00
public
routers golint fixed for modules/auth 2016-11-27 21:39:06 +08:00
scripts
templates Update link on user’s profile avatar to avatar settings (#287) 2016-11-28 21:29:39 +08:00
vendor
.dockerignore
.drone.yml Dropped latest publishing from drone 2016-11-25 13:07:19 +01:00
.drone.yml.sig Dropped latest publishing from drone 2016-11-25 13:07:19 +01:00
.editorconfig Unified editorconfig accross all projects 2016-11-28 14:27:59 +01:00
.gitignore
.lgtm
CONTRIBUTING.md Add a pragraph to the k8s PR guide to contributors guide 2016-11-28 16:57:42 +01:00
DCO
Dockerfile
Dockerfile.rpi
LICENSE
main.go
MAINTAINERS Updated maintainers file to latest status 2016-11-28 14:35:04 +01:00
Makefile Added errcheck make task (#242) 2016-11-25 16:12:06 +08:00
README.md Dropped always outdated contributors file, link to it the graph on readme 2016-11-28 14:34:06 +01:00

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.

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.