From 88edd531c7ffc73a1bdea3f51aa37f40d279340d Mon Sep 17 00:00:00 2001 From: GilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 1 Nov 2020 17:46:45 +0100 Subject: [PATCH] Updated Monitorr (markdown) --- Monitorr.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Monitorr.md b/Monitorr.md index 827f7f1..86e0ccf 100644 --- a/Monitorr.md +++ b/Monitorr.md @@ -15,6 +15,12 @@ organizr-dashboard.css organizr-dark.css ``` +### 🛠️ Installation: +Add this in the Monitorr custom css box: +```css +@import "https://gilbn.github.io/theme.park/CSS/themes/monitorr/THEME_NAME.css"; +``` + #### The `organizr-dashboard.css` theme will mess with your Monitorr base theme. And it will hide the settings button. Go to /monitorr/settings.php for settings. It is created purely for use with "minimum" version of the index.php `https://domain.com/monitorr/index.min.php` for Organizr homepage integration. **NOTE:** When viewing monitorr in Organizr iframe using `organizr-dashboard.css` it will follow the Organizr theme. When viewing it outside of Organizr iframe the background will be white ect. If you don't want this you can create two reverse proxies. One for monitorr organizr homepage integration and one for the monitorr dark/plex theme. And use subfilter on both instead of adding `@import "https://gilbn.github.io/theme.park/CSS/themes/monitorr/organizr-dashboard.css";` in the monitorr custom css.