mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
also allow to adjust the protocol
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7bb7545972
commit
0c5cb7de25
2 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ COPY --chmod=775 start.sh /start.sh
|
||||||
|
|
||||||
ENV RECORDING_VERSION v17.0.2
|
ENV RECORDING_VERSION v17.0.2
|
||||||
ENV ALLOW_ALL false
|
ENV ALLOW_ALL false
|
||||||
|
ENV HPB_PROTOCOL https
|
||||||
ENV SKIP_VERIFY false
|
ENV SKIP_VERIFY false
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ videoheight = 1080
|
||||||
directory = /tmp
|
directory = /tmp
|
||||||
|
|
||||||
[backend-1]
|
[backend-1]
|
||||||
url = https://${NC_DOMAIN}
|
url = ${HPB_PROTOCOL}://${NC_DOMAIN}
|
||||||
secret = ${RECORDING_SECRET}
|
secret = ${RECORDING_SECRET}
|
||||||
skipverify = ${SKIP_VERIFY}
|
skipverify = ${SKIP_VERIFY}
|
||||||
|
|
||||||
|
|
@ -40,7 +40,7 @@ skipverify = ${SKIP_VERIFY}
|
||||||
signalings = signaling-1
|
signalings = signaling-1
|
||||||
|
|
||||||
[signaling-1]
|
[signaling-1]
|
||||||
url = https://${NC_DOMAIN}/standalone-signaling/
|
url = ${HPB_PROTOCOL}://${NC_DOMAIN}/standalone-signaling/
|
||||||
internalsecret = ${INTERNAL_SECRET}
|
internalsecret = ${INTERNAL_SECRET}
|
||||||
|
|
||||||
[ffmpeg]
|
[ffmpeg]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue