Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remoteWebsiteInstall.sh needs to use REMOTEWEBSITE_LFTP_COMMANDS #4161

Open
EricClaeys opened this issue Jan 3, 2025 Discussed in #4160 · 3 comments
Open

remoteWebsiteInstall.sh needs to use REMOTEWEBSITE_LFTP_COMMANDS #4161

EricClaeys opened this issue Jan 3, 2025 Discussed in #4160 · 3 comments
Assignees
Labels
bug Needs software change In testing Change being tested by the Allsky team

Comments

@EricClaeys
Copy link
Collaborator

Discussed in #4160

Originally posted by rbotero1976 January 2, 2025

RemoteWebsiteInstaller_3

I read through previous discussions and the Troubleshooting guide and added the "set ssl:verify-certificate no" to my FTP settings here:

remoteWebsiteInstall.sh needs to add REMOTEWEBSITE_LFTP_COMMANDS to the lftp command to pick up any commands the user had to set.

@EricClaeys EricClaeys added the bug Needs software change label Jan 3, 2025
@EricClaeys EricClaeys added this to the v2024.12.06_01 milestone Jan 3, 2025
@EricClaeys EricClaeys self-assigned this Jan 3, 2025
@EricClaeys EricClaeys added the In testing Change being tested by the Allsky team label Jan 4, 2025
@EricClaeys
Copy link
Collaborator Author

This file should fix the problem.
Copy it to ~/allsky then:

cd ~/allsky
# Copy the file here
mv remoteWebsiteInstall.sh remoteWebsiteInstall.sh-OLD
mv remoteWebsiteInstall.sh.txt remoteWebsiteInstall.sh
chmod 775 remoteWebsiteInstall.sh
./remoteWebsiteInstall.sh

remoteWebsiteInstall.sh.txt

@rbotero1976
Copy link

Thank you Eric. That seems to have done the trick. The script ran fine and I updated just one XX_NEED_TO_UPDATE_XX in the Title line.

image

However, all my images in the remote website have changed their sorting order to ascending even though I have chosen descending in the WebUI configuration:

image

image

@EricClaeys
Copy link
Collaborator Author

I'm glad that fixed the problem, thanks for letting me know.

The sort order not working is a known Issue. Kinda embarrassing - I introduce a new feature and it doesn't work. Whoever tested that should be fired!
There's a fix at that link if you don't want to wait until February 1 when the point release comes out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Needs software change In testing Change being tested by the Allsky team
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants