A fork of Gitea (see branch `mj`) adding Majority Judgment Polls 𐄷 over Issues and Merge Requests. https://git.mieuxvoter.fr
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.
 
 
 
 
 
 
Go to file
Lunny Xiao 94da472717
Golint fixed for modules/setting (#262)
7 years ago
.github Review issue and pull templates, drop unused contributing file 7 years ago
cmd Golint fixed for modules/setting (#262) 7 years ago
conf Merge pull request #121 from joubertredrat/feature-last-login 7 years ago
docker Replace GOGS with GITEA in variable names 7 years ago
models Golint fixed for modules/setting (#262) 7 years ago
modules Golint fixed for modules/setting (#262) 7 years ago
public Update home page to Gitea (#138) 7 years ago
routers Golint fixed for modules/setting (#262) 7 years ago
scripts Rename and update init files to use "gitea" instead of "gogs" 7 years ago
templates Allow updating draft releases while keeping them as draft 7 years ago
vendor Upgrade vendor "git" (#175) 7 years ago
.dockerignore Update docker/build.sh script to use glide & make (#3079) 8 years ago
.drone.yml Dropped latest publishing from drone 7 years ago
.drone.yml.sig Dropped latest publishing from drone 7 years ago
.editorconfig .editorconfig: do not specify line ending 7 years ago
.gitattributes Update .gitattributes 8 years ago
.gitignore Add IDEA IntelliJ to .gitignore 7 years ago
.lgtm Added ignore_maintainers_file option to .lgtm 7 years ago
.mailmap Add .mailmap 8 years ago
CONTRIBUTING.md CONTRIBUTING.md: link to "Faster reviews" document (#229) 7 years ago
CONTRIBUTORS One more try to validate maintainers and contributors 8 years ago
DCO follow the advisor: add DCO and some improvements 8 years ago
Dockerfile Replace GOGS with GITEA in variable names 7 years ago
Dockerfile.rpi Replace GOGS with GITEA in variable names 7 years ago
LICENSE Fix typo 7 years ago
MAINTAINERS Add myself to the MAINTAINERS (#82) 7 years ago
Makefile Added errcheck make task (#242) 7 years ago
README.md Updated badges for drone and similar to lgtm 7 years ago
main.go fixed bug #151 finally (#164) 7 years ago

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.

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

Contributors

License

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