From 236ab84d55bd3db17d69ae8e6ca4d5b4d9bf83d5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Sep 2021 20:48:53 +0200 Subject: [PATCH] "use_own_certs": false, --- nextcloud/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud/config.json b/nextcloud/config.json index e70c72e55..1f006fe7e 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -29,6 +29,7 @@ "options": { "PUID": 1000, "PGID": 1000, + "use_own_certs": "false", "certfile": "fullchain.pem", "keyfile": "privkey.pem", "trusted_domains": [ @@ -40,6 +41,7 @@ "schema": { "PUID": "int", "PGID": "int", + "use_own_certs": "bool", "certfile": "str", "keyfile": "str", "OCR": "bool?",