A painless self-hosted Git service
Go to file
Comrade Renovate Bot b656061a5a Update gitea/gitea Docker tag to v1.14.1 2021-04-16 07:01:07 +00:00
.drone.yml Drop optional vars 2021-04-07 13:48:17 +02:00
.env.sample Fix default domain and remove STACK_NAME 2021-04-07 20:00:38 +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 Drop all non-customised options 2021-04-13 16:51:48 +02:00
app.ini.tmpl Drop all non-customised options 2021-04-13 16:51:48 +02:00
compose.smtp.yml Final hold out on passwd -> password migration 2021-04-07 13:47:32 +02:00
compose.yml Update gitea/gitea Docker tag to v1.14.1 2021-04-16 07:01:07 +00: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