Browse Source

Update README.md

pull/4/head
GilbN 6 years ago
committed by GitHub
parent
commit
3ae4f5015f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 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.
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plpp/plpp.png)
#### `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.
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plpp/plpp.png)
#### `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…
Cancel
Save