Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
🔨 Re enable ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Aug 31, 2019
1 parent ef0ea60 commit 2b7cd69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions home-panel/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
"i386"
],
"boot": "auto",
"hassio_role": "default",
"hassio_api": true,
"hassio_role": "default",
"homeassistant": "0.91.4",
"homeassistant_api": true,
"ingress": false,
"ingress": true,
"ingress_port": 1337,
"panel_icon": "mdi:view-dashboard-variant",
"ports": {
"80/tcp": null
},
Expand Down

0 comments on commit 2b7cd69

Please sign in to comment.