Browse Source

fixed readme

pull/1/head
GilbN 7 years ago
parent
commit
3db036653b
  1. 4
      README.md

4
README.md

@ -28,7 +28,7 @@ Thank you iFelix18 for doing all the hard work! :)
**NOTE:** When viewing orgarr in Organizr iframe it will follow the Organizr theme. When viewing it outside of Organizr iframe the background will be white ect. **NOTE:** When viewing orgarr in Organizr iframe it will follow the Organizr theme. When viewing it outside of Organizr iframe the background will be white ect.
#### `orgarr-plex.css` #### `orgarr-plex.css`
#### If you want a regular Plex theme for your *arr setup, use the **`orgarr-plex.css`** instead. If you want a regular Plex theme for your *arr setup, use the **`orgarr-plex.css`** instead.
## Setup ## Setup
<details><summary>Expand</summary> <details><summary>Expand</summary>
@ -309,7 +309,7 @@ If you want a regular Plex theme for your Netdata setup, use the **`netplex.css`
### Subfilter ### Subfilter
As Netdata 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 Netdata 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.
Create **another** reverse proxy for monitorr and add this: Create **another** reverse proxy for netdata and add this:
```nginx ```nginx
proxy_set_header Accept-Encoding ""; proxy_set_header Accept-Encoding "";
sub_filter sub_filter

Loading…
Cancel
Save