Nick Sweeting
Nick Sweeting
Quoting the error output from @[jansendotsh](https://github.com/jansendotsh)'s issue: > Howdy 👋 I set up an ArchiveBox instance on a public facing VPS with docker-compose (using just ArchiveBox & Sonic). Whenever I...
May be the same issue as https://github.com/ArchiveBox/ArchiveBox/issues/984, not sure yet
What version of Django are you running with? It only supports 3.1.x, not 3.2 or 2.x/1.x, that could be causing the error. I don't believe it's necessary to add `find_packages()`,...
Thanks @srevinsaju, it may be better to just wait for the next ArchiveBox release then, I plan to add Django 3.2 support in the next version. It may not be...
No progress on 3.2 support yet. I'm aware that it's a painful wart for packaging, but unfortunately it's lower priority than most of the other release tasks and dev time...
Currently, adblocking during PDF/Screenshot/DOM archiving is already possible by using a `CHROME_USER_DATA_DIR` with a profile that has an adblocker installed (and setting `CHROME_HEADLESS=False`). In the future it will be doable...
You're correct that extensions only work in non-headless mode, but at least playwright makes it easy https://playwright.dev/docs/chrome-extensions. One way around that might be to use a fake display and attach...
Actually pihole is a great idea, we should add a commented out example container in `docker-compose.yml` that shows how to setup pihole with the archivebox container's DNS pointed to the...
Port 80 is not used by the principal UI by default.
I've already added an example `pihole` `docker-compose.yml` config here you can use: https://github.com/ArchiveBox/ArchiveBox/blob/dev/docker-compose.yml#L49