In today's digital landscape, web browsing has become an integral part of our daily lives, enabling us to access a wealth of information, services, and entertainment at our fingertips. However, this convenience comes with its fair share of risks, including malicious advertisements, tracking scripts, and potentially harmful content that can compromise our online privacy and security.
To address these concerns and provide users with a robust solution, we are excited to unveil that this project wolkenschieber/docker-chromium enhances the linuxserver/chromium image by adding the power of uBlock Origin, a highly effective ad-blocker and content filter.
docker build --no-cache --pull -t wolkenschieber/docker-chromium:latest .
docker buildx build --platform linux/arm64 --pull -t wolkenschieber/docker-chromium:arm64v8-latest -f Dockerfile.aarch64 .
docker run --rm \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Berlin \
-e CHROME_CLI=https://github.com/wolkenschieber/docker-chromium \
-p 3000:3000 \
-p 3001:3001 \
--shm-size="1gb" \
wolkenschieber/docker-chromium:latest
The application can be accessed at
Name | ID |
---|---|
I don't care about cookies | fihnjjcciajhdojfnbdddfaoknhalnja |
Locale Switcher | kngfjpghaokedippaapkfihdlmmlafcc |
uBlock Origin | cjpalhdlnbpafiamejdnhcphjbkeiagm |
As this image is based of linuxserver/chromium have a look into linuxserver/chromium for further configuration options.