Update to new URL
This commit is contained in:
parent
d32ee96033
commit
3957e40e12
@ -7,6 +7,6 @@ build_from:
|
|||||||
labels:
|
labels:
|
||||||
org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint"
|
org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint"
|
||||||
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
|
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
|
||||||
org.opencontainers.image.source: "https://github.com/fredrikbaberg/3dprinter-addons"
|
org.opencontainers.image.source: "https://github.com/fredrikbaberg/ha-3dprinter-addons"
|
||||||
args:
|
args:
|
||||||
OCTOPRINT_VERSION: "1.8.6"
|
OCTOPRINT_VERSION: "1.8.6"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ arch:
|
|||||||
- amd64
|
- amd64
|
||||||
- armhf
|
- armhf
|
||||||
- aarch64
|
- aarch64
|
||||||
url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/3dprinter-octoprint"
|
url: "https://github.com/fredrikbaberg/ha-3dprinter-addons/tree/main/3dprinter-octoprint"
|
||||||
webui: http://[HOST]:[PORT:5000]
|
webui: http://[HOST]:[PORT:5000]
|
||||||
ports:
|
ports:
|
||||||
5000/tcp: null
|
5000/tcp: null
|
||||||
|
|||||||
@ -5,7 +5,7 @@ Addons for Home-Assistant, related to 3D printing.
|
|||||||
|
|
||||||
You can use the following button to add the repository to your Home Assistant instance.
|
You can use the following button to add the repository to your Home Assistant instance.
|
||||||
|
|
||||||
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2F3dprinter-addons)
|
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons)
|
||||||
|
|
||||||
|
|
||||||
## Addons
|
## Addons
|
||||||
|
|||||||
@ -2,7 +2,7 @@ name: "Camera-mjpg-streamer"
|
|||||||
version: "2022.7.0"
|
version: "2022.7.0"
|
||||||
slug: "camera-mjpg-streamer"
|
slug: "camera-mjpg-streamer"
|
||||||
description: "Camera streaming addon for Home Assistant, based on mjpg-streamer."
|
description: "Camera streaming addon for Home Assistant, based on mjpg-streamer."
|
||||||
url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-mjpg-streamer"
|
url: "https://github.com/fredrikbaberg/ha-3dprinter-addons/tree/main/camera-mjpg-streamer"
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_stream: true
|
ingress_stream: true
|
||||||
panel_icon: mdi:camera
|
panel_icon: mdi:camera
|
||||||
@ -25,4 +25,4 @@ options:
|
|||||||
mjpg_input: "input_uvc.so -n"
|
mjpg_input: "input_uvc.so -n"
|
||||||
schema:
|
schema:
|
||||||
mjpg_input: "str"
|
mjpg_input: "str"
|
||||||
image: ghcr.io/fredrikbaberg/addon-camera-mjpg-streamer-{arch}
|
image: ghcr.io/fredrikbaberg/ha-addon-camera-mjpg-streamer-{arch}
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
name: fredrikbaberg 3DPrinter addons for Home-Asssistant
|
name: 3DPrinter addons for Home-Asssistant by fredrikbaberg
|
||||||
url: https://github.com/fredrikbaberg/3dprinter-addons
|
url: https://github.com/fredrikbaberg/ha-3dprinter-addons
|
||||||
maintainer: Fredrik Baberg <fredrik.baberg@gmail.com>
|
maintainer: Fredrik Baberg <fredrik.baberg@gmail.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user