Skip to content

Commit

Permalink
Update config.yml in traefik to include openmediavault
Browse files Browse the repository at this point in the history
  • Loading branch information
caxky committed Jan 25, 2024
1 parent ff2c13c commit 037885b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions reference_files/traefik-portainer-ssl/traefik/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ http:
- https-redirectscheme
tls: {}
service: pterodactyl
openmediavault:
entryPoints:
- "https"
rule: "Host(`openmediavault.local.example.com`)"
middlewares:
- default-headers
- https-redirectscheme
tls: {}
service: openmediavault

#endregion
#region services
Expand Down Expand Up @@ -191,6 +200,11 @@ http:
servers:
- url: "http://192.168.0.110:80"
passHostHeader: true
openmediavault:
loadBalancer:
servers:
- url: "http://192.168.0.111:80"
passHostHeader: true
#endregion
middlewares:
addprefix-pihole:
Expand Down

0 comments on commit 037885b

Please sign in to comment.