Updated qBittorrent (markdown)
parent
121646aaf0
commit
da5e55cc72
@ -1,10 +1,24 @@
|
|||||||
# qBittorrent Themes
|
<h1 align="center"> <img src="https://raw.githubusercontent.com/causefx/Organizr/v2-develop/plugins/images/tabs/qBittorrent.png" alt="logo" width="30" height="30"> qBittorent</h1>
|
||||||
|
|
||||||
Custom [qBitorrent](https://github.com/qbittorrent/qBittorrent) CSS.
|
Custom [qBittorent](https://github.com/qbittorrent/qBittorrent) CSS.
|
||||||
|
|
||||||

|
<p align="center"> Organizr Dark Theme </p>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
```
|
||||||
|
https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/XXX.css
|
||||||
|
aquamarine.css
|
||||||
|
hotline.css
|
||||||
|
plex.css
|
||||||
|
dark.css
|
||||||
|
space-gray.css
|
||||||
|
organizr-dark.css
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🛠️ Installation
|
||||||
### ⚠️ CSP NOTE:
|
### ⚠️ CSP NOTE:
|
||||||
|
### [[Setup|Setup]]
|
||||||
As Qbittorrent will block the theme with its content security policy you need to change or remove the CSP header.
|
As Qbittorrent 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:
|
Add this in your reverse proxy to remove the headers:
|
||||||
@ -14,10 +28,6 @@ Add this in your reverse proxy to remove the headers:
|
|||||||
proxy_hide_header "content-security-policy";
|
proxy_hide_header "content-security-policy";
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
### [[Setup|Setup]]
|
|
||||||
|
|
||||||
#### Nginx variable example:
|
#### Nginx variable example:
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
@ -38,21 +48,28 @@ location /qbt/ {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
## Screenshots
|
||||||
https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/XXX.css
|
|
||||||
aquamarine.css
|
|
||||||
hotline.css
|
|
||||||
dark.css
|
|
||||||
plex.css
|
|
||||||
space-gray.css
|
|
||||||
organizr-dark.css
|
|
||||||
```
|
|
||||||
|
|
||||||
### Screenshots
|
<p align="center"> Dark Theme </p>
|
||||||
<p>
|
|
||||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/dark.png"></img>
|
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/dark.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/dark.png"></img>
|
||||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/space-gray.png"></img>
|
|
||||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/plex.jpg"></img>
|
<p align="center"> Space Gray Theme </p>
|
||||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/hotline.png"></img>
|
|
||||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/aquamarine.png"></img>
|
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/space-gray.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/space-gray.png"></img>
|
||||||
</p>
|
|
||||||
|
<p align="center"> Plex Theme </p>
|
||||||
|
|
||||||
|
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/plex.jpg"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/plex.jpg"></img>
|
||||||
|
|
||||||
|
<p align="center"> Organizr Dark Theme </p>
|
||||||
|
|
||||||
|
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/organizr-dark.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/organizr-dark.png"></img>
|
||||||
|
|
||||||
|
<p align="center"> Hotline Theme </p>
|
||||||
|
|
||||||
|
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/hotline.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/hotline.png"></img>
|
||||||
|
|
||||||
|
<p align="center"> Aquamarine Theme </p>
|
||||||
|
|
||||||
|
<a href="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/aquamarine.png"><img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/qbittorrent/aquamarine.png"></img>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user