Go to file
Greg Karékinian 716c2918be Backported #5525 Fix the Let's Encrypt handler (#5527)
* Fix the Let's Encrypt handler by listening on a valid address

Also handle errors in the HTTP server go routine, return a fatal error
when something goes wrong.

Thanks to @gbl08ma for finding the actual bug

Here is an example of the error handling:

    2018/12/11 14:23:07 [....io/gitea/cmd/web.go:87 func1()] [E] Failed to
    start the Let's Encrypt handler on port 30: listen tcp 0.0.0.0:30: bind:
    permission denied

Closes #5280

* Fix a typo
2018-12-11 13:34:35 -05:00
.github
assets
cmd Backported #5525 Fix the Let's Encrypt handler (#5527) 2018-12-11 13:34:35 -05:00
contrib Add a basic SMF manifest for SunOS platforms (#4238) 2018-06-25 00:24:00 +03:00
custom/conf Fix a typo in app.ini.sample (#5015) 2018-10-05 11:06:47 +02:00
docker Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722) 2018-08-16 01:58:12 +03:00
docs ZH-CN translation of Usage part (#5086) 2018-10-17 14:19:04 -04:00
integrations Backported #5383 on v1.6: API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829) (#5393) 2018-11-24 13:14:27 +02:00
models fix forgot deletion of notification when delete repository (#5506) (#5514) 2018-12-11 19:09:53 +08:00
modules Fix markdown image with link (#4675) (#5299) 2018-11-08 17:47:24 -05:00
options Backport fix broken translation (#5284) 2018-11-07 06:50:52 +02:00
public Fix dependent issue searching when gitea is run in subpath (#5392) (#5400) 2018-11-25 19:27:17 -05:00
routers Fix empty wiki (#5504) (#5508) 2018-12-10 22:37:56 +02:00
scripts Updating generate-licenses.go to fetch licenses from maintained repository. (#3484) 2018-02-12 20:20:30 +02:00
snap snap-packaging for gitea (#2568) 2018-05-09 22:52:51 +08:00
templates word-break the WebHook url to prevent a ui-break (#5445) 2018-12-02 10:47:45 -05:00
vendor Fix create team, update team missing units (#5188) (#5313) 2018-11-11 12:43:56 -05:00
.changelog.yml
.drone.yml update image used for build-without-gcc step (#4818) 2018-08-29 10:01:58 -04:00
.editorconfig
.gitattributes
.gitignore snap-packaging for gitea (#2568) 2018-05-09 22:52:51 +08:00
.lgtm
BSDmakefile Add BSDmakefile to prevent errors when make is called under FreeBSD (#4446) 2018-07-16 20:45:51 +02:00
CHANGELOG.md Add 1.6.1 changelog (#5500) 2018-12-09 21:06:16 +08:00
CONTRIBUTING.md Update process to include tag vX.Y.0-dev on master branch (#5091) 2018-10-16 22:50:11 +02:00
DCO
Dockerfile Fix docker build (#4358) 2018-07-04 12:27:30 +03:00
Gopkg.lock Fix create team, update team missing units (#5188) (#5313) 2018-11-11 12:43:56 -05:00
Gopkg.toml Fix dep for actual goth version used in dep lock file (#5078) 2018-10-12 23:49:27 +03:00
LICENSE
main.go fix: Accept web-command cli flags if web-command is commited (#5245) 2018-11-01 11:24:23 -04:00
MAINTAINERS Adjust maintainers (#4979) 2018-09-27 08:50:10 +08:00
Makefile Fix golint to new URL (#5079) 2018-10-12 23:01:41 +03:00
package-lock.json Update npm dependencies, regenerate CSS (#4415) 2018-07-11 10:54:28 -04:00
package.json Update npm dependencies, regenerate CSS (#4415) 2018-07-11 10:54:28 -04:00
README_ZH.md Move README_ZH.md Screenshots to Bottom (#4895) 2018-09-09 12:13:48 +08:00
README.md README: update make command to build full release (#5004) 2018-10-03 08:33:46 +02:00

简体中文

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

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 generate all

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 Repository Commits History
Branches Issues Pull Request View
Releases Activity Wiki
Diff Organization Profile