Replace gitea with gitlab
Leave gitea in place for a bit in case I need to change back suddenly
This commit is contained in:
@ -24,7 +24,7 @@ services:
|
||||
- "{{ wireguard.clients.intersect.ip }}:8022:22"
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.gitlab.rule=Host(`gitlab.theorangeone.net`)
|
||||
- traefik.http.routers.gitlab.rule=Host(`git.theorangeone.net`) || Host(`git.0rng.one`)
|
||||
- traefik.http.routers.gitlab.tls.certresolver=le
|
||||
- traefik.http.services.gitlab-gitlab.loadbalancer.server.port=80
|
||||
- traefik.http.services.gitlab-gitlab.loadbalancer.server.scheme=http
|
||||
|
@ -1,4 +1,4 @@
|
||||
external_url 'https://gitlab.theorangeone.net'
|
||||
external_url 'https://git.theorangeone.net'
|
||||
nginx['redirect_http_to_https'] = false
|
||||
nginx['listen_https'] = false
|
||||
nginx['listen_port'] = 80
|
||||
|
Reference in New Issue
Block a user