-
I've read and searched as much as I dare and can't determine if the functionality I am looking for is available now in the latest 0.7.2 release, available in the 0.8.2rc1 release (via an as-yet-released REST API), or not expected/planned to be available in any ArchiveBox variant... I am configuring Nextcloud Bookmark / Floccus integration and assumed that the wonderful ArchiveBox instance I am currently self-hosting would be ideal for generating Bookmark previews via a something simple like: Nextcloud Bookmark Screenshot Configuration Section:
Thanks in advance for helping to educate me ! -=dave |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The screenshot URL is just:
But you need to know the or Before v0.8.x there was no REST API so no search interface exists other than the |
Beta Was this translation helpful? Give feedback.
The screenshot URL is just:
https://archivebox.example.com/archive/<snapshotid>/screenshot.png
But you need to know the
snapshot_id
in advance. On >=v0.8.5 you can search for it using:or
Before v0.8.x there was no REST API so no search interface exists other than the
archivebox list
CLI.