From 15d5251fbddf430dd5f64827b0f9f8ca2d89225d Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 30 Mar 2020 23:31:43 +0100 Subject: [PATCH] Add list of known alternative webuis --- List-of-known-alternative-WebUIs.md | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 List-of-known-alternative-WebUIs.md diff --git a/List-of-known-alternative-WebUIs.md b/List-of-known-alternative-WebUIs.md new file mode 100644 index 0000000..7e378a4 --- /dev/null +++ b/List-of-known-alternative-WebUIs.md @@ -0,0 +1,31 @@ +# Information + +A non-exhaustive list of FOSS alternative WebUIs developed for qBittorrent by the community. They are provided on a best-effort basis as a community initiative and not officially supported. Some of them might be at feature-parity with the default one, some may not, and some may implement extra functionality on top. Issues with the WebUIs should be reported on their respective repositories. + +If you know of more, feel free to add a link to the repository along with a short description. + +--- + +- https://github.com/iFelix18/Dark-qBittorrent-WebUI + + A dark theme CSS stylesheet for the default WebUI. + +- https://github.com/CzBiX/qb-web + + A custom WebUI written in Typescript+VueJS implementing the WebAPI's RSS functionality. + +- https://github.com/AndersMalmgren/qBittorrent/tree/master/src/webui/www + + A fork of qBittorrent containing a WebUI modified to implement the WebAPI's RSS functionality. + +- https://github.com/WDaan/VueTorrent + + A modern looking WEBUI for qBittorrent made with VueJS and ExpressJS + +- https://github.com/despin/qbittorrent-webui-react + + A custom material design WebUI written in ReactJS + +- https://github.com/bill-ahmed/qbit-WebUI + + A minimalist WebUI using Typescript \ No newline at end of file