From 30980875cd2f7e2ba74da42abda02989277178a8 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 7 Jul 2022 23:10:45 +0200 Subject: [PATCH 1/7] Rename 3dprinter to octoprint for now. --- {3dprinter-octoprint => octoprint}/CHANGELOG.md | 0 {3dprinter-octoprint => octoprint}/DOCS.md | 0 {3dprinter-octoprint => octoprint}/Dockerfile | 0 {3dprinter-octoprint => octoprint}/README.md | 0 {3dprinter-octoprint => octoprint}/apparmor.txt | 7 ++++--- {3dprinter-octoprint => octoprint}/build.yaml | 0 {3dprinter-octoprint => octoprint}/config.yaml | 2 ++ {3dprinter-octoprint => octoprint}/icon.png | Bin {3dprinter-octoprint => octoprint}/logo.png | Bin .../rootfs/etc/cont-init.d/nginx.sh | 0 .../rootfs/etc/cont-init.d/octoprint.sh | 0 .../rootfs/etc/nginx/nginx.conf | 0 .../rootfs/etc/services.d/nginx/finish | 0 .../rootfs/etc/services.d/nginx/run | 0 .../rootfs/etc/services.d/octoprint/finish | 0 .../rootfs/etc/services.d/octoprint/run | 0 .../rootfs/usr/share/tempio/ingress.conf | 0 .../rootfs/usr/share/tempio/webui.conf | 0 .../translations/en.yaml | 0 19 files changed, 6 insertions(+), 3 deletions(-) rename {3dprinter-octoprint => octoprint}/CHANGELOG.md (100%) rename {3dprinter-octoprint => octoprint}/DOCS.md (100%) rename {3dprinter-octoprint => octoprint}/Dockerfile (100%) rename {3dprinter-octoprint => octoprint}/README.md (100%) rename {3dprinter-octoprint => octoprint}/apparmor.txt (99%) rename {3dprinter-octoprint => octoprint}/build.yaml (100%) rename {3dprinter-octoprint => octoprint}/config.yaml (81%) rename {3dprinter-octoprint => octoprint}/icon.png (100%) rename {3dprinter-octoprint => octoprint}/logo.png (100%) rename {3dprinter-octoprint => octoprint}/rootfs/etc/cont-init.d/nginx.sh (100%) rename {3dprinter-octoprint => octoprint}/rootfs/etc/cont-init.d/octoprint.sh (100%) rename {3dprinter-octoprint => octoprint}/rootfs/etc/nginx/nginx.conf (100%) rename {3dprinter-octoprint => octoprint}/rootfs/etc/services.d/nginx/finish (100%) rename {3dprinter-octoprint => octoprint}/rootfs/etc/services.d/nginx/run (100%) rename {3dprinter-octoprint => octoprint}/rootfs/etc/services.d/octoprint/finish (100%) rename {3dprinter-octoprint => octoprint}/rootfs/etc/services.d/octoprint/run (100%) rename {3dprinter-octoprint => octoprint}/rootfs/usr/share/tempio/ingress.conf (100%) rename {3dprinter-octoprint => octoprint}/rootfs/usr/share/tempio/webui.conf (100%) rename {3dprinter-octoprint => octoprint}/translations/en.yaml (100%) diff --git a/3dprinter-octoprint/CHANGELOG.md b/octoprint/CHANGELOG.md similarity index 100% rename from 3dprinter-octoprint/CHANGELOG.md rename to octoprint/CHANGELOG.md diff --git a/3dprinter-octoprint/DOCS.md b/octoprint/DOCS.md similarity index 100% rename from 3dprinter-octoprint/DOCS.md rename to octoprint/DOCS.md diff --git a/3dprinter-octoprint/Dockerfile b/octoprint/Dockerfile similarity index 100% rename from 3dprinter-octoprint/Dockerfile rename to octoprint/Dockerfile diff --git a/3dprinter-octoprint/README.md b/octoprint/README.md similarity index 100% rename from 3dprinter-octoprint/README.md rename to octoprint/README.md diff --git a/3dprinter-octoprint/apparmor.txt b/octoprint/apparmor.txt similarity index 99% rename from 3dprinter-octoprint/apparmor.txt rename to octoprint/apparmor.txt index fb0aa3c..3b37e96 100644 --- a/3dprinter-octoprint/apparmor.txt +++ b/octoprint/apparmor.txt @@ -63,6 +63,9 @@ profile 3dprinter-octoprint flags=(attach_disconnected,mediate_deleted) { # Receive signals from S6-Overlay signal (receive) peer=*_example, + + # Allow capability CAP_CHOWN + capability chown, /usr/sbin/nginx r, /bin/bash rix, @@ -74,8 +77,6 @@ profile 3dprinter-octoprint flags=(attach_disconnected,mediate_deleted) { /var/log/nginx/access.log rw, /var/log/nginx/error.log rw, - - # Allow capability CAP_CHOWN - capability chown, + } } \ No newline at end of file diff --git a/3dprinter-octoprint/build.yaml b/octoprint/build.yaml similarity index 100% rename from 3dprinter-octoprint/build.yaml rename to octoprint/build.yaml diff --git a/3dprinter-octoprint/config.yaml b/octoprint/config.yaml similarity index 81% rename from 3dprinter-octoprint/config.yaml rename to octoprint/config.yaml index b6d8d5f..9653f6f 100644 --- a/3dprinter-octoprint/config.yaml +++ b/octoprint/config.yaml @@ -9,9 +9,11 @@ arch: - armhf - armv7 - i386 +stage: experimental init: false map: - share:rw ports: 5000/tcp: 5000 ingress: true +image: ghcr.io/fredrikbaberg/addon-camera-aiortc-{arch} diff --git a/3dprinter-octoprint/icon.png b/octoprint/icon.png similarity index 100% rename from 3dprinter-octoprint/icon.png rename to octoprint/icon.png diff --git a/3dprinter-octoprint/logo.png b/octoprint/logo.png similarity index 100% rename from 3dprinter-octoprint/logo.png rename to octoprint/logo.png diff --git a/3dprinter-octoprint/rootfs/etc/cont-init.d/nginx.sh b/octoprint/rootfs/etc/cont-init.d/nginx.sh similarity index 100% rename from 3dprinter-octoprint/rootfs/etc/cont-init.d/nginx.sh rename to octoprint/rootfs/etc/cont-init.d/nginx.sh diff --git a/3dprinter-octoprint/rootfs/etc/cont-init.d/octoprint.sh b/octoprint/rootfs/etc/cont-init.d/octoprint.sh similarity index 100% rename from 3dprinter-octoprint/rootfs/etc/cont-init.d/octoprint.sh rename to octoprint/rootfs/etc/cont-init.d/octoprint.sh diff --git a/3dprinter-octoprint/rootfs/etc/nginx/nginx.conf b/octoprint/rootfs/etc/nginx/nginx.conf similarity index 100% rename from 3dprinter-octoprint/rootfs/etc/nginx/nginx.conf rename to octoprint/rootfs/etc/nginx/nginx.conf diff --git a/3dprinter-octoprint/rootfs/etc/services.d/nginx/finish b/octoprint/rootfs/etc/services.d/nginx/finish similarity index 100% rename from 3dprinter-octoprint/rootfs/etc/services.d/nginx/finish rename to octoprint/rootfs/etc/services.d/nginx/finish diff --git a/3dprinter-octoprint/rootfs/etc/services.d/nginx/run b/octoprint/rootfs/etc/services.d/nginx/run similarity index 100% rename from 3dprinter-octoprint/rootfs/etc/services.d/nginx/run rename to octoprint/rootfs/etc/services.d/nginx/run diff --git a/3dprinter-octoprint/rootfs/etc/services.d/octoprint/finish b/octoprint/rootfs/etc/services.d/octoprint/finish similarity index 100% rename from 3dprinter-octoprint/rootfs/etc/services.d/octoprint/finish rename to octoprint/rootfs/etc/services.d/octoprint/finish diff --git a/3dprinter-octoprint/rootfs/etc/services.d/octoprint/run b/octoprint/rootfs/etc/services.d/octoprint/run similarity index 100% rename from 3dprinter-octoprint/rootfs/etc/services.d/octoprint/run rename to octoprint/rootfs/etc/services.d/octoprint/run diff --git a/3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf b/octoprint/rootfs/usr/share/tempio/ingress.conf similarity index 100% rename from 3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf rename to octoprint/rootfs/usr/share/tempio/ingress.conf diff --git a/3dprinter-octoprint/rootfs/usr/share/tempio/webui.conf b/octoprint/rootfs/usr/share/tempio/webui.conf similarity index 100% rename from 3dprinter-octoprint/rootfs/usr/share/tempio/webui.conf rename to octoprint/rootfs/usr/share/tempio/webui.conf diff --git a/3dprinter-octoprint/translations/en.yaml b/octoprint/translations/en.yaml similarity index 100% rename from 3dprinter-octoprint/translations/en.yaml rename to octoprint/translations/en.yaml From b3c67f17381346a9b317a15b0046f516834503be Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 7 Jul 2022 23:11:51 +0200 Subject: [PATCH 2/7] Mark addons as experimental --- camera-mjpg-streamer/config.yaml | 1 + camera-rtc/README.md | 2 ++ camera-rtc/config.yaml | 1 + 3 files changed, 4 insertions(+) diff --git a/camera-mjpg-streamer/config.yaml b/camera-mjpg-streamer/config.yaml index 3a3cfbf..3023b16 100644 --- a/camera-mjpg-streamer/config.yaml +++ b/camera-mjpg-streamer/config.yaml @@ -13,6 +13,7 @@ arch: - armhf - aarch64 - i386 +stage: experimental init: false video: true usb: true diff --git a/camera-rtc/README.md b/camera-rtc/README.md index 3556dfa..c753799 100644 --- a/camera-rtc/README.md +++ b/camera-rtc/README.md @@ -1,3 +1,5 @@ # Camera-RTC +**Note: This addon is not ready for use.** + Camera addon with support for WebRTC. diff --git a/camera-rtc/config.yaml b/camera-rtc/config.yaml index d490eaf..fe619f1 100644 --- a/camera-rtc/config.yaml +++ b/camera-rtc/config.yaml @@ -11,6 +11,7 @@ arch: - amd64 - armhf - armv7 +stage: experimental init: false video: true usb: true From 7a3107ed57adb89f38aab5fe23fa6274f5bf84f7 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 7 Jul 2022 23:23:07 +0200 Subject: [PATCH 3/7] Update port of mjpg-streamer --- camera-mjpg-streamer/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camera-mjpg-streamer/config.yaml b/camera-mjpg-streamer/config.yaml index 3023b16..acdce6b 100644 --- a/camera-mjpg-streamer/config.yaml +++ b/camera-mjpg-streamer/config.yaml @@ -18,9 +18,9 @@ init: false video: true usb: true ports: - 8000/tcp: null + 80/tcp: null ports_description: - 8000/tcp: Web-based interface (Not required for Ingress) + 80/tcp: Web-based interface (Not required for Ingress) options: mjpg_input: "input_uvc.so -n" schema: From 43a5269ee914d6b78a0770007af5a7b3a7133749 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 7 Jul 2022 23:52:59 +0200 Subject: [PATCH 4/7] Update descriptions --- {octoprint => 3dprinter-octoprint}/DOCS.md | 0 {octoprint => 3dprinter-octoprint}/Dockerfile | 0 {octoprint => 3dprinter-octoprint}/README.md | 0 {octoprint => 3dprinter-octoprint}/apparmor.txt | 0 {octoprint => 3dprinter-octoprint}/build.yaml | 0 {octoprint => 3dprinter-octoprint}/config.yaml | 4 ++-- {octoprint => 3dprinter-octoprint}/icon.png | Bin {octoprint => 3dprinter-octoprint}/logo.png | Bin .../rootfs/etc/cont-init.d/nginx.sh | 0 .../rootfs/etc/cont-init.d/octoprint.sh | 0 .../rootfs/etc/nginx/nginx.conf | 0 .../rootfs/etc/services.d/nginx/finish | 0 .../rootfs/etc/services.d/nginx/run | 0 .../rootfs/etc/services.d/octoprint/finish | 0 .../rootfs/etc/services.d/octoprint/run | 0 .../rootfs/usr/share/tempio/ingress.conf | 0 .../rootfs/usr/share/tempio/webui.conf | 0 .../translations/en.yaml | 0 README.md | 11 ++++++++--- camera-mjpg-streamer/config.yaml | 2 +- octoprint/CHANGELOG.md | 0 repository.yaml | 2 +- 22 files changed, 12 insertions(+), 7 deletions(-) rename {octoprint => 3dprinter-octoprint}/DOCS.md (100%) rename {octoprint => 3dprinter-octoprint}/Dockerfile (100%) rename {octoprint => 3dprinter-octoprint}/README.md (100%) rename {octoprint => 3dprinter-octoprint}/apparmor.txt (100%) rename {octoprint => 3dprinter-octoprint}/build.yaml (100%) rename {octoprint => 3dprinter-octoprint}/config.yaml (70%) rename {octoprint => 3dprinter-octoprint}/icon.png (100%) rename {octoprint => 3dprinter-octoprint}/logo.png (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/etc/cont-init.d/nginx.sh (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/etc/cont-init.d/octoprint.sh (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/etc/nginx/nginx.conf (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/etc/services.d/nginx/finish (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/etc/services.d/nginx/run (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/etc/services.d/octoprint/finish (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/etc/services.d/octoprint/run (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/usr/share/tempio/ingress.conf (100%) rename {octoprint => 3dprinter-octoprint}/rootfs/usr/share/tempio/webui.conf (100%) rename {octoprint => 3dprinter-octoprint}/translations/en.yaml (100%) delete mode 100644 octoprint/CHANGELOG.md diff --git a/octoprint/DOCS.md b/3dprinter-octoprint/DOCS.md similarity index 100% rename from octoprint/DOCS.md rename to 3dprinter-octoprint/DOCS.md diff --git a/octoprint/Dockerfile b/3dprinter-octoprint/Dockerfile similarity index 100% rename from octoprint/Dockerfile rename to 3dprinter-octoprint/Dockerfile diff --git a/octoprint/README.md b/3dprinter-octoprint/README.md similarity index 100% rename from octoprint/README.md rename to 3dprinter-octoprint/README.md diff --git a/octoprint/apparmor.txt b/3dprinter-octoprint/apparmor.txt similarity index 100% rename from octoprint/apparmor.txt rename to 3dprinter-octoprint/apparmor.txt diff --git a/octoprint/build.yaml b/3dprinter-octoprint/build.yaml similarity index 100% rename from octoprint/build.yaml rename to 3dprinter-octoprint/build.yaml diff --git a/octoprint/config.yaml b/3dprinter-octoprint/config.yaml similarity index 70% rename from octoprint/config.yaml rename to 3dprinter-octoprint/config.yaml index 9653f6f..e41c49d 100644 --- a/octoprint/config.yaml +++ b/3dprinter-octoprint/config.yaml @@ -1,7 +1,7 @@ name: "3DPrinter-OctoPrint" version: "2022.6.028" slug: "3dprinter-octoprint" -description: "New instance of OctoPrint" +description: "OctoPrint as an addon, no additional bells and whistles." url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint" arch: - aarch64 @@ -16,4 +16,4 @@ map: ports: 5000/tcp: 5000 ingress: true -image: ghcr.io/fredrikbaberg/addon-camera-aiortc-{arch} +image: ghcr.io/fredrikbaberg/addon-3dprinter-octoprint-{arch} diff --git a/octoprint/icon.png b/3dprinter-octoprint/icon.png similarity index 100% rename from octoprint/icon.png rename to 3dprinter-octoprint/icon.png diff --git a/octoprint/logo.png b/3dprinter-octoprint/logo.png similarity index 100% rename from octoprint/logo.png rename to 3dprinter-octoprint/logo.png diff --git a/octoprint/rootfs/etc/cont-init.d/nginx.sh b/3dprinter-octoprint/rootfs/etc/cont-init.d/nginx.sh similarity index 100% rename from octoprint/rootfs/etc/cont-init.d/nginx.sh rename to 3dprinter-octoprint/rootfs/etc/cont-init.d/nginx.sh diff --git a/octoprint/rootfs/etc/cont-init.d/octoprint.sh b/3dprinter-octoprint/rootfs/etc/cont-init.d/octoprint.sh similarity index 100% rename from octoprint/rootfs/etc/cont-init.d/octoprint.sh rename to 3dprinter-octoprint/rootfs/etc/cont-init.d/octoprint.sh diff --git a/octoprint/rootfs/etc/nginx/nginx.conf b/3dprinter-octoprint/rootfs/etc/nginx/nginx.conf similarity index 100% rename from octoprint/rootfs/etc/nginx/nginx.conf rename to 3dprinter-octoprint/rootfs/etc/nginx/nginx.conf diff --git a/octoprint/rootfs/etc/services.d/nginx/finish b/3dprinter-octoprint/rootfs/etc/services.d/nginx/finish similarity index 100% rename from octoprint/rootfs/etc/services.d/nginx/finish rename to 3dprinter-octoprint/rootfs/etc/services.d/nginx/finish diff --git a/octoprint/rootfs/etc/services.d/nginx/run b/3dprinter-octoprint/rootfs/etc/services.d/nginx/run similarity index 100% rename from octoprint/rootfs/etc/services.d/nginx/run rename to 3dprinter-octoprint/rootfs/etc/services.d/nginx/run diff --git a/octoprint/rootfs/etc/services.d/octoprint/finish b/3dprinter-octoprint/rootfs/etc/services.d/octoprint/finish similarity index 100% rename from octoprint/rootfs/etc/services.d/octoprint/finish rename to 3dprinter-octoprint/rootfs/etc/services.d/octoprint/finish diff --git a/octoprint/rootfs/etc/services.d/octoprint/run b/3dprinter-octoprint/rootfs/etc/services.d/octoprint/run similarity index 100% rename from octoprint/rootfs/etc/services.d/octoprint/run rename to 3dprinter-octoprint/rootfs/etc/services.d/octoprint/run diff --git a/octoprint/rootfs/usr/share/tempio/ingress.conf b/3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf similarity index 100% rename from octoprint/rootfs/usr/share/tempio/ingress.conf rename to 3dprinter-octoprint/rootfs/usr/share/tempio/ingress.conf diff --git a/octoprint/rootfs/usr/share/tempio/webui.conf b/3dprinter-octoprint/rootfs/usr/share/tempio/webui.conf similarity index 100% rename from octoprint/rootfs/usr/share/tempio/webui.conf rename to 3dprinter-octoprint/rootfs/usr/share/tempio/webui.conf diff --git a/octoprint/translations/en.yaml b/3dprinter-octoprint/translations/en.yaml similarity index 100% rename from octoprint/translations/en.yaml rename to 3dprinter-octoprint/translations/en.yaml diff --git a/README.md b/README.md index 9dbeb4d..0e3c86a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 3dprinter-addons -Addons for Home-Assistant, related to 3DPrinter. +Addons for Home-Assistant, related to 3D printing. ## Install @@ -10,11 +10,16 @@ You can use the following button to add the repository to your Home Assistant in ## Addons +Not all addons are ready for use. + ### 3DPrinter-OctoPrint OctoPrint, plain and simple. - -### 3DPrinter-Camera +### Camera-mjpg-streamer For streaming camera feed. + +## Camera-RTC + +For streaming camera feed, using WebRTC. diff --git a/camera-mjpg-streamer/config.yaml b/camera-mjpg-streamer/config.yaml index acdce6b..c4fb579 100644 --- a/camera-mjpg-streamer/config.yaml +++ b/camera-mjpg-streamer/config.yaml @@ -1,4 +1,4 @@ -name: "mjpg-streamer" +name: "Camera-mjpg-streamer" version: "2022.7.002" slug: "camera-mjpg-streamer" description: "Camera streaming addon for Home Assistant, based on mjpg-streamer." diff --git a/octoprint/CHANGELOG.md b/octoprint/CHANGELOG.md deleted file mode 100644 index e69de29..0000000 diff --git a/repository.yaml b/repository.yaml index da69a8e..40e64fc 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,3 +1,3 @@ -name: fredrikbaberg Home-Asssistant 3DPrinter addons +name: fredrikbaberg 3DPrinter addons for Home-Asssistant url: https://github.com/fredrikbaberg/3dprinter-addons maintainer: Fredrik Baberg From a0289768d33bc9ac92102245246b7fc8783af37b Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 7 Jul 2022 23:58:03 +0200 Subject: [PATCH 5/7] Update workflows --- .github/workflows/3dprinter-octoprint.yml | 54 +++++++++++++++++++++++ .github/workflows/camera-aiortc.yml | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/3dprinter-octoprint.yml diff --git a/.github/workflows/3dprinter-octoprint.yml b/.github/workflows/3dprinter-octoprint.yml new file mode 100644 index 0000000..c99e69c --- /dev/null +++ b/.github/workflows/3dprinter-octoprint.yml @@ -0,0 +1,54 @@ +name: 3dprinter-octoprint manual build + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + name: Build ${{ matrix.arch }} ${{ matrix.addon }} add-on + strategy: + matrix: + addon: ["3dprinter-octoprint"] + arch: ["aarch64", "amd64", "armhf", "armv7", "i386"] + steps: + - name: Check out the repository + uses: actions/checkout@v3 + + - name: Get information + id: info + uses: home-assistant/actions/helpers/info@master + with: + path: "./${{ matrix.addon }}" + + - name: Check if add-on should be built + id: check + run: | + if [[ "${{ steps.info.outputs.architectures }}" =~ ${{ matrix.arch }} ]]; then + echo "::set-output name=build_arch::true"; + echo "::set-output name=image::$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)"; + else + echo "${{ matrix.arch }} is not a valid arch for ${{ matrix.addon }}, skipping build"; + echo "::set-output name=build_arch::false"; + fi + + - name: Login to GitHub Container Registry + if: env.BUILD_ARGS != '--test' + uses: docker/login-action@v2.0.0 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} + + - name: Build ${{ matrix.addon }} add-on + if: steps.check.outputs.build_arch == 'true' + uses: home-assistant/builder@2022.03.1 + with: + args: | + ${{ env.BUILD_ARGS }} \ + --${{ matrix.arch }} \ + --target /data/${{ matrix.addon }} \ + --image "${{ steps.check.outputs.image }}" \ + --docker-hub "ghcr.io/${{ github.repository_owner }}" \ + --addon \ + --docker-hub-check diff --git a/.github/workflows/camera-aiortc.yml b/.github/workflows/camera-aiortc.yml index 4c51382..2875a52 100644 --- a/.github/workflows/camera-aiortc.yml +++ b/.github/workflows/camera-aiortc.yml @@ -1,4 +1,4 @@ -name: camera-aiortc manual build +name: camera-rtc manual build on: workflow_dispatch: From bd480a413aa1e16eed1dda72425468e73cd31897 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Fri, 8 Jul 2022 00:00:24 +0200 Subject: [PATCH 6/7] Correction to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3c86a..d0c157d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ OctoPrint, plain and simple. For streaming camera feed. -## Camera-RTC +### Camera-RTC For streaming camera feed, using WebRTC. From fb72c798a9aa0be5a55c4b582a895cbeb806e2ed Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Fri, 8 Jul 2022 00:03:22 +0200 Subject: [PATCH 7/7] Update mjpg-streamer version number --- camera-mjpg-streamer/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera-mjpg-streamer/config.yaml b/camera-mjpg-streamer/config.yaml index c4fb579..3e6435a 100644 --- a/camera-mjpg-streamer/config.yaml +++ b/camera-mjpg-streamer/config.yaml @@ -1,5 +1,5 @@ name: "Camera-mjpg-streamer" -version: "2022.7.002" +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"