mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-27 21:03:54 +00:00
Built octoprint-proxy images and store at ghcr (#127)
This commit is contained in:
@@ -1,24 +1,21 @@
|
||||
name: OctoPrint Proxy
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
slug: octoprint_proxy
|
||||
description: Access OctoPrint from within Home Assistant
|
||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||
image: ghcr.io/maxwinterstein/homeassistant-addon-octoprint-proxy-{arch}
|
||||
ingress: true
|
||||
ingress_port: 80
|
||||
panel_title: OctoPrint
|
||||
panel_icon: mdi:printer-3d-nozzle
|
||||
arch:
|
||||
- armhf
|
||||
- armv7
|
||||
- aarch64
|
||||
- amd64
|
||||
- i386
|
||||
startup: application
|
||||
boot: auto
|
||||
- armv7
|
||||
- aarch64
|
||||
- amd64
|
||||
init: false
|
||||
options:
|
||||
octoprint_host: octopi
|
||||
octoprint_port: '443'
|
||||
octoprint_port: "443"
|
||||
ssl:
|
||||
enabled: true
|
||||
verify: false
|
||||
@@ -28,4 +25,3 @@ schema:
|
||||
ssl:
|
||||
enabled: bool
|
||||
verify: bool
|
||||
hassio_api: false
|
||||
|
||||
Reference in New Issue
Block a user