1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-15 14:54:19 -04:00
Go to file
Jonas Franz fb1daad13d Add how-to for enabling HTTPS (#4101)
Signed-off-by: Jonas Franz <info@jonasfranz.de>
2018-06-03 09:55:23 +08:00
.github
assets
cmd LFS: make HTTP auth period configurable (#4035) 2018-05-29 16:07:16 +08:00
contrib
custom/conf LFS: make HTTP auth period configurable (#4035) 2018-05-29 16:07:16 +08:00
docker Add Environment Variables to Docker template (#4012) 2018-05-23 23:31:12 +08:00
docs Add how-to for enabling HTTPS (#4101) 2018-06-03 09:55:23 +08:00
integrations LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
models LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
modules Fix #4081 Check for leading / in base before removing it (#4082) 2018-05-30 21:23:43 +08:00
options [skip ci] Updated translations via Crowdin 2018-06-03 01:15:41 +00:00
public Update gitgraph.js to fix "Cannot read property color of undefined" (#4095) 2018-06-02 18:54:40 +03:00
routers swagger: add 'required: true' for params in URL (#4097) 2018-06-02 18:20:28 +03:00
scripts
snap
templates Remove dupelicate link (#4100) 2018-06-03 09:14:37 +08:00
vendor update git vendor (#4059) 2018-05-27 21:47:34 +03:00
.changelog.yml
.drone.yml Add $GOPATH/bin to PATH for make releases (#4020) 2018-05-22 12:12:10 -04:00
.editorconfig
.gitattributes
.gitignore
.lgtm
CHANGELOG.md
CONTRIBUTING.md Update Contribution docs with non-404 link (#4077) 2018-05-30 18:06:57 -04:00
DCO
Dockerfile
Gopkg.lock update git vendor (#4059) 2018-05-27 21:47:34 +03:00
Gopkg.toml Migrate to dep (#3972) 2018-05-21 15:34:20 +03:00
LICENSE
main.go
MAINTAINERS
Makefile Add make command to validate swagger file (#4096) 2018-06-02 14:29:12 +03:00
package-lock.json
package.json
README_ZH.md
README.md

简体中文

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

Dashboard Repository Commits History
Branches Issues Pull Request View
Releases Activity Wiki
Diff Organization Profile

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:

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]

License

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