Live data from Hacker News

ArchiveBox: Open-source self-hosted web archive

github.com

1–10 of 63 posts

Re: ArchiveBox: Open-source self-hosted web archive

#5
This sounds like a very good idea, but I'm having trouble making it work. For example, let's say I want to save a great website which will probably disappear soon (https://launchaco.com). I run `echo https://launchaco.com | ./archive` and then...? The generated index.html doesn't load css and js files. Or is this more for static content?

Is there some tool that would allow one to make a copy of a modern SPA? Is that even possible?

EDIT: I'm sad to see launchaco.com go, it would be a perfect tool for a project I'm working on. I don't mind paying, but I gather this is not possible anymore, and anyway, it might take some time for me to have everything ready...

Re: ArchiveBox: Open-source self-hosted web archive

#6

If this were running on a self-hosted server, could it be invoked from an iOS shortcut on phone/tablet?

Potentially, yes.

There is an open issue on GitHub to add an API. Once that feature is implemented, adding a web page where links can be submitted for archival becomes trivial.

Re: ArchiveBox: Open-source self-hosted web archive

#7

I was poking through the documentation - how does ArchiveBox generate the WARC file? I see the web page is archived in HTML, PNG and PDF using Chrome, but I don't think Chrome natively has the ability to create WARC files, does it?

probably https://github.com/webrecorder/pywb

Re: ArchiveBox: Open-source self-hosted web archive

#8
post #6

If this were running on a self-hosted server, could it be invoked from an iOS shortcut on phone/tablet?

Potentially, yes. There is an open issue on GitHub to add an API. Once that feature is implemented, adding a web page where links can be submitted for archival becomes trivial.

ArchiveBox UI coming soon

Re: ArchiveBox: Open-source self-hosted web archive

#9

I was poking through the documentation - how does ArchiveBox generate the WARC file? I see the web page is archived in HTML, PNG and PDF using Chrome, but I don't think Chrome natively has the ability to create WARC files, does it?

Semes like the --warc-file= argument for wget https://github.com/pirate/ArchiveBox/blob/a74d8410f4c3f2f08f...

Re: ArchiveBox: Open-source self-hosted web archive

#10
post #5

This sounds like a very good idea, but I'm having trouble making it work. For example, let's say I want to save a great website which will probably disappear soon ( https://launchaco.com ). I run `echo https://launchaco.com | ./archive` and then...? The generated index.html doesn't load css and js files. Or is this more for static content? Is there some tool that would allow one to make a copy of a modern SPA? Is tha…

Damn, this actually looks nice. I wonder if we can archive.
Post reply on HN