A painless self-hosted Git service https://git.autonomic.zone
This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy 9c7d1edf93
Remove redundant stanzas
[ci skip]
2020-05-10 11:58:10 +02:00
deploy.d Use new smtp relay address 2020-05-07 08:18:33 +02:00
sbin Remove white list config 2020-05-04 11:50:13 +02:00
.drone.yml Update appleboy/drone-git-push Docker tag to v0.2.1 2020-05-07 10:05:49 +00:00
.envrc.sample Add env example 2020-03-21 01:00:58 +01:00
.gitignore Add vault lookup script 2020-03-22 12:50:51 +01:00
CHECKS Migrate to v2 config format 2020-04-15 11:18:59 +02:00
Dockerfile Update gitea/gitea Docker tag to v1.11.5 2020-05-09 20:30:32 +00:00
README.md Wire up swarm version place holders 2020-05-01 17:52:53 +02:00
docker-compose.override.yml Remove redundant stanzas 2020-05-10 11:58:10 +02:00
docker-compose.production.yml Remove redundant stanzas 2020-05-10 11:58:10 +02:00
docker-compose.yml Update gitea/gitea Docker tag to v1.11.5 2020-05-09 20:30:32 +00:00
renovate.json Add renovate.json 2020-05-07 10:02:39 +00:00
requirements.txt Update dependency docker-compose to v1.25.5 2020-05-07 10:05:54 +00:00

README.md

gitea

Build Status

https://gitea.io/

https://git.autonomic.zone

Development

$ git clone https://git.autonomic.zone/autonomic-cooperative/gitea && cd gitea
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ docker-compose up

Gitea dashboard:

http://localhost:3000

Production

  1. Our drone.autonomic.zone configuration automatically deploys.
  2. For a manual deploy guide, see this documentation.