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
decentral1se 719d569457 Add renovate.json 2020-05-07 10:02:39 +00: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 Disable swarm deploy for now 2020-05-05 09:16:09 +02: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 Remove trailing slash 2020-04-24 12:39:57 +02:00
README.md Wire up swarm version place holders 2020-05-01 17:52:53 +02:00
docker-compose.override.yml Wire up swarm version place holders 2020-05-01 17:52:53 +02:00
docker-compose.production.yml Wire up swarm version place holders 2020-05-01 17:52:53 +02:00
docker-compose.yml Wire up swarm version place holders 2020-05-01 17:52:53 +02:00
renovate.json Add renovate.json 2020-05-07 10:02:39 +00:00
requirements.txt Wire up swarm version place holders 2020-05-01 17:52:53 +02: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.