Nick Sweeting

Results 1234 comments of Nick Sweeting

Because this is fairly serious I've temporarily striked-out the instructions for running archivebox with private data: https://github.com/pirate/ArchiveBox/wiki/Security-Overview#important-dont-use-archivebox-for-private-archived-content-right-now-as-were-in-the-middle-of-resolving-some-security-issues-with-how-js-is-executed-in-archived-content Unfortunately my day job is getting super busy right now so I don't...

@andrewzigerelli see my comment above. A primary goal of ArchiveBox is to preserve JS and interactivity in archived pages, but that means pages necessarily have to be able to execute...

Idea h/t for encouragement from @FiloSottile, and similar to how Wikimedia and many other services do it: - serve all "dirty" archived content from one port, e.g. 9595. including static...

It may have to wait till after I get back from vacation in October / Dec, and even then it's lower priority than some of our pending refactors. If you...

I just updated the [README](https://github.com/pirate/ArchiveBox#Overview) to make the current behavior clearer as well: > Running `archivebox add` adds only new, unique links into your data folder on each run. Because...

You can accomplish this right now still by adding a hash at the end of the URL, e.g. ```bash archivebox add https://example.com/#2020-08-01 archivebox add https://example.com/#2020-09-01 ... ``` Official first-class support...

Scheduled archiving will not re-archive the initial page if snapshots already exist, the way that `archivebox schedule` feature is meant to be used is with the `--depth=1` flag to pull...

This is now added in v0.6. It's not full support, but it's a step in the right direction. I just added a UI button labeled `Re-snapshot` that automates the process...

Thanks for the support @agnosticlines I got your donation!

Sorting by actualy on-disk size is not really possible in the current version, as we don't save the size in the DB so it's not a sortable column. It's lazily...