Most active commenters

    ←back to thread

    303 points nikolay | 15 comments | | HN request time: 0.578s | source | bottom
    1. profsummergig ◴[] No.45896447[source]
    And here I'm still looking for a way, with one click, to create an offline backup of the webpages each of my bookmarks points to. Such that the offline version looks and works exactly like the online version in (say) Google Chrome (e.g. the CTRL+F feature works fine). And such that I can use some key-combo and click a bookmark in my bookmarks manager (in Chrome) to open a webpage from the backup (or the backup can have its own copy of the bookmarks manager... it needs a catalog of some sort or it won't be useful).
    replies(6): >>45896469 #>>45896489 #>>45896520 #>>45898325 #>>45898642 #>>45904352 #
    2. jmort ◴[] No.45896469[source]
    No options?
    3. simonw ◴[] No.45896489[source]
    Have you tried ArchiveBox https://github.com/ArchiveBox/ArchiveBox ? It's a pretty solid implementation of that pattern.
    replies(1): >>45897953 #
    4. toomuchtodo ◴[] No.45896520[source]
    https://github.com/karakeep-app/karakeep

    https://github.com/gildas-lormeau/SingleFile

    replies(2): >>45896616 #>>45904039 #
    5. profsummergig ◴[] No.45896616[source]
    Thanks. I've tried SingleFile. I made some backups using the Chrome Extension. I was unable to open them a couple of years later. So I abandoned it.

    Will try karakeep.

    replies(3): >>45896646 #>>45898421 #>>45900114 #
    6. toomuchtodo ◴[] No.45896646{3}[source]
    I have SingleFile configured to post full archives to Karakeep with an HTTP POST; this enables archiving pages from my browser that Karakeep cannot scrape and bookmark due to paywalls or bot protection.

    https://docs.karakeep.app/guides/singlefile/

    replies(1): >>45897397 #
    7. BoredPositron ◴[] No.45897397{4}[source]
    Thanks for mentioning it was about to hack something together myself.
    8. zimpenfish ◴[] No.45897953[source]
    I love ArchiveBox but the headless Chromium they use has some annoying "will break randomly and GFL trying to figure out why/how to fix it" problems (like it'll just randomly stop working because the profile is locked except the lock file isn't there and even if you tweak things to make 100% sure the profile lock is removed before and after every archive request, it'll still randomly fail on a locked profile and WHAT THE HELL IS GOING ON?!)

    Although, to be fair, running it in Docker seems less fraught and breaks less often (and it's a lot easier to restart when it does break.)

    (I've got a pipeline from Instapaper -> {IFTTT -> {Pinboard -> Linkhut, Dropbox, Webhook -> ArchiveBox}} which works well most of the time for archiving random pages. Used to be Pocket until Mozilla decided to be evil.)

    9. rambambram ◴[] No.45898325[source]
    On Firefox, but I still feel the need to reply. You might find it handy, or other readers here might like it. Maybe it's also available for Chrome, I don't know.

    I've been using an extension called WebScrapBook to locally save copies of interesting webpages. I use the basic functionality, but it comes with tons of options and settings.

    10. gildas ◴[] No.45898421{3}[source]
    Author of SingleFile here. Sorry, this is obviously not normal. Please feel free to report any bugs here https://github.com/gildas-lormeau/SingleFile/issues.
    replies(1): >>45901102 #
    11. jamwil ◴[] No.45898642[source]
    I happened upon a bit of an unconventional approach to this with Zotero. It’s obviously more focused on academic research but it takes snapshots and works as a more general purpose archive tool really well.
    12. rpdillon ◴[] No.45900114{3}[source]
    I've been using single file for five years and I've never had this issue for what it's worth. I keep a directory called Archives on my Synology that I expose with Copy Party, and I routinely back up web pages and then drop the result into my Copy Party instance for safekeeping.

    I would look into what happened with the single file copies you made that didn't work because that is highly unusual.

    13. jjice ◴[] No.45901102{4}[source]
    Anecdotally (not to diminish any bug the parent had), SingleFile is one of my favorite extensions. Been using it for years and it's saved my ass multiple times. Thank you!

    Edit: What's the best way to support the project? I'm seeing there's an option through the Mozilla store and through GitHub. Is there's a preference?

    14. ninalanyon ◴[] No.45904039[source]
    I used SingleFile for a while but now I've switched to WebScrapBook because a lot of the pages that I save have the same images. Then I run rdfind to hard link all the identical files and save space.
    15. neomindryan ◴[] No.45904352[source]
    FWIW I've had success with self-hosted [LinkDing](https://github.com/sissbruecker/linkding) and the firefox SingleFile plugin (so it archives what I'm seeing / gets around logins etc). LinkDing also links directly to Internet Archive for any URL.