updated traefik
This commit is contained in:
@@ -16,10 +16,10 @@ defaultEntryPoints = ["http"]
|
|||||||
url = "http://localhost:2001"
|
url = "http://localhost:2001"
|
||||||
[backends.homeassistant]
|
[backends.homeassistant]
|
||||||
[backends.homeassistant.servers.server1]
|
[backends.homeassistant.servers.server1]
|
||||||
url = "http://10.155.223.3:8123/"
|
url = "http://10.155.223.4:8123/"
|
||||||
[backends.syncthing]
|
[backends.syncthing]
|
||||||
[backends.syncthing.servers.server1]
|
[backends.syncthing.servers.server1]
|
||||||
url = "http://10.155.223.3:8384/"
|
url = "http://10.155.223.4:8384/"
|
||||||
|
|
||||||
[frontends]
|
[frontends]
|
||||||
[frontends.whoami]
|
[frontends.whoami]
|
||||||
@@ -33,3 +33,4 @@ defaultEntryPoints = ["http"]
|
|||||||
[frontends.syncthing]
|
[frontends.syncthing]
|
||||||
entryPoints = ["syncthing"]
|
entryPoints = ["syncthing"]
|
||||||
backend = "syncthing"
|
backend = "syncthing"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user