update deploy.sh for dash sqlite
This commit is contained in:
@@ -285,8 +285,6 @@ echo "vaultwarden has been launched from http://vault.$domain, verify it is onli
|
|||||||
|
|
||||||
#browser
|
#browser
|
||||||
|
|
||||||
#dashboard
|
|
||||||
|
|
||||||
#jellyfin
|
#jellyfin
|
||||||
|
|
||||||
#uptimekuma
|
#uptimekuma
|
||||||
@@ -295,7 +293,12 @@ echo "vaultwarden has been launched from http://vault.$domain, verify it is onli
|
|||||||
|
|
||||||
#pihole
|
#pihole
|
||||||
|
|
||||||
|
#dashboard
|
||||||
|
replace_in_sqlite_db "/opt/stacks/dashboard/www/app.sqlite" "<domain>" $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 ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user