From f9f19444be50aca9fe5fdc30eefcc1842c8b479a Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 12 Jan 2023 18:25:14 +0100 Subject: [PATCH] Cleanup and re-organize 3dprinter-octoprint config --- 3dprinter-octoprint/config.yaml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/3dprinter-octoprint/config.yaml b/3dprinter-octoprint/config.yaml index 120ee7c..8089b94 100644 --- a/3dprinter-octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -2,27 +2,24 @@ name: "3DPrinter-OctoPrint" version: "2023.01.0" slug: "3dprinter-octoprint" description: "OctoPrint as an addon, no additional bells and whistles." -url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint" -ingress: false -ingress_stream: false -panel_icon: mdi:printer-3d -panel_title: 3DPrinter-OctoPrint arch: - armv7 - amd64 - armhf - aarch64 - i386 -stage: experimental -init: false -realtime: true -gpio: true -uart: true -usb: true +url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/3dprinter-octoprint" +webui: http://[HOST]:[PORT:5000] ports: 5000/tcp: null ports_description: 5000/tcp: Web-based interface +# devices: +apparmor: false +# map: +gpio: true +usb: true +uart: true options: trusted_proxies: "" # camera_url: "http://b7aa59c4-camera-mjpg-streamer" @@ -31,5 +28,13 @@ schema: trusted_proxies: "str?" # camera_url: "url?" # mode: "list(normal|recovery|reverse_proxy_test|camera)?" -tmpfs: true image: ghcr.io/fredrikbaberg/ha-addon-3dprinter-octoprint-{arch} +codenotary: fredrik.baberg@gmail.com +tmpfs: true +ingress: false +# ingress_stream: false +panel_icon: mdi:printer-3d +panel_title: 3DPrinter-OctoPrint +stage: experimental +init: false +realtime: true \ No newline at end of file