A painless self-hosted Git service
Go to file
3wc fabd33037a
continuous-integration/drone/push Build is failing Details
WIP: CORS headers
2021-11-21 22:13:32 +02:00
.drone.yml Use new image namespace 2021-06-21 12:28:33 +02:00
.env.sample WIP: CORS headers 2021-11-21 22:13:32 +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 Update metadata 2021-11-21 21:51:51 +02:00
abra.sh WIP: CORS headers 2021-11-21 22:13:32 +02:00
app.ini.tmpl WIP: CORS headers 2021-11-21 22:13:32 +02:00
compose.smtp.yml chore: formatting 2021-10-05 09:42:10 +02:00
compose.yml WIP: CORS headers 2021-11-21 22:13:32 +02:00
docker-setup.sh.tmpl Don't run installs here 2021-04-29 16:12:14 +02:00

README.md

Gitea

Build Status

  • Category: Development
  • Status: ❶💚
  • Image: gitea/gitea, ❶💚, upstream
  • Healthcheck: Yes
  • Backups: Yes
  • 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