A painless self-hosted Git service
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Renovate Bot 818d474b43
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is failing Details
Update gitea/gitea Docker tag to v1.14.5
2021-07-19 07:01:48 +00:00
.drone.yml Use new image namespace 2021-06-21 12:28:33 +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 Don't run installs here 2021-04-29 16:12:14 +02:00
app.ini.tmpl Use new reverse proxy settings 2021-04-29 16:02:48 +02:00
compose.smtp.yml Fix typo 2021-04-29 17:18:30 +02:00
compose.yml Update gitea/gitea Docker tag to v1.14.5 2021-07-19 07:01:48 +00:00
docker-setup.sh.tmpl Don't run installs here 2021-04-29 16:12:14 +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