From 000077c265083116e7cbf843b610ca1480aa5d03 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Nov 2020 20:56:08 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 37b40d6..34fde7a 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,11 @@ dotnet publish --configuration Release --output bin 4. Place the resulting .dll file in a folder called ```plugins/SkinManager``` under the program data directory or inside the portable install directory + +## Using with reverse proxy +When using the Nginx Reverse proxy config from the [Jellyfin docs](https://jellyfin.org/docs/general/networking/nginx.html) the theme might not work by default. (If you are using the subpath config, you can ignore all this.) + +Because the config includes Content-Security-Policy which reduces risk of XSS, you need to add the URL from the skin repo and the fonts to the list of allowed external sources. + +For example to use Kaleidochromic you need to do [this](https://github.com/CTalvio/Kaleidochromic/blob/main/README.md#using-with-reverse-proxy) +