Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sudo service yellow restart

Change the schedule

Image captures are triggered by a Quartz Cron expression. Cron allows flexible time and date based triggers. Please consult the Quartz documentation for a reference of the format.

...

capture.cron=0 */15 6-21 * * ?

Upload images to an FTP server

You can upload the images to your website using FTP. The images will be called LatestImage.jpg and Yellow Lite will always override the previous image with the newer version. If you want to archive images, we recommend uploading your images to Amazon S3.

...

# SFTP
sftp.active=true
sftp.folder=
sftp.user=
sftp.password=
sftp.host=

Publish to Teleport

Teleport is a webcam publishing platform offering public and private feeds including live Time Lapse videos starting from 5$ per feed and month.

# Teleport (FTP)
teleport.active=true
teleport.user=
teleport.password=

Publish to Amazon S3

Amazon S3 is a very powerful file storage platform and supports private as well as public image storage and automatic content expiration. If you want to keep your images for a certain number of days, Amazon S3 would be a very good platform to use then. The configuration of the authentication key and the S3 bucket will require some familiarity with the AWS platform though.

...