From e8223896db527491ae9a377fb791c34ba8e41327 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Thu, 6 May 2021 19:28:57 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Remove=20duplicated=20config=20i?= =?UTF-8?q?tem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/config.json | 1 - bookstack/rootfs/etc/services.d/php-fpm/run | 4 ---- 2 files changed, 5 deletions(-) diff --git a/bookstack/config.json b/bookstack/config.json index 8f5c484..5e2fffe 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -27,7 +27,6 @@ "remote_mysql_username": "str?", "remote_mysql_password": "password?", "remote_mysql_port": "int?", - "proxy_host": "str?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "certfile": "str", "keyfile": "str", diff --git a/bookstack/rootfs/etc/services.d/php-fpm/run b/bookstack/rootfs/etc/services.d/php-fpm/run index 471ec9d..9f12983 100644 --- a/bookstack/rootfs/etc/services.d/php-fpm/run +++ b/bookstack/rootfs/etc/services.d/php-fpm/run @@ -34,10 +34,6 @@ else DB_PORT=$(bashio::services "mysql" "port") fi -if bashio::config.has_value 'proxy_host';then - APP_URL=$(bashio::config "proxy_host") -fi - if bashio::config.equals 'log_level' 'debug' \ || bashio::config.equals 'log_level' 'trace' ;then export APP_DEBUG=true