All Projects → HalianElf → Deluge-Dark

HalianElf / Deluge-Dark

Licence: MIT license
A dark skin for Deluge WebUI to use with Organizr

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to Deluge-Dark

deluge
Deluge API wrapper
Stars: ✭ 15 (-63.41%)
Mutual labels:  deluge, deluge-web
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (+290.24%)
Mutual labels:  deluge
docker base images
Vlad's Base Images for Docker
Stars: ✭ 61 (+48.78%)
Mutual labels:  deluge
Deluge Webapi
Plugin for Deluge WebUI providing sane JSON API
Stars: ✭ 90 (+119.51%)
Mutual labels:  deluge
Arch Delugevpn
Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
Stars: ✭ 404 (+885.37%)
Mutual labels:  deluge
Deluge Streaming
Streaming plugin for deluge, making it possible to read torrents and download required parts on-demand.
Stars: ✭ 119 (+190.24%)
Mutual labels:  deluge
deluge exporter
Prometheus exporter for the Deluge BitTorrent client
Stars: ✭ 24 (-41.46%)
Mutual labels:  deluge
deluge-uTorrentImport
cross platform Deluge Plugin for importing torrents from uTorrent
Stars: ✭ 74 (+80.49%)
Mutual labels:  deluge
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+3878.05%)
Mutual labels:  deluge
Torrt
Automates torrent updates for you
Stars: ✭ 73 (+78.05%)
Mutual labels:  deluge
Muximux
A lightweight way to manage your HTPC
Stars: ✭ 1,008 (+2358.54%)
Mutual labels:  deluge
Dockerfiles
Dockerfiles: Check_Mk, Couchpotato, Deluge, Gollum, Headphones, Jackett, Lazy Librarian, Miniflux, Nginx/PHP-FPM, OpenVPN PIA client, Plex, Privatebin, Radarr, Sabnzbd, Samba, SSH Socks Proxy server, Sonarr, Syncthing, Stringer,Transmission, Unifi Controller.
Stars: ✭ 499 (+1117.07%)
Mutual labels:  deluge
Unpackerr
Extracts downloads for Radarr, Sonarr, Lidarr - Deletes extracted files after import
Stars: ✭ 122 (+197.56%)
Mutual labels:  deluge
Mediabox
Container based media tools configuration
Stars: ✭ 325 (+692.68%)
Mutual labels:  deluge
Thoradia
Thoradia Add-ons Repository
Stars: ✭ 208 (+407.32%)
Mutual labels:  deluge
arch-deluge
Docker build script for Arch Linux base with Deluge
Stars: ✭ 12 (-70.73%)
Mutual labels:  deluge
Dmhy Subscribe
在動漫花園訂閱並排程下載磁鏈,支援 Linux & Windows 10 & Docker
Stars: ✭ 39 (-4.88%)
Mutual labels:  deluge
Deluge Filebottool
A plugin to integrate simple FileBot functionality into Deluge
Stars: ✭ 98 (+139.02%)
Mutual labels:  deluge
Katastrophe
Command Line Tool to download torrents
Stars: ✭ 85 (+107.32%)
Mutual labels:  deluge
Gooby
Gooby: The ultimate infinite Plex media server using a VPS and Cloud service
Stars: ✭ 230 (+460.98%)
Mutual labels:  deluge

Deluge-Dark

This is a dark skin for the Deluge WebUI to use with Organizr

Dark Theme for Deluge

Installation

Deluge requires a subfilter to use. All you have to do is include the following into your reverse proxy block for Deluge.

proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://halianelf.github.io/Deluge-Dark/deluge.css">
</head>';
sub_filter_once on;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].