From ddb9b179bde4a89f58a784c00f0165927a59df3c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 9 May 2025 10:06:56 +0200 Subject: [PATCH] talk-recording: add NC_PROTOCOL variable to separate from HPB_PROTOCOL Signed-off-by: Simon L. --- Containers/talk-recording/Dockerfile | 1 + Containers/talk-recording/start.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index bfdc1f59..aac488f5 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -7,6 +7,7 @@ COPY --chmod=775 healthcheck.sh /healthcheck.sh ENV RECORDING_VERSION=v0.1 ENV ALLOW_ALL=false ENV HPB_PROTOCOL=https +ENV NC_PROTOCOL=https ENV SKIP_VERIFY=false ENV HPB_PATH=/standalone-signaling/ diff --git a/Containers/talk-recording/start.sh b/Containers/talk-recording/start.sh index c73b7ea1..a03eed04 100644 --- a/Containers/talk-recording/start.sh +++ b/Containers/talk-recording/start.sh @@ -39,7 +39,7 @@ videoheight = 1080 directory = /tmp [backend-1] -url = ${HPB_PROTOCOL}://${NC_DOMAIN} +url = ${NC_PROTOCOL}://${NC_DOMAIN} secret = ${RECORDING_SECRET} skipverify = ${SKIP_VERIFY}