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 - armhf
- aarch64 - aarch64
- i386 - i386
stage: experimental
init: false init: false
video: true video: true
usb: true usb: true
ports: ports:
8000/tcp: null 80/tcp: null
ports_description: ports_description:
8000/tcp: Web-based interface (Not required for Ingress) 80/tcp: Web-based interface (Not required for Ingress)
options: options:
mjpg_input: "input_uvc.so -n" mjpg_input: "input_uvc.so -n"
schema: schema:

View File

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

View File

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

View File

@ -64,6 +64,9 @@ profile 3dprinter-octoprint flags=(attach_disconnected,mediate_deleted) {
# Receive signals from S6-Overlay # Receive signals from S6-Overlay
signal (receive) peer=*_example, signal (receive) peer=*_example,
# Allow capability CAP_CHOWN
capability chown,
/usr/sbin/nginx r, /usr/sbin/nginx r,
/bin/bash rix, /bin/bash rix,
/bin/echo ix, /bin/echo ix,
@ -75,7 +78,5 @@ profile 3dprinter-octoprint flags=(attach_disconnected,mediate_deleted) {
/var/log/nginx/access.log rw, /var/log/nginx/access.log rw,
/var/log/nginx/error.log rw, /var/log/nginx/error.log rw,
# Allow capability CAP_CHOWN
capability chown,
} }
} }

View File

@ -9,9 +9,11 @@ arch:
- armhf - armhf
- armv7 - armv7
- i386 - i386
stage: experimental
init: false init: false
map: map:
- share:rw - share:rw
ports: ports:
5000/tcp: 5000 5000/tcp: 5000
ingress: true 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