theoretical fix for dashboard

This commit is contained in:
2026-03-05 06:33:30 +01:00
parent faeb18807e
commit f03ec900c6
5 changed files with 1 additions and 1 deletions

View File

@@ -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." 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 #dashboard
replace_in_sqlite_db "/opt/stacks/dashboard/www/app.sqlite" "<domain>" $domain replace_in_sqlite_db "/opt/stacks/dashboard/config/www/app.sqlite" "<domain>" $domain
cd /opt/stacks/dashboard cd /opt/stacks/dashboard
docker compose up -d 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" 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"