A painless self-hosted Git service
Go to file
decentral1se a099e702fa
continuous-integration/drone/push Build is failing Details
Final hold out on passwd -> password migration
See https://git.autonomic.zone/coop-cloud/gitea/issues/10.
2021-04-07 13:47:32 +02:00
.drone.yml Signal to Traefik that you want that port open 2021-02-14 15:29:09 +01:00
.env.sample Make SMTP mailer experimental 2021-04-07 13:42:04 +02:00
.gitignore Bootstrap Gitea repository 2020-06-17 08:21:19 +02:00
LICENSE Add LICENSE 2020-06-17 08:30:59 +02:00
README.md Follow new exciting README standard 2021-03-02 18:39:38 +02:00
abra.sh Remove version handling 2021-04-02 21:18:35 +02:00
app.ini.tmpl Make SMTP mailer experimental 2021-04-07 13:42:04 +02:00
compose.smtp.yml Final hold out on passwd -> password migration 2021-04-07 13:47:32 +02:00
compose.yml Final hold out on passwd -> password migration 2021-04-07 13:47:32 +02:00
renovate.json Add renovate.json 2020-09-14 20:01:52 +00:00

README.md

Gitea

Build Status

  • Category: Development
  • Status: ❷💛
  • Image: gitea/gitea, ❶💚, upstream
  • Healthcheck: Yes
  • Backups: No
  • Email: ?
  • Tests: ❷💛
  • SSO: ❶💚 (OAuth)

Basic usage

  1. Set up Docker Swarm and [abra][abra]
  2. Deploy [coop-cloud/traefik][cc-traefik]
  3. abra app new gitea --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy