theoretical fix for dashboard
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user