Giter VIP home page Giter VIP logo

Comments (7)

EricClaeys avatar EricClaeys commented on September 6, 2024 1

Glad you got it working.
Only one image file is on the Website, so I assume you mean the startrails, keograms, and timelapse. How many days' files are missing?
try this:

cd ~/allsky/images
for i in DATE1 DATE2   # Add all the dates, e.g, 20240727
do
   generateForDay.sh --upload ${i}
done

that will upload all 3 image types for all the dates you specify. To upload ALL dates, use for i in *

Eric

from allsky.

EricClaeys avatar EricClaeys commented on September 6, 2024

A couple thoughts.
Using non-standard locations/names is asking for trouble. Not saying that's the issue here, but it's not helping.
I suggest renaming htdocs/allsky-website to htdocs/allsky. The most recent image will go there, and the startrails, keograms, and videos directory go there.

The way you've configured ftp-settings.sh suggests you have both a REMOTE Website and a LOCAL Website. The WEB_*_DIR variable are only used for local Websites, and there is no "htdocs" directory on the Pi.
Please see the Settings -> Allsky Website documentation page, specifically near the end of the "ftp-settings.sh" section, for examples of what to use for a local Website, a remote Website, and both Websites.

from allsky.

EricClaeys avatar EricClaeys commented on September 6, 2024

FYI, this is significantly easier and less error-prone in the next release of Allsky. A LOT of people struggle with these settings - so did I when I started.

from allsky.

benhartwich avatar benhartwich commented on September 6, 2024

OK thanks, now it works. Is there any command to bulk upload all files again, which were not uploaded successfully?

from allsky.

benhartwich avatar benhartwich commented on September 6, 2024

Thanks for the help - looking forward to the new release :)

from allsky.

EricClaeys avatar EricClaeys commented on September 6, 2024

@benhartwich, please let me know how the loop I showed worked for you.
Other people have asked the same question, and I should probably document the answer.

from allsky.

benhartwich avatar benhartwich commented on September 6, 2024

Yes it works.

from allsky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.