From 2ce4b70eccdf135a0a93662d497a633287b91e92 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 26 Jul 2020 17:55:32 +0200 Subject: [PATCH] Updated Setup (markdown) --- Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.md b/Setup.md index 10a8785..7a5e2bc 100644 --- a/Setup.md +++ b/Setup.md @@ -35,7 +35,7 @@ Example: `https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` ## Subfilter method -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. +As most of these apps doesn't have support for custom CSS, exception being [Ombi](https://github.com/gilbN/theme.park/wiki/Ombi), [Monitorr](https://github.com/gilbN/theme.park/wiki/Monitorr) and [Organizr](https://github.com/gilbN/theme.park/wiki/Organizr); You can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx. **If you don't know how to reverse proxy an application, please read this first. It's a really great article and will help you understand all the pieces!**