Cleanup and re-organize 3dprinter-octoprint config

This commit is contained in:
Fredrik Baberg 2023-01-12 18:25:14 +01:00
parent 7dad56a7b7
commit c020e7f351

View File

@ -2,27 +2,24 @@ name: "3DPrinter-OctoPrint"
version: "2023.01.0" version: "2023.01.0"
slug: "3dprinter-octoprint" slug: "3dprinter-octoprint"
description: "OctoPrint as an addon, no additional bells and whistles." 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: arch:
- armv7 - armv7
- amd64 - amd64
- armhf - armhf
- aarch64 - aarch64
- i386 - i386
stage: experimental url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/3dprinter-octoprint"
init: false webui: http://[HOST]:[PORT:5000]
realtime: true
gpio: true
uart: true
usb: true
ports: ports:
5000/tcp: null 5000/tcp: null
ports_description: ports_description:
5000/tcp: Web-based interface 5000/tcp: Web-based interface
# devices:
apparmor: false
# map:
gpio: true
usb: true
uart: true
options: options:
trusted_proxies: "" trusted_proxies: ""
# camera_url: "http://b7aa59c4-camera-mjpg-streamer" # camera_url: "http://b7aa59c4-camera-mjpg-streamer"
@ -31,5 +28,13 @@ schema:
trusted_proxies: "str?" trusted_proxies: "str?"
# camera_url: "url?" # camera_url: "url?"
# mode: "list(normal|recovery|reverse_proxy_test|camera)?" # mode: "list(normal|recovery|reverse_proxy_test|camera)?"
tmpfs: true
image: ghcr.io/fredrikbaberg/ha-addon-3dprinter-octoprint-{arch} 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