From 186bca77b42b6d2ceb589a917732a9332f85ce3e Mon Sep 17 00:00:00 2001 From: SDGDen Date: Thu, 5 Mar 2026 02:32:57 +0100 Subject: [PATCH] update deploy.sh for dash sqlite --- deploy.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index b43571a..b562297 100644 --- a/deploy.sh +++ b/deploy.sh @@ -285,8 +285,6 @@ echo "vaultwarden has been launched from http://vault.$domain, verify it is onli #browser -#dashboard - #jellyfin #uptimekuma @@ -295,7 +293,12 @@ echo "vaultwarden has been launched from http://vault.$domain, verify it is onli #pihole - +#dashboard +replace_in_sqlite_db "/opt/stacks/dashboard/www/app.sqlite" "" $domain +cd /opt/stacks/dashboard +docker compose up -d +echo "dashboard has been launched from http://dash.$domain, verify it is online, check that its entries work and press any button to continue" +read -n 1 -s -r -p "" echo ""