From f03ec900c66077c2dac3d858ea595a419b30d1b1 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Thu, 5 Mar 2026 06:33:30 +0100 Subject: [PATCH] theoretical fix for dashboard --- deploy.sh | 2 +- stacks/dashboard/{ => config}/www/app (1).sqlite | Bin stacks/dashboard/{ => config}/www/app copy.sqlite | Bin stacks/dashboard/{ => config}/www/app-pre.sqlite | Bin stacks/dashboard/{ => config}/www/app.sqlite | Bin 5 files changed, 1 insertion(+), 1 deletion(-) rename stacks/dashboard/{ => config}/www/app (1).sqlite (100%) rename stacks/dashboard/{ => config}/www/app copy.sqlite (100%) rename stacks/dashboard/{ => config}/www/app-pre.sqlite (100%) rename stacks/dashboard/{ => config}/www/app.sqlite (100%) diff --git a/deploy.sh b/deploy.sh index c60910c..02197d7 100644 --- a/deploy.sh +++ b/deploy.sh @@ -385,7 +385,7 @@ docker compose up -d echo "${cyan}pihole${nc} has been launched from http://dns.$domain, to use pihole as your DNS provider, set your DNS to $localip in your router for DHCP and on your device for any device with a static ip. Currently, the DNS is configured to use the joindns4.eu DNS, which *also* has built-in adblocking." #dashboard -replace_in_sqlite_db "/opt/stacks/dashboard/www/app.sqlite" "" $domain +replace_in_sqlite_db "/opt/stacks/dashboard/config/www/app.sqlite" "" $domain cd /opt/stacks/dashboard docker compose up -d echo "${cyan}dashboard${nc} has been launched from http://dash.$domain, verify it is online, check that its entries work and press any button to continue" diff --git a/stacks/dashboard/www/app (1).sqlite b/stacks/dashboard/config/www/app (1).sqlite similarity index 100% rename from stacks/dashboard/www/app (1).sqlite rename to stacks/dashboard/config/www/app (1).sqlite diff --git a/stacks/dashboard/www/app copy.sqlite b/stacks/dashboard/config/www/app copy.sqlite similarity index 100% rename from stacks/dashboard/www/app copy.sqlite rename to stacks/dashboard/config/www/app copy.sqlite diff --git a/stacks/dashboard/www/app-pre.sqlite b/stacks/dashboard/config/www/app-pre.sqlite similarity index 100% rename from stacks/dashboard/www/app-pre.sqlite rename to stacks/dashboard/config/www/app-pre.sqlite diff --git a/stacks/dashboard/www/app.sqlite b/stacks/dashboard/config/www/app.sqlite similarity index 100% rename from stacks/dashboard/www/app.sqlite rename to stacks/dashboard/config/www/app.sqlite