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
|
- 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:
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -63,6 +63,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,
|
||||||
@ -74,8 +77,6 @@ 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,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -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}
|
||||||
|
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