From 35f1b6993358709bffe3a02de7e518c5641f2458 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 24 May 2022 21:35:05 +0200 Subject: [PATCH] Update 99-run.sh --- photoprism/rootfs/etc/cont-init.d/99-run.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/photoprism/rootfs/etc/cont-init.d/99-run.sh b/photoprism/rootfs/etc/cont-init.d/99-run.sh index b7de9e262..3e5b3ac8f 100644 --- a/photoprism/rootfs/etc/cont-init.d/99-run.sh +++ b/photoprism/rootfs/etc/cont-init.d/99-run.sh @@ -1,6 +1,14 @@ #!/usr/bin/env bashio # shellcheck shell=bash +############ +# Base url # +############ + + #PHOTOPRISM_SITE_URL="$(bashio::config 'PHOTOPRISM_SITE_URL')$(bashio::addon.ingress_entry)" + #bashio::log.blue "Site url : $PHOTOPRISM_SITE_URL" + #export PHOTOPRISM_SITE_URL + ################### # Define database # ###################