Update stage; cleanup (#6)
* Mark addons as experimental * Update network port of mjpg-streamer
This commit is contained in:
parent
d83a710a38
commit
df1bcfc064
@ -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:
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
# Camera-RTC
|
||||
|
||||
**Note: This addon is not ready for use.**
|
||||
|
||||
Camera addon with support for WebRTC.
|
||||
|
||||
@ -11,6 +11,7 @@ arch:
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
stage: experimental
|
||||
init: false
|
||||
video: true
|
||||
usb: true
|
||||
|
||||
@ -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,
|
||||
|
||||
}
|
||||
}
|
||||
@ -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}
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Loading…
Reference in New Issue
Block a user