mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Add and apply prettier pre-commit hook
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.0] - 2021-01-03
|
||||
- Initial release
|
||||
|
||||
- Initial release
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Home Assistant Add-on: OctoPrint Proxy
|
||||
|
||||
Small *haproxy* based reverse proxy to have OctoPrint accessible from Home Assistant with a memory consumption less than 10Mbyte.
|
||||
Small _haproxy_ based reverse proxy to have OctoPrint accessible from Home Assistant with a memory consumption less than 10Mbyte.
|
||||
|
||||
Works okayish with OctoPi based installations, others not tested. Feedback welcome.
|
||||
|
||||
**Remember to enable the *Show in sidebar* option.**
|
||||
**Remember to enable the _Show in sidebar_ option.**
|
||||
|
||||
Webcam (and some other stuff) is not working right now, will fix some day.
|
||||
Webcam (and some other stuff) is not working right now, will fix some day.
|
||||
|
||||
@@ -8,30 +8,24 @@
|
||||
"ingress_port": 80,
|
||||
"panel_title": "OctoPrint",
|
||||
"panel_icon": "mdi:printer-3d-nozzle",
|
||||
"arch": [
|
||||
"armhf",
|
||||
"armv7",
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"i386"
|
||||
],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"octoprint_host" : "octopi",
|
||||
"octoprint_port" : "443",
|
||||
"octoprint_host": "octopi",
|
||||
"octoprint_port": "443",
|
||||
"ssl": {
|
||||
"enabled": true,
|
||||
"verify": false
|
||||
}
|
||||
},
|
||||
"schema": {
|
||||
"octoprint_host" : "str",
|
||||
"octoprint_port" : "port",
|
||||
"octoprint_host": "str",
|
||||
"octoprint_port": "port",
|
||||
"ssl": {
|
||||
"enabled": "bool",
|
||||
"verify": "bool"
|
||||
}
|
||||
},
|
||||
"hassio_api": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user