Random CSS files that match Organizr
Requires a subfilter to use. All you have to do is include the following into your reverse proxy block for whichever *arr.
proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://halianelf.github.io/css/orgarr.css">
</head>';
sub_filter_once on;
Specify the custom stylesheet in your .upptimerc.yml
status-website:
links:
- rel: stylesheet
href: https://halianelf.github.io/css/upptime.css
Create a new file in the custom css folder. In this file, add @import url("https://halianelf.github.io/css/librenms.css");
For the docker container this is /opt/librenms/html/css/custom
(path may vary for native installs) and set your
custom_config.php
to use it like so:
<?php
$config['webui']['custom_css'][] = "css/custom/librenms.css";