A painless self-hosted Git service
https://git.autonomic.zone
|
||
---|---|---|
deploy.d | ||
sbin | ||
.drone.yml | ||
.envrc.sample | ||
.gitignore | ||
CHECKS | ||
docker-compose.override.yml | ||
docker-compose.production.yml | ||
docker-compose.yml | ||
Dockerfile | ||
README.md | ||
requirements.txt |
gitea
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:
Production
- Our drone.autonomic.zone configuration automatically deploys.
- For a manual deploy guide, see this documentation.