Skip to content

HalianElf/css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS

Random CSS files that match Organizr

Installation

Orgarr - skin for Sonarr, Radarr, Lidarr (v3 only)

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;

Upptime

Specify the custom stylesheet in your .upptimerc.yml

status-website:
  links:
    - rel: stylesheet
      href: https://halianelf.github.io/css/upptime.css

LibreNMS

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";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages