also allow to adjust the protocol

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-27 13:13:15 +02:00
parent 7bb7545972
commit 0c5cb7de25
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ COPY --chmod=775 start.sh /start.sh
ENV RECORDING_VERSION v17.0.2
ENV ALLOW_ALL false
ENV HPB_PROTOCOL https
ENV SKIP_VERIFY false
RUN set -ex; \

View file

@ -32,7 +32,7 @@ videoheight = 1080
directory = /tmp
[backend-1]
url = https://${NC_DOMAIN}
url = ${HPB_PROTOCOL}://${NC_DOMAIN}
secret = ${RECORDING_SECRET}
skipverify = ${SKIP_VERIFY}
@ -40,7 +40,7 @@ skipverify = ${SKIP_VERIFY}
signalings = signaling-1
[signaling-1]
url = https://${NC_DOMAIN}/standalone-signaling/
url = ${HPB_PROTOCOL}://${NC_DOMAIN}/standalone-signaling/
internalsecret = ${INTERNAL_SECRET}
[ffmpeg]