-
Notifications
You must be signed in to change notification settings - Fork 41
Redirect Views
Aaron W Morris edited this page Oct 17, 2024
·
10 revisions
indi-allsky supports several views to redirect requests to the latest images or videos. This is achieved by returning a 302 redirect to the asset. These views allow you to integrate the latest image into another web site.
These redirect directly to the image or video file
curl -L -o "latest_$(date +%Y%m%d_%H%M%S).jpg" https://localhost/indi-allsky/latestimage
Redirects to latest timelapse image file
-
https://hostname.local/indi-allsky/latestimage
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
Redirects to latest keogram image file
-
https://hostname.local/indi-allsky/latestkeogram
- Optional Parameters
-
camera_id
- Camera ID -
night
- 0 for day, 1 for night
-
- Optional Parameters
Redirects to latest startrail image file
-
https://hostname.local/indi-allsky/lateststartrail
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
Redirects to latest panorama image file
-
https://hostname.local/indi-allsky/latestpanorama
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
Redirects to latest RAW image file
-
https://hostname.local/indi-allsky/latestraw
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
Redirects to latest timelapse video
-
https://hostname.local/indi-allsky/latesttimelapse
- Optional Parameters
-
camera_id
- Camera ID -
night
- 0 for day, 1 for night
-
- Optional Parameters
Redirects to latest startrail timelapse video
-
https://hostname.local/indi-allsky/lateststartrailvideo
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
Redirects to latest panorama video
-
https://hostname.local/indi-allsky/latestpanoramavideo
- Optional Parameters
-
camera_id
- Camera ID -
night
- 0 for day, 1 for night
-
- Optional Parameters
These redirect to the templated view for the media
-
https://hostname.local/indi-allsky/latestimageview
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
-
https://hostname.local/indi-allsky/latestkeogramview
- Optional Parameters
-
camera_id
- Camera ID -
night
- 0 for day, 1 for night
-
- Optional Parameters
-
https://hostname.local/indi-allsky/lateststartrailview
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
-
https://hostname.local/indi-allsky/latestpanoramaview
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
-
https://hostname.local/indi-allsky/latestrawview
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
-
https://hostname.local/indi-allsky/latesttimelapsewatch
- Optional Parameters
-
camera_id
- Camera ID -
night
- 0 for day, 1 for night
-
- Optional Parameters
-
https://hostname.local/indi-allsky/lateststartrailvideowatch
- Optional Parameters
-
camera_id
- Camera ID
-
- Optional Parameters
-
https://hostname.local/indi-allsky/latestpanoramavideowatch
- Optional Parameters
-
camera_id
- Camera ID -
night
- 0 for day, 1 for night
-
- Optional Parameters