mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-19 17:42:32 +01:00
Created Dozzle (markdown)
parent
da3bfd4240
commit
8cba778b4e
78
Dozzle.md
Normal file
78
Dozzle.md
Normal file
@ -0,0 +1,78 @@
|
||||
<h1 align="center">Dozzle</h1>
|
||||
|
||||
Custom [Dozzle](https://github.com/amir20/dozzle) CSS.
|
||||
|
||||
<p align="center"> Organizr Dark Theme </p>
|
||||
|
||||
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/organizr-dark.png)
|
||||
|
||||
```
|
||||
https://gilbn.github.io/theme.park/CSS/themes/dozzle/XXX.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
```
|
||||
|
||||
## 🛠️ Installation
|
||||
### ⚠️ CSP NOTE:
|
||||
### [[Setup|Setup]]
|
||||
As dozzle will block the `Plex` 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:
|
||||
|
||||
```nginx
|
||||
proxy_hide_header "x-webkit-csp";
|
||||
proxy_hide_header "content-security-policy";
|
||||
```
|
||||
|
||||
#### Nginx variable example:
|
||||
|
||||
```nginx
|
||||
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
|
||||
|
||||
<p align="center"> Dark Theme </p>
|
||||
|
||||
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/dark.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/dark.png"></img>
|
||||
|
||||
<p align="center"> Space Gray Theme </p>
|
||||
|
||||
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/space-gray.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/space-gray.png"></img>
|
||||
|
||||
<p align="center"> Plex Theme </p>
|
||||
|
||||
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/plex.jpg"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/plex.jpg"></img>
|
||||
|
||||
<p align="center"> Organizr Dark Theme </p>
|
||||
|
||||
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/organizr-dark.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/organizr-dark.png"></img>
|
||||
|
||||
<p align="center"> Hotline Theme </p>
|
||||
|
||||
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/hotline.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/hotline.png"></img>
|
||||
|
||||
<p align="center"> Aquamarine Theme </p>
|
||||
|
||||
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/aquamarine.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dozzle/aquamarine.png"></img>
|
Loading…
Reference in New Issue
Block a user