From df21cd8ab578c7f9c3815d1053979a28d72f0d85 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Wed, 28 Dec 2022 22:28:05 +0100 Subject: [PATCH] Message --- paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh b/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh index 774ecbe90..24c81eb03 100644 --- a/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh +++ b/paperless_ngx/rootfs/etc/cont-init.d/31-nginx.sh @@ -8,7 +8,7 @@ if bashio::config.true 'ssl'; then sed -i "s#%%keyfile%%#${keyfile}#g" /etc/nginx/servers/direct.conf if bashio::config.has_value "PAPERLESS_URL"; then - bashio::log.warning "Ssl enabled, your site will be available at $(bashio::config "PAPERLESS_URL"):$(bashio::addon.port 8000)" + bashio::log.warning "Ssl enabled, your site will be available at $(bashio::config "PAPERLESS_URL"):$(bashio::addon.port 8443). Don't forget to enable the https alternative port in the addon options." else bashio::log.fatal "PAPERLESS_URL not set, you won't be able to access your site (CSRF error)" fi