mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Built octoprint-proxy images and store at ghcr (#127)
This commit is contained in:
@@ -29,6 +29,7 @@ Run ioBroker as Add-on.
|
|||||||
Small proxy to add OctoPrint to the Home Assistant.
|
Small proxy to add OctoPrint to the Home Assistant.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
[![Add repository on my Home Assistant][repository-badge]][repository-url]
|
[![Add repository on my Home Assistant][repository-badge]][repository-url]
|
||||||
|
|
||||||
If you want to do add the repository manually, please follow the procedure highlighted in the [Home Assistant website](https://home-assistant.io/hassio/installing_third_party_addons). Use the following URL to add this repository: `https://github.com/MaxWinterstein/homeassistant-addons/`
|
If you want to do add the repository manually, please follow the procedure highlighted in the [Home Assistant website](https://home-assistant.io/hassio/installing_third_party_addons). Use the following URL to add this repository: `https://github.com/MaxWinterstein/homeassistant-addons/`
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.2] - 2022-12-16
|
||||||
|
|
||||||
|
- Change to prebuild images
|
||||||
|
|
||||||
|
## [1.0.1] - 2022-12-16
|
||||||
|
|
||||||
|
- Fix pid issue - thanks @0nikola1
|
||||||
|
|
||||||
## [1.0.0] - 2021-01-03
|
## [1.0.0] - 2021-01-03
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
7
octoprint-proxy/build.json
Normal file
7
octoprint-proxy/build.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"build_from": {
|
||||||
|
"armv7": "ghcr.io/hassio-addons/base:13.0.0",
|
||||||
|
"aarch64": "ghcr.io/hassio-addons/base:13.0.0",
|
||||||
|
"amd64": "ghcr.io/hassio-addons/base:13.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,24 +1,21 @@
|
|||||||
name: OctoPrint Proxy
|
name: OctoPrint Proxy
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
slug: octoprint_proxy
|
slug: octoprint_proxy
|
||||||
description: Access OctoPrint from within Home Assistant
|
description: Access OctoPrint from within Home Assistant
|
||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
|
image: ghcr.io/maxwinterstein/homeassistant-addon-octoprint-proxy-{arch}
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 80
|
ingress_port: 80
|
||||||
panel_title: OctoPrint
|
panel_title: OctoPrint
|
||||||
panel_icon: mdi:printer-3d-nozzle
|
panel_icon: mdi:printer-3d-nozzle
|
||||||
arch:
|
arch:
|
||||||
- armhf
|
|
||||||
- armv7
|
- armv7
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
- i386
|
|
||||||
startup: application
|
|
||||||
boot: auto
|
|
||||||
init: false
|
init: false
|
||||||
options:
|
options:
|
||||||
octoprint_host: octopi
|
octoprint_host: octopi
|
||||||
octoprint_port: '443'
|
octoprint_port: "443"
|
||||||
ssl:
|
ssl:
|
||||||
enabled: true
|
enabled: true
|
||||||
verify: false
|
verify: false
|
||||||
@@ -28,4 +25,3 @@ schema:
|
|||||||
ssl:
|
ssl:
|
||||||
enabled: bool
|
enabled: bool
|
||||||
verify: bool
|
verify: bool
|
||||||
hassio_api: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user