Dragan Espenschied
Dragan Espenschied
Doing some file system monitoring while capturing a bigger resource on my Linux system, I found the data is stored under `~/.config/archivewebpage/IndexedDB` The storage format is opaque, so no warc,...
Maybe this is related, too? #312
There is a bit of a weird behavior indeed when installing a browser extension during manual profile creation: the browser never shows the extension as installed: https://user-images.githubusercontent.com/571494/161566516-0ecd7a43-c536-4f91-b610-5adcc9945e73.mp4 The containerized Chromium...
TheA video of a full crawl could grow to a massive size indeed. But for starters relying on the user to limit the crawl accordingly to their available capacity could...
I would recommend using docker-compose and the `extra_hosts` option: It could look something like this: ```yaml version: '3.5' services: crawler: image: webrecorder/browsertrix-crawler:latest build: context: ./ volumes: - ./crawls:/crawls cap_add: -...
It would be great if a list of top level domains that were accessed during could be generated. After doing a first crawl with a default browser profile, this list...
The easiest way from an admin's perspective would have the nextcloud app display the monitoring information instead of this being handled by a separate server.
I wonder if a docker image is really required for a software like Snowman that is just a single binary? It might make sense to use a docker image during...
I like to share SQL queries with nextcloud, file extension is `.sql` and the editor even supports syntax highlighting. But only offers to download the file instead of live-editing.
Bootstrap is installed and loaded via `wfLoadExtension( 'Bootstrap' );`. When removing the Chameleon skin, it shows up as expected on Special:Version, as copy-pasted above. When the chameleon skin is installed,...