Built octoprint-proxy images and store at ghcr (#127)

This commit is contained in:
Max Winterstein
2022-12-16 10:56:49 +01:00
committed by GitHub
parent 5fff8569b6
commit fc809ee24d
4 changed files with 23 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ Run ioBroker as Add-on.
Small proxy to add OctoPrint to the Home Assistant.
## Installation
[![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/`

View File

@@ -1,5 +1,13 @@
# 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
- Initial release

View 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"
}
}

View File

@@ -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