Ungoogled Chromium (LinuxServer.io)

Access a de-Googled Chromium browser from anywhere via the web. Run it in a secure container for a private browsing experience with GPU acceleration support.

Run a complete, de-Googled version of Chromium inside a secure Docker container and access it from any device with a web browser. This setup provides a powerful way to isolate your browsing activity from your local machine, enhancing both privacy and security. It's based on Ungoogled Chromium, which removes dependencies on Google web services for a more private experience.

This container is designed for high performance and modern use cases, offering a range of advanced features:

  • Remote Web Access: Use a full-featured desktop browser on a remote server, accessible through a simple web interface.
  • GPU Hardware Acceleration: Achieve smooth performance and low latency for video streaming and graphically intensive websites by leveraging your server's GPU. It supports the modern Wayland display server with zero-copy encoding.
  • Enhanced Privacy: Keep your browsing sessions completely separate from your host operating system.
  • Extensive Configuration: Customize your setup with a wide array of environment variables, including user authentication, language settings, and performance tuning.
  • Application Management: Install additional persistent applications inside the container using proot-apps.

Directory Structure

ungoogled-chromium-linuxserver-io
ungoogled-chromium
config
.env
docker-compose.yml

docker-compose.yml

services:
  ungoogled-chromium:
    image: lscr.io/linuxserver/ungoogled-chromium:latest
    container_name: ungoogled-chromium
    security_opt:
      - seccomp:unconfined
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - CUSTOM_USER=${CUSTOM_USER}
      - PASSWORD=${PASSWORD}
      - CHOWN_WORKSPACE=false
    volumes:
      - ./config:/config
    ports:
      - 3000:3000
      - 3001:3001
    shm_size: "1gb"
    restart: unless-stopped

.env

CUSTOM_USER=admin
PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Ungoogled Chromium (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon