Skip to content

Instantly share code, notes, and snippets.

@YourFriendCaspian
Created July 15, 2019 22:56
Show Gist options
  • Save YourFriendCaspian/fd5c80fc409ee66cd3f31bdf80b890d2 to your computer and use it in GitHub Desktop.
Save YourFriendCaspian/fd5c80fc409ee66cd3f31bdf80b890d2 to your computer and use it in GitHub Desktop.
traefik.toml for hassio
[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