Update to new URL

This commit is contained in:
Fredrik Baberg 2023-01-13 16:21:19 +01:00
parent d32ee96033
commit 3957e40e12
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -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.
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2F3dprinter-addons) [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons)
## Addons ## Addons

View File

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

View File

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