mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-14 01:30:19 +00:00
add talk-recording container (#2645)
Signed-off-by: Zoey <zoey@z0ey.de> Co-authored-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
d318c6e53a
commit
216f8a1272
7 changed files with 266 additions and 2 deletions
|
|
@ -10,6 +10,9 @@ elif [ -z "$TURN_SECRET" ]; then
|
|||
elif [ -z "$SIGNALING_SECRET" ]; then
|
||||
echo "You need to provide the SIGNALING_SECRET."
|
||||
exit 1
|
||||
elif [ -z "$INTERNAL_SECRET" ]; then
|
||||
echo "You need to provide the INTERNAL_SECRET."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -x
|
||||
|
|
@ -63,7 +66,7 @@ hashkey = $(openssl rand -hex 16)
|
|||
blockkey = $(openssl rand -hex 16)
|
||||
|
||||
[clients]
|
||||
internalsecret = $(openssl rand -hex 16)
|
||||
internalsecret = ${INTERNAL_SECRET}
|
||||
|
||||
[backend]
|
||||
backends = backend-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue