Decommission dokku

I don't use it, still. I have a better plan for doing this in future anyway...
This commit is contained in:
Jake Howard
2024-07-07 15:56:29 +01:00
parent 2e438137d6
commit f717c1be78
17 changed files with 1 additions and 162 deletions

View File

@ -1,10 +0,0 @@
http:
routers:
router-dokku:
rule: HostRegexp(`{subdomain:[a-z]+}.d.theorangeone.net`)
service: service-dokku
services:
service-dokku:
loadBalancer:
servers:
- url: http://{{ pve_hosts.dokku.ip }}

View File

@ -25,10 +25,6 @@ entryPoints:
sans: "*.theorangeone.net"
- main: jakehoward.tech
sans: "*.jakehoward.tech"
{% if traefik_provider_dokku %}
- main: d.theorangeone.net
sans: "*.d.theorangeone.net"
{% endif %}
proxyProtocol:
trustedIPs:
- "{{ pve_hosts.ingress.ip }}/32"