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 26cc6c3bb3
continuous-integration/drone/push Build is passing Details
Wire up swarm version place holders
2020-05-01 17:52:53 +02:00
deploy.d Create application volume mounts manually 2020-04-15 16:54:01 +02:00
sbin Add RST rendering 2020-04-24 12:33:23 +02:00
.drone.yml Wire up swarm version place holders 2020-05-01 17:52:53 +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
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.