From d9ec23e0f86756d24249c9632bdf7457db26d319 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 28 Feb 2023 12:17:26 +0000 Subject: [PATCH] Yaml updates Signed-off-by: GitHub --- manual-install/latest.yml | 1 - manual-install/sample.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index 15f4d03d..bf09607d 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -147,7 +147,6 @@ services: - NC_DOMAIN=${NC_DOMAIN} - TURN_SECRET=${TURN_SECRET} - SIGNALING_SECRET=${SIGNALING_SECRET} - - JANUS_API_KEY=${JANUS_API_KEY} - TZ=${TIMEZONE} - TALK_PORT=${TALK_PORT} restart: unless-stopped diff --git a/manual-install/sample.conf b/manual-install/sample.conf index d01d8e16..776f933a 100644 --- a/manual-install/sample.conf +++ b/manual-install/sample.conf @@ -10,7 +10,6 @@ COLLABORA_SECCOMP_POLICY=--o:security.seccomp=true # Changing the value DATABASE_PASSWORD= # TODO! This needs to be a unique and good password! FULLTEXTSEARCH_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. IMAGINARY_ENABLED="no" # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. -JANUS_API_KEY= # TODO! This needs to be a unique and good password! NC_DOMAIN=yourdomain.com # TODO! Needs to be changed to the domain that you want to use for Nextcloud. NEXTCLOUD_ADDITIONAL_APKS=imagemagick # This allows to add additional packages to the Nextcloud container permanently. Default is imagemagick but can be overwritten by modifying this value. NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS=imagick # This allows to add additional php extensions to the Nextcloud container permanently. Default is imagick but can be overwritten by modifying this value.