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