Skip to content

Commit fbe039c

Browse files
committed
Update URIs to match new Unifi topology
1 parent b78109f commit fbe039c

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

appdata/traefik2/rules/app-home-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ http:
1616
loadBalancer:
1717
servers:
1818
## Or whatever your external host's IP:port is
19-
- url: 'http://hass.internal:{{env "HOME_ASSISTANT_PORT"}}'
19+
- url: 'http://hass.unifi.internal:{{env "HOME_ASSISTANT_PORT"}}'

appdata/traefik2/rules/app-homebridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ http:
1515
loadBalancer:
1616
servers:
1717
## Or whatever your external host's IP:port is
18-
- url: 'http://mint.internal:{{env "HOMEBRIDGE_PORT"}}'
18+
- url: 'http://nuc.unifi.internal:{{env "HOMEBRIDGE_PORT"}}'

appdata/traefik2/rules/app-nas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ http:
2121
loadBalancer:
2222
servers:
2323
## Or whatever your external host's IP:port is
24-
- url: 'http://nas.internal:{{env "SYNOLOGY_PORT"}}'
24+
- url: 'http://nas.unifi.internal:{{env "SYNOLOGY_PORT"}}'

appdata/traefik2/rules/app-plex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ http:
2222
loadBalancer:
2323
servers:
2424
## Or whatever your external host's IP:port is
25-
- url: 'http://nas.internal:{{env "PLEX_PORT"}}'
25+
- url: 'http://nuc.unifi.internal:{{env "PLEX_PORT"}}'

appdata/traefik2/rules/app-printer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ http:
1515
loadBalancer:
1616
servers:
1717
## Or whatever your external host's IP:port is
18-
- url: "http://printer.internal"
18+
- url: "http://printer.unifi.internal"

appdata/traefik2/rules/app-qbit-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ http:
1515
loadBalancer:
1616
servers:
1717
## Or whatever your external host's IP:port is
18-
- url: 'http://mint.internal:{{env "QBITTORRENT_PRIVATE_PORT"}}'
18+
- url: 'http://nuc.unifi.internal:{{env "QBITTORRENT_PRIVATE_PORT"}}'

appdata/traefik2/rules/app-qbit-temp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ http:
1515
loadBalancer:
1616
servers:
1717
## Or whatever your external host's IP:port is
18-
- url: "http://mint.internal:8170"
18+
- url: "http://nuc.unifi.internal:8170"

appdata/traefik2/rules/app-qbit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ http:
1515
loadBalancer:
1616
servers:
1717
## Or whatever your external host's IP:port is
18-
- url: 'http://mint.internal:{{env "QBITTORRENT_PORT"}}'
18+
- url: 'http://nuc.unifi.internal:{{env "QBITTORRENT_PORT"}}'

0 commit comments

Comments
 (0)