Earlier quoted context omitted.
One disadvantage is it introduces an application dependency. If the purpose of an archive is to preserve the data for future recall, years or decades later, having it in the most accessible format possible would be a priority.
Very true, but I'd say SQlite is the one application dependency that could have a pass: - they promise support until at least 2050 ( https://sqlite.org/lts.html ) - if a promise isn't enough, SQlite is to be supported for the entire lifetime of the Airbus A350 airframe ( https://mobile.twitter.com/copiousfreetime/status/6758345433... ). I would assume Airbus will be paying for it. A real problem with application depe…
ArchiveBox: Open-source self-hosted web archive
51–60 of 63 posts
Re: ArchiveBox: Open-source self-hosted web archive
#52Great idea, but automated installer might not be ready for prime time. Automated install did not detect existing Python 3.6 on OSX, created quite the mess... Also, defaults to using google chrome vs. chromium when both are installed.
I personally don't like automated setup scripts, which is one of the reasons I spent a bunch of time on our Manual Install docs: https://github.com/pirate/ArchiveBox/wiki/Install
Pip, apt, & homebrew packages are the install methods we're moving towards currently. I just caved to user demand in the short-term and added a helper script about a year ago as a crutch until we finished releasing the real packages.
Stay tuned for updates on that progress here: https://github.com/pirate/ArchiveBox/issues/120
Re: ArchiveBox: Open-source self-hosted web archive
#53I actually talked to the author of ArchiveBox about 1-2 weeks ago. Nice guy and it's good that he's also friendly with the Internet Archive. ArchiveBox uses WARC as it's backing store: https://en.wikipedia.org/wiki/Web_ARChive which is nice because it's standardized. We were discussing integrating Polar web archives along with ArchiveBox and maybe having some sort of standard to automatically submit these WARCs to th…
Thanks for chiming in here! I only just saw ArchiveBox hit HN while I was away for the weekend. Just responding to everything now...
(@everyone in this thread, go check out Polar, it's awesome!)
Re: ArchiveBox: Open-source self-hosted web archive
#54If this were running on a self-hosted server, could it be invoked from an iOS shortcut on phone/tablet?
It's a nice way to update my archive with one tap from my phone.
Re: ArchiveBox: Open-source self-hosted web archive
#55This sounds terrific! Thank you for building it!
Re: ArchiveBox: Open-source self-hosted web archive
#56what about SPA sites that javascript renders the html, if this can archive SPA site that will be great.
Re: ArchiveBox: Open-source self-hosted web archive
#57Has anyone heard any news on Mozilla open sourcing Pocket? There are pieces that have been released but ultimately I would like to self host a Pocket archive similar to Wallabag
Re: ArchiveBox: Open-source self-hosted web archive
#58If this were running on a self-hosted server, could it be invoked from an iOS shortcut on phone/tablet?
Yup, I actually do this right now using Shortcuts.app on my phone to SSH into my server and pipe my latest bookmarks from Pocket into ArchiveBox! It's a nice way to update my archive with one tap from my phone.
Re: ArchiveBox: Open-source self-hosted web archive
#59Earlier quoted context omitted.
Depends on what you want to use your archive for. If it's just for opening it locally in a web browser, mirroring the content is enough.
Yes, but if the effort to go the WARC route is minimal above mirroring, might as well do it. You never know if you’ll need data you didn’t grab.
You can track the progress on implementing WARC saving for all archived resources here: https://github.com/pirate/ArchiveBox/issues/130
Re: ArchiveBox: Open-source self-hosted web archive
#60Earlier quoted context omitted.
Yup, I actually do this right now using Shortcuts.app on my phone to SSH into my server and pipe my latest bookmarks from Pocket into ArchiveBox! It's a nice way to update my archive with one tap from my phone.
Could the intermediate step via Pocket be avoided, e.g. could the URL be passed directly from iOS to ArchiveBox?