Noob question - WebUI has all images, videos, etc but website only has latest image #2549
-
Hello All I'm putting together an allsky system based on an ASI120MM which I had lying around on a Raspberry Pi 3B+. I'm no Linux expert but have had Weewx running on another Raspberry for over 8 years now: http://weather.boterosanchez.co.uk/ I installed the latest version and last night did the first all night run of the system - including trying to upload to a sub-domain I have created here: http://allsky.boterosanchez.co.uk/ My camera is still not in its dome but it ran all night as it was pristine clear. This morning I have all images in the WebUI folders, including timelapse, keograms, startrails, etc. BEAUTIFUL! But both my local at http://192.168.X.X/allsky and http://allsky.boterosanchez.co.uk/ only have the portal and latest image on display. No historic images, videos, keograms, startrails are making it to either. I suspect this is an issue with my ftp-settings.sh? I tried to make things simpler this morning by just trying to get the local website running and changed the ftp-settings.sh to local but still no luck. I have searched the forum for pointers and ran the test.sh file and I can connect without issues to my online folder where I created /videos, /startrails, /keograms folders. For my weather website I use SFTP to upload files. For allsky I have started with FTP (since my SFTP port is not default) but I don't think this is the issue. Happy to provide a copy of my ftp-settings.sh file if that would help. Thank you to Thomas (and Eric) for putting all together! Roberto |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@rbotero1976 Roberto, welcome to Allsky! I think you'll enjoy it.
I just looked at |
Beta Was this translation helpful? Give feedback.
-
@rbotero1976 Roberto, I really like your skies! No clouds. LOL The Allsky Website on the Pi and/or on a remote server only displays the most recent image. On the left are the icons to display startrails, timelapse, and keograms - current and archived. You, and anyone who has access to your Pi, can view all images via the WebUI's "Images" link. No one has ever asked for all images to be viewable via the Website. I suspect friends and family wouldn't find it all that useful - the timelapse effectively allows people to view all images. |
Beta Was this translation helpful? Give feedback.
@rbotero1976 Make sure UPLOAD_VIDEO, UPLOAD_STARTRAILS, and UPLOAD_KEOGRAM are "true" in config/config.sh. The files are always created but only uploaded if their corresponding UPLOAD_* setting are "true".