36 lines
884 B
YAML
36 lines
884 B
YAML
name: "3DPrinter-OctoPrint"
|
|
version: "2022.12.03"
|
|
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: true
|
|
ingress_stream: true
|
|
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
|
|
ports:
|
|
5000/tcp: null
|
|
ports_description:
|
|
5000/tcp: Web-based interface (Not required for Ingress)
|
|
options:
|
|
camera_url: "http://b7aa59c4-camera-mjpg-streamer"
|
|
mode: normal
|
|
reverse_proxy: ""
|
|
schema:
|
|
camera_url: "url?"
|
|
mode: "list(normal|recovery|reverse_proxy_test|camera)?"
|
|
reverse_proxy: "str?"
|
|
tmpfs: true
|
|
image: ghcr.io/fredrikbaberg/addon-3dprinter-octoprint-{arch}
|