Add archived images upload and gallery#5063
Add archived images upload and gallery#5063roman-dvorak wants to merge 1 commit intoAllskyTeam:v2025.xx.xxfrom
Conversation
|
Thanks for the PR. I like the idea :-) I am currently testing the next release, the v2025.xx.xx branch. Once I have done the initial testing I will look at this as it will need merging into the current master branch and refactoring to go into v2025.xx.xx Thanks Alex |
|
Hi, great. |
Thanks, more than happy for you to have a look at a PR into the v2025.xx.xx branch if you would be so kind. If you do please do a fresh install of v2025.xx.xx as I have not finished testing the upgrade logic yet but the install code all seems fine for a fresh install. A lot of the php code has been changed so you will have to re implement it. |
9c536f9 to
bd5d13d
Compare
|
I will look at this over the next few days and try and get art into the new release |
|
I have had a look over the code and have a few questions
Thanks Alex |
|
@Alex-developer, see the code on lines 93 - 98 in saveImage.sh for an explanation of the S_* shell variables. |
This pull request introduces support for archiving and uploading daily images into a date-based directory structure (
images/YYYY/YYYYMMDD/), along with user interface improvements for browsing these archived images. It adds configuration options, updates backend logic to handle uploads and queueing, and enhances the website UI to make archived images easily accessible.Features
html/allsky/images/with calendar navigation and thumbnail supportuploadimagesin Settings > Timelapse panel:falseimages/YYYY/YYYYMMDD/image-YYYYMMDD_HHMMSS.jpgTechnical Details
${ALLSKY_TMP}) to avoid SD card writes${ALLSKY_TMP}/image_upload_queue/YYYY/YYYYMMDD/?date=YYYYMMDDLive deployment:
https://space.astro.cz/meteo/sutiny/allsky/images/
The next step is to use a JavaScript library that allows scrolling between images using arrow keys. This should also be implemented for keograms and star trails. It will be in following PR because it is related to multiple parts of sw stack.