Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.97 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.97 KB

docker-chromium

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.

Building

Amd64

docker build --no-cache --pull -t wolkenschieber/docker-chromium:latest .

Arm64v8

docker buildx build --platform linux/arm64  --pull -t wolkenschieber/docker-chromium:arm64v8-latest -f Dockerfile.aarch64 .

Running

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

Extensions

Name ID
I don't care about cookies fihnjjcciajhdojfnbdddfaoknhalnja
Locale Switcher kngfjpghaokedippaapkfihdlmmlafcc
uBlock Origin cjpalhdlnbpafiamejdnhcphjbkeiagm

Further configuration

As this image is based of linuxserver/chromium have a look into linuxserver/chromium for further configuration options.

Links