Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
 
 
 
 
 
 
Go to file
silverwind ce51c2bdf6
Really fix __webpack_public_path__ for 1.11 (#11961)
Trailing slash is actually significant, fixed that and i've now tested
it as well.

Ref: https://github.com/go-gitea/gitea/issues/11839#issuecomment-646203505
2020-06-18 21:40:07 +01:00
.github
assets
cmd [Workaround] doctor xorm.Count nil on sqlite error (#11741) 2020-06-09 01:37:07 -04:00
contrib Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 2020-03-18 22:36:31 -04:00
custom/conf Make CertFile and KeyFile relative to CustomPath (#9868) (#9874) 2020-01-19 19:59:30 +00:00
docker
docs Update Changelog for 1.11.5 (#11347) 2020-05-09 16:26:27 -03:00
integrations Fix verification of subkeys of default gpg key (#11713) (#11902) 2020-06-15 16:04:37 -04:00
models Use ID or Where to instead directly use Get when load object from database (#11925) (#11935) 2020-06-17 20:54:26 +01:00
modules Return json on 500 error from API (#11574) (#11660) 2020-05-28 19:27:29 +01:00
options Fix merge dialog on protected branch with missing required statuses (#11074) (#11084) 2020-04-16 10:45:34 +03:00
public
routers Fix missing authorization check on pull for public repos of private/limited org (#11656) (#11683) 2020-05-29 22:12:21 +01:00
scripts
services Load PR Issue Poster on API too (#11033) (#11039) 2020-04-11 01:10:16 -03:00
snap
templates Remove unnecessary parentheses in wiki/view template (#11781) 2020-06-06 07:20:32 +01:00
vendor Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 2020-03-18 22:36:31 -04:00
web_src Really fix __webpack_public_path__ for 1.11 (#11961) 2020-06-18 21:40:07 +01:00
.changelog.yml Changelog 1.11.0 (#10204) 2020-02-10 13:34:30 +02:00
.drone.yml cross compile using go 1.13.x (#10684) 2020-03-09 21:11:02 +02:00
.editorconfig
.eslintignore
.eslintrc
.gitattributes
.gitignore Add frontend/backend make targets, fix source release (#10325) (#10414) 2020-02-22 08:51:58 -03:00
.golangci.yml
.ignore
.lgtm
.npmrc
.revive.toml
.stylelintrc
BSDmakefile
CHANGELOG.md Changelog v1.11.7 (#11953) 2020-06-18 11:37:47 -04:00
CONTRIBUTING.md
DCO
Dockerfile
LICENSE
MAINTAINERS
Makefile Build gitea1.11 with go1.13 (#10584) 2020-03-03 07:09:27 +00:00
README.md Add frontend/backend make targets, fix source release (#10325) (#10414) 2020-02-22 08:51:58 -03:00
README_ZH.md
go.mod Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 2020-03-18 22:36:31 -04:00
go.sum Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 2020-03-18 22:36:31 -04:00
main.go Mulitple Gitea Doctor improvements (#10943) (#10990) (#10064) (#9095) (#10991) 2020-04-06 16:15:20 -04:00
package-lock.json
package.json
tools.go
webpack.config.js fix webpack polyfills (#9735) (#9738) 2020-01-12 17:43:16 -05:00

README.md

简体中文

logo Gitea - Git with a cup of tea

Build Status Join the Discord chat at https://discord.gg/NsatcWJ codecov Go Report Card GoDoc GitHub release Help Contribute to Open Source Become a backer/sponsor of gitea License: MIT Crowdin

Purpose

The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across all platforms which Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it with the online demo! This project has been forked from Gogs since 2016.11 but changed a lot.

Building

From the root of the source tree, run:

TAGS="bindata" make build

The build target is split into two sub-targets:

  • make backend which requires Go 1.11 or greater.
  • make frontend which requires Node.js 10.0.0 or greater.

If pre-built frontend files are present it is possible to only build the backend:

TAGS="bindata" make backend

More info: https://docs.gitea.io/en-us/install-from-source/

Using

./gitea web

NOTE: If you're interested in using our APIs, we have experimental support with documentation.

Contributing

Expected workflow is: Fork -> Patch -> Push -> Pull Request

NOTES:

  1. YOU MUST READ THE CONTRIBUTORS GUIDE BEFORE STARTING TO WORK ON A PULL REQUEST.
  2. If you have found a vulnerability in the project, please write privately to security@gitea.io. Thanks!

Further information

For more information and instructions about how to install Gitea, please look at our documentation. If you have questions that are not covered by the documentation, you can get in contact with us on our Discord server, or forum!

Authors

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

FAQ

How do you pronounce Gitea?

Gitea is pronounced /ɡɪti:/ as in "gi-tea" with a hard g.

Why is this not hosted on a Gitea instance?

We're working on it.

License

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

Screenshots

Looking for an overview of the interface? Check it out!

Dashboard User Profile Global Issues
Branches Web Editor Activity
New Migration Migrating Pull Request View
Pull Request Dark Diff Review Dark Diff Dark