additional post-install task list.
This commit is contained in:
20
deploy.sh
20
deploy.sh
@@ -1290,7 +1290,7 @@ log into https://video.$domain and run through the first-time setup.
|
|||||||
|
|
||||||
|
|
||||||
BOOKSTACK:
|
BOOKSTACK:
|
||||||
<include_content_here: instructions for initial BookStack setup including admin account creation>
|
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
|
EOF
|
||||||
section=$((section + 1))
|
section=$((section + 1))
|
||||||
@@ -1304,7 +1304,7 @@ $section. CONFIGURE UPTIME KUMA
|
|||||||
MONITORING:
|
MONITORING:
|
||||||
-----------
|
-----------
|
||||||
# Step 1:
|
# Step 1:
|
||||||
head to status.?domain? and log in.
|
head to status.$domain and log in.
|
||||||
|
|
||||||
# Step 2:
|
# Step 2:
|
||||||
click on "Add New Monitor"
|
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:
|
use the following settings:
|
||||||
type: HTTP(s)
|
type: HTTP(s)
|
||||||
Friendly Name: Name of your service (for example: Cloud)
|
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
|
Retries: 10
|
||||||
certificate expiry notification: on
|
certificate expiry notification: on
|
||||||
cachebuster: on
|
cachebuster: on
|
||||||
@@ -1326,7 +1326,7 @@ group: optionally set this to the group you want
|
|||||||
leave all the other settings as default
|
leave all the other settings as default
|
||||||
|
|
||||||
# Step 4:
|
# 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):
|
# Step 5 (optional):
|
||||||
make a status page, instructions in Uptime Kuma - status page.txt
|
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:
|
STATUS PAGE:
|
||||||
------------
|
------------
|
||||||
# Step 1:
|
# 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:
|
# Step 2:
|
||||||
make a new status page, Name it whatever you want and use slug "default"
|
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.
|
# 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/<slug>
|
any other status pages you make are available at status.$domain/status/<slug>
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
@@ -1359,14 +1359,12 @@ ADDITIONAL INFORMATION
|
|||||||
======================
|
======================
|
||||||
|
|
||||||
ACCESS URLs:
|
ACCESS URLs:
|
||||||
- PiHole Admin: http://$localip/admin
|
- PiHole Admin: http://dns.$domain/admin
|
||||||
- Nginx Proxy Manager: http://$localip:81
|
- Nginx Proxy Manager: http://proxy.$domain
|
||||||
<include_content_here: list all other service URLs>
|
|
||||||
|
|
||||||
IMPORTANT NOTES:
|
IMPORTANT NOTES:
|
||||||
- Your local network is: $network_address/$netmask
|
- Your local network is: $network_address/$netmask
|
||||||
- Your broadcast address is: $broadcast_address
|
- Your broadcast address is: $broadcast_address
|
||||||
<include_content_here: any other important notes>
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user