mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #1653] Allow user to visit a "Save Page Now"-style endpoint to save any URL and be redirected to the result #2500
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#2500
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pirate on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1653
Originally assigned to: @pirate on GitHub.
add something like that, sort of like "Save Page Now" feature where you can visit
https://web.archive.org/web/https://example.com/url/to/saveto be redirected to a saved copy of any page (or capture a new snapshot if it doesn't exist).https://demo.archivebox.io/web/https://example.com/somepage/to/save.html->could capture + redirect to
https://demo.archivebox.io/archive/<snapshot_id>/index.html(this is already sort of working, it wont capture a page if it doesn't exist but it will redirect to you to any existing result if you do this now)https://demo.archivebox.io/web/screenshot/https://example.com/somepage/to/save.html->could capture + redirect to
https://demo.archivebox.io/archive/<snapshot_id>/screenshot.pnghttps://demo.archivebox.io/web/singlefile/https://example.com/somepage/to/save.html->could capture + redirect to
https://demo.archivebox.io/archive/<snapshot_id>/singlefile.htmlhttps://demo.archivebox.io/web/ytdlp/https://example.com/somepage/to/save.html->could capture + redirect to
https://demo.archivebox.io/archive/<snapshot_id>/media/main_video.mp4Discussed in https://github.com/ArchiveBox/ArchiveBox/discussions/1652
Originally posted by fiveangle February 5, 2025
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:
http://my.archivebox.url/api/myArchiveBoxUserApiKey/Possible_API_Options_Like_Requested_Archive_Format_to_Return/TARGET_URL_TO_RETURN_SCREENSHOT_OF"
Nextcloud Bookmark Screenshot Configuration Section:
Thanks in advance for helping to educate me !
-=dave