Update README.md
This commit is contained in:
parent
247e76db85
commit
3ae4f5015f
36
README.md
36
README.md
@ -15,32 +15,27 @@ A collection of themes/skins for use in conjunction with [Organizr](https://gith
|
|||||||
|
|
||||||
[Archmonger/Blackberry-Flat](https://github.com/Archmonger/Blackberry-Flat)
|
[Archmonger/Blackberry-Flat](https://github.com/Archmonger/Blackberry-Flat)
|
||||||
|
|
||||||
# PHP Library Presenter Dark/Plex Theme
|
|
||||||
|
|
||||||
Custom [PLPP](https://github.com/Tensai75/plpp) CSS to match the [Organizr](https://github.com/causefx/Organizr) theme.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
#### `plpporg.css` is a dark theme that matches Organizr.
|
|
||||||
|
|
||||||
#### `plpp-plex.css` is a Plex theme for PLPP
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
<details><summary>Expand</summary>
|
|
||||||
|
|
||||||
### Subfilter
|
### Subfilter
|
||||||
As PLPP doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx.
|
|
||||||
|
As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx.
|
||||||
|
|
||||||
Add this to your plex reverse proxy:
|
Add this to your plex reverse proxy:
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
sub_filter
|
sub_filter
|
||||||
'</head>'
|
'</head>'
|
||||||
'<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/plpporg.css">
|
'<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/CUSTOM_CSS.css">
|
||||||
</head>';
|
</head>';
|
||||||
sub_filter_once on;
|
sub_filter_once on;
|
||||||
```
|
```
|
||||||
|
Where `CUSTOM_CSS` is the name of the theme css.
|
||||||
|
|
||||||
Here is a complete example:
|
Here is a complete example:
|
||||||
|
|
||||||
|
<details><summary>Expand</summary>
|
||||||
```nginx
|
```nginx
|
||||||
# REDIRECT HTTP TRAFFIC TO https://[domain.com]
|
# REDIRECT HTTP TRAFFIC TO https://[domain.com]
|
||||||
server {
|
server {
|
||||||
@ -67,8 +62,23 @@ location / {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
# PHP Library Presenter Dark/Plex Theme
|
||||||
|
|
||||||
|
Custom [PLPP](https://github.com/Tensai75/plpp) CSS to match the [Organizr](https://github.com/causefx/Organizr) theme.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### `plpporg.css` is a dark theme that matches Organizr.
|
||||||
|
|
||||||
|
#### `plpp-plex.css` is a Plex theme for PLPP
|
||||||
|
|
||||||
|
|
||||||
***
|
***
|
||||||
# Guacamole Dark/Plex Theme
|
# Guacamole Dark/Plex Theme
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user