From ad74b4222c7120bedcad2c8290a1edc05449058c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:53:42 +0200 Subject: [PATCH 1/2] Update start.sh --- webtrees/rootfs/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/rootfs/start.sh b/webtrees/rootfs/start.sh index 8b00ac5b8..39cf5ac70 100644 --- a/webtrees/rootfs/start.sh +++ b/webtrees/rootfs/start.sh @@ -95,7 +95,7 @@ chown -R www-data:www-data /data/webtrees # Execute main script cd / -./docker-entrypoint.sh >/dev/null +./docker-entrypoint.sh ############ # END INFO # From 548c75cec46b02942fb65bde000cf7ac96262d82 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:56:57 +0200 Subject: [PATCH 2/2] Update config.json --- webtrees/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webtrees/config.json b/webtrees/config.json index 290a36053..d3887e2e5 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -23,6 +23,9 @@ ], "name": "Webtrees", "options": { + "ssl": false, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem", "LANG": "en-US", "BASE_URL": "http://192.168.178.69", "DB_TYPE": "sqlite" @@ -36,6 +39,9 @@ "443/tcp": "Https web interface" }, "schema": { + "ssl": "bool", + "certfile": "str", + "keyfile": "str", "LANG": "str", "BASE_URL": "url", "DB_TYPE": "list(sqlite|external)"