Rename 3dprinter to octoprint for now.

This commit is contained in:
Fredrik Baberg 2022-07-07 23:10:45 +02:00
parent d83a710a38
commit 30980875cd
19 changed files with 6 additions and 3 deletions

View File

@ -64,6 +64,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,
/bin/echo ix,
@ -75,7 +78,5 @@ 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