Update stage; cleanup (#6)

* Mark addons as experimental

* Update network port of mjpg-streamer
This commit is contained in:
Fredrik Baberg 2022-07-07 23:24:34 +02:00 committed by GitHub
parent d83a710a38
commit df1bcfc064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 12 additions and 5 deletions

View File

@ -13,13 +13,14 @@ arch:
- armhf
- aarch64
- i386
stage: experimental
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:

View File

@ -1,3 +1,5 @@
# Camera-RTC
**Note: This addon is not ready for use.**
Camera addon with support for WebRTC.

View File

@ -11,6 +11,7 @@ arch:
- amd64
- armhf
- armv7
stage: experimental
init: false
video: true
usb: true

View File

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

View File

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

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB