Skip to content

logo Dozzle

Custom Dozzle CSS

🛠️ Installation

Click here for general setup

CSP

As dozzle will block the theme with its content security policy you need to change or remove the CSP header. Add this in your reverse proxy to remove the headers:

proxy_hide_header "x-webkit-csp";
proxy_hide_header "content-security-policy";

Nginx variable example

      server {
        ...

        location / {
            proxy_pass http://<dozzle.container.ip.address>:8080;
            set $app dozzle;
            include /config/nginx/theme-park.conf;
            proxy_hide_header "x-webkit-csp";
            proxy_hide_header "content-security-policy";
        }

        location /api {
            proxy_pass http://<dozzle.container.ip.address>:8080;
            proxy_buffering off;
            proxy_cache off;
        }
    }

Screenshots

Aquamarine Theme

Hotline Theme

Hotpink Theme

Dracula Theme

Dark Theme

Organizr Theme

Space-gray Theme

Overseerr Theme

Plex Theme

Nord Theme

Maroon Theme