Hack to "fix" theme after qBittorrent WebUI stopped support for translation in v4.5. NOTE: Not optimised, just a splice of the current WebUI 5.0.2 (with translation strings removed) and the nightwalker styles
A darker theme for qBittorrent WebUI (made with the help of the Walkerservers community)
cd /opt
sudo git clone https://github.com/CallMeBruce/nightwalker
sudo chmod -R 777 nightwalker
Tools->Preferences->WebUI
enable Use alternative WebUI
.Nightwalker
folder, i.e. /opt/nightwalker
You can also change these settings via the config file. The relevant entries are:
cd /opt/nightwalker
git checkout main
git fetch origin main
git reset --hard origin/main
Based on the standard qBittorrent WebUI theme (5.0.2 release).
Modify your nginx config and remove the lines that introduced the external css, anything after rewrite ^/qbittorrent/(.*) /$1 break;
(non inclusive) is something that can be removed. Do not leave -modded, or any other files that are not necessary for nginx to function in the /etc/nginx/apps/
directory. Reload nginx after making changes by doing sudo service nginx configtest
, if it returns OK, then proceed and do sudo service nginx reload
.