Remove gitlab configuration

This commit is contained in:
Jake Howard
2023-03-30 22:56:35 +01:00
parent 4c443d67d1
commit d52f0bc8b2
26 changed files with 5 additions and 289 deletions

View File

@ -6,14 +6,14 @@ DEFAULT_BRANCH = master
DISABLE_STARS = true
[server]
SSH_DOMAIN = gitea.theorangeone.net
ROOT_URL = https://gitea.theorangeone.net/
SSH_DOMAIN = git.theorangeone.net
ROOT_URL = https://git.theorangeone.net/
START_SSH_SERVER = true
SSH_PORT = 22 # Makes the SSH URLs look sane
SSH_LISTEN_PORT = 2222
BUILTIN_SSH_SERVER_USER = git
LFS_START_SERVER = true
DOMAIN = gitea.theorangeone.net
DOMAIN = git.theorangeone.net
PROTOCOL = http # TLS termination done by Traefik
ENABLE_GZIP = true
OFFLINE_MODE = true

View File

@ -23,7 +23,7 @@ services:
- redis
labels:
- traefik.enable=true
- traefik.http.routers.gitea.rule=Host(`gitea.theorangeone.net`)
- traefik.http.routers.gitea.rule=Host(`git.theorangeone.net`)
- traefik.http.services.gitea-gitea.loadbalancer.server.port=3000
networks:
- default