From 8285e4de65414287df8065a04f46ceada362cc34 Mon Sep 17 00:00:00 2001
From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:04:29 -0600
Subject: [PATCH 1/6] Rename remote_website_install.sh to
remoteWebsiteInstall.sh
---
remote_website_install.sh => remoteWebsiteInstall.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename remote_website_install.sh => remoteWebsiteInstall.sh (100%)
diff --git a/remote_website_install.sh b/remoteWebsiteInstall.sh
similarity index 100%
rename from remote_website_install.sh
rename to remoteWebsiteInstall.sh
From de42bc5a72ad28d47931f685d099da595ba8345a Mon Sep 17 00:00:00 2001
From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:06:36 -0600
Subject: [PATCH 2/6] Update AllskyWebsite.html: rename to
remoteWebsiteInstall.sh
---
html/documentation/installations/AllskyWebsite.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/documentation/installations/AllskyWebsite.html b/html/documentation/installations/AllskyWebsite.html
index 576fea5fc..675afe30b 100644
--- a/html/documentation/installations/AllskyWebsite.html
+++ b/html/documentation/installations/AllskyWebsite.html
@@ -98,7 +98,7 @@
Install a remote Allsky Website
subsection.
Make sure to enable Use Remote Website
as well as enough other settings so Allsky can upload a file to the Website.
- Run cd ~/allsky; ./remote_website_install.sh
+ Run cd ~/allsky; ./remoteWebsiteInstall.sh
to upload a default configuration file to your server,
leaving the master copy on the Pi.
From 06024bfae22f799c27add38333d3c23482e753bd Mon Sep 17 00:00:00 2001
From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:11:47 -0600
Subject: [PATCH 3/6] Update changeLog.html: rename remote_website_install.sh
---
html/documentation/changeLog.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/documentation/changeLog.html b/html/documentation/changeLog.html
index cd7dc6399..aaa6240fa 100644
--- a/html/documentation/changeLog.html
+++ b/html/documentation/changeLog.html
@@ -123,11 +123,11 @@ Enhancements / Changes
Image Directory in the WebUI.
Installing a Website on a remote server is significantly easier as well.
- Use the new remote_website_install.sh
command;
+ Use the new remoteWebsiteInstall.sh
command;
it will upload the Allsky Website files for you and remove any
old, unneeded files.
If this is a new remote Website,
- remote_website_install.sh
will ask you whether or not to
+ remoteWebsiteInstall.sh
will ask you whether or not to
also upload any startrails, keograms, and timelapse videos on your Pi.
Images, timelapse, keograms, and startrails can now be written
From 66e703199cc04b56921f3423b576c81aa6a517e5 Mon Sep 17 00:00:00 2001
From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:12:45 -0600
Subject: [PATCH 4/6] Update layout.html: rename remote_website_install.sh
---
html/documentation/explanations/layout.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/documentation/explanations/layout.html b/html/documentation/explanations/layout.html
index 4dbfe8d8a..1077e3977 100644
--- a/html/documentation/explanations/layout.html
+++ b/html/documentation/explanations/layout.html
@@ -157,7 +157,7 @@
You'll normally view the Allsky Documentation via the WebUI's
Documentation link instead of this file.
- remote_website_install.sh
+ remoteWebsiteInstall.sh
The program used to prepare an optional remote Allsky Website.
This should only be run after viewing the
From 4bb34c9fd5ce68171e366caf89b7f2cf48726d17 Mon Sep 17 00:00:00 2001
From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:14:17 -0600
Subject: [PATCH 5/6] Update install.sh: rename remote_website_install.sh
---
install.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
index a2c8c7e21..c54b4c2f0 100755
--- a/install.sh
+++ b/install.sh
@@ -2503,7 +2503,7 @@ restore_prior_files()
MSG="Your remote Website needs to be updated to this newest version."
MSG+="\nIt is at version ${PRIOR_V}"
# This command will update the version.
- MSG+="\n\nRun: cd ~/allsky; ./remote_website_install.sh"
+ MSG+="\n\nRun: cd ~/allsky; ./remoteWebsiteInstall.sh"
display_msg --log notice "${MSG}"
fi
else
From 9935303bd324f1a22c1e7531088ca837105622c7 Mon Sep 17 00:00:00 2001
From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com>
Date: Fri, 6 Dec 2024 14:15:05 -0600
Subject: [PATCH 6/6] Update checkAllsky.sh: rename remote_website_install.sh
---
scripts/checkAllsky.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/checkAllsky.sh b/scripts/checkAllsky.sh
index f29d3a82e..ed3a0cb6e 100755
--- a/scripts/checkAllsky.sh
+++ b/scripts/checkAllsky.sh
@@ -786,7 +786,7 @@ if [[ ${CHECK_ERRORS} == "true" ]]; then
if [[ ${S_useremotewebsite} == "true" && ! -f ${f} ]]; then
heading "Error"
echo "${WSNs}${S_useremotewebsite_label}${WSNe} is enabled but '${f}' does not exist."
- echo "FIX: Either disable ${WSNs}${S_useremotewebsite_label}${WSNe} or run 'cd ~/allsky; ./remote_website_install.sh'."
+ echo "FIX: Either disable ${WSNs}${S_useremotewebsite_label}${WSNe} or run 'cd ~/allsky; ./remoteWebsiteInstall.sh'."
fi
##### Check dark frames