Created
July 15, 2019 22:56
-
-
Save YourFriendCaspian/fd5c80fc409ee66cd3f31bdf80b890d2 to your computer and use it in GitHub Desktop.
traefik.toml for hassio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[backends] | |
[backends.hassio] | |
[backends.hassio.servers.nuc] | |
url = "http://YOUR-HASSIO-LOCAL-IP:8123" | |
[frontends] | |
[frontends.hassio] | |
backend = "hassio" | |
[frontends.hassio.routes.hassio] | |
rule = "Host:hassio.yourdomain.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment