From ffed3be6144202a710bf6f1d4a0c6ad45244d83d Mon Sep 17 00:00:00 2001 From: SDGDen Date: Mon, 9 Mar 2026 11:40:06 +0100 Subject: [PATCH] additional post-install task list. --- deploy.sh | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/deploy.sh b/deploy.sh index 69bc409..1908b98 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1290,7 +1290,7 @@ log into https://video.$domain and run through the first-time setup. BOOKSTACK: - +go to https://docs.$domain, log in with email admin@admin.com and password 'password', and change the email, username and password of this user in user settings. EOF section=$((section + 1)) @@ -1304,7 +1304,7 @@ $section. CONFIGURE UPTIME KUMA MONITORING: ----------- # Step 1: -head to status.?domain? and log in. +head to status.$domain and log in. # Step 2: click on "Add New Monitor" @@ -1317,7 +1317,7 @@ repeat this for any groups you want, for example: Frontend and Backend use the following settings: type: HTTP(s) Friendly Name: Name of your service (for example: Cloud) -url: the URL for the site (for example: https://cloud.?domain?) +url: the URL for the site (for example: https://cloud.$domain) Retries: 10 certificate expiry notification: on cachebuster: on @@ -1326,7 +1326,7 @@ group: optionally set this to the group you want leave all the other settings as default # Step 4: -repeat step 3 for every service, for an easy list of URLs, go to proxy.?domain? and log in, you can see the list of proxy hosts which is also all of your URLs. +repeat step 3 for every service, for an easy list of URLs, go to proxy.$domain and log in, you can see the list of proxy hosts which is also all of your URLs. # Step 5 (optional): make a status page, instructions in Uptime Kuma - status page.txt @@ -1335,7 +1335,7 @@ make a status page, instructions in Uptime Kuma - status page.txt STATUS PAGE: ------------ # Step 1: -log in to status.?domain and click on "Status Pages" in the top right. +log in to status.$domain and click on "Status Pages" in the top right. # Step 2: make a new status page, Name it whatever you want and use slug "default" @@ -1345,9 +1345,9 @@ make a new status page, Name it whatever you want and use slug "default" # step 4: add a description if you'd like. -this status page is available at status.?domain?/status +this status page is available at status.$domain/status -any other status pages you make are available at status.?domain?/status/ +any other status pages you make are available at status.$domain/status/ EOF @@ -1359,14 +1359,12 @@ ADDITIONAL INFORMATION ====================== ACCESS URLs: -- PiHole Admin: http://$localip/admin -- Nginx Proxy Manager: http://$localip:81 - +- PiHole Admin: http://dns.$domain/admin +- Nginx Proxy Manager: http://proxy.$domain IMPORTANT NOTES: - Your local network is: $network_address/$netmask - Your broadcast address is: $broadcast_address - EOF