Nick Sweeting
Nick Sweeting
I've never used AppImage before, and probably don't have the time to maintain another release channel (we already have too many for me to handle comfortably). That being said, if...
Right now there's no official workflow or concrete plan to add this in the short-term, but in the for now you can put any manual warcs inside `archive//warc/*.warc.gz` and archivebox...
Yeah for sure, that would be great! We can easily expose an `/add` endpoint for those. I don't have any Android/iOS app dev experience, so that's definitely something we could...
Copying @CodingSpiderFox's message from duplicate ticket here: > ## Type > > - [ ] General question or discussion > - [X] Propose a brand new feature > - [...
There is an `/add` endpoint now, but it's the one used by the UI so it requires a CSRF token which is a pain for API-style usage. No ticket for...
Ideally a browser extension for ArchiveBox should be releasable cross-platform with minimal effort on the packaging side (ideally like something equivalent to FPM in the Debian packaging world). Some of...
@layderv has written a sample extension for Firefox: https://github.com/layderv/archivefox (x-posting this here)
@tjhorner have you tried using the existing `POST /core/snapshot/add/` (`archivebox/core/admin.py:382`) endpoint to add new URLs? I believe the only potential blocker is the CSRF token requirement, which we can probably...
Ok, in the future we will likely have to build some infrastructure to authenticate the extension with ArchiveBox and issue it a dedicated bearer token key with CSRF-free endpoints (likely...
One thing I'd like to do is push extension users away from "archive every page I visit" by default. Archives rapidly lose value that way, and people will end up...