From 3957e40e1268a6fff00f7743f56f32928e6ba26a Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Fri, 13 Jan 2023 16:21:19 +0100 Subject: [PATCH] Update to new URL --- 3dprinter-octoprint/build.yaml | 2 +- 3dprinter-octoprint/config.yaml | 2 +- README.md | 2 +- camera-mjpg-streamer/config.yaml | 4 ++-- repository.yaml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/3dprinter-octoprint/build.yaml b/3dprinter-octoprint/build.yaml index 28f6dc1..b934f74 100644 --- a/3dprinter-octoprint/build.yaml +++ b/3dprinter-octoprint/build.yaml @@ -7,6 +7,6 @@ build_from: labels: org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint" 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: OCTOPRINT_VERSION: "1.8.6" diff --git a/3dprinter-octoprint/config.yaml b/3dprinter-octoprint/config.yaml index 8fa9958..325e6f4 100644 --- a/3dprinter-octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -7,7 +7,7 @@ arch: - amd64 - armhf - 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] ports: 5000/tcp: null diff --git a/README.md b/README.md index ad7efe8..b2635ec 100644 --- a/README.md +++ b/README.md @@ -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. -[![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 diff --git a/camera-mjpg-streamer/config.yaml b/camera-mjpg-streamer/config.yaml index 3e6435a..7bc9e7f 100644 --- a/camera-mjpg-streamer/config.yaml +++ b/camera-mjpg-streamer/config.yaml @@ -2,7 +2,7 @@ name: "Camera-mjpg-streamer" version: "2022.7.0" slug: "camera-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_stream: true panel_icon: mdi:camera @@ -25,4 +25,4 @@ options: mjpg_input: "input_uvc.so -n" schema: mjpg_input: "str" -image: ghcr.io/fredrikbaberg/addon-camera-mjpg-streamer-{arch} +image: ghcr.io/fredrikbaberg/ha-addon-camera-mjpg-streamer-{arch} diff --git a/repository.yaml b/repository.yaml index 40e64fc..17aae4a 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,3 +1,3 @@ -name: fredrikbaberg 3DPrinter addons for Home-Asssistant -url: https://github.com/fredrikbaberg/3dprinter-addons +name: 3DPrinter addons for Home-Asssistant by fredrikbaberg +url: https://github.com/fredrikbaberg/ha-3dprinter-addons maintainer: Fredrik Baberg