- Notifications
You must be signed in to change notification settings - Fork24
A material WebUI for qBittorrent, written in Angular.
License
bill-ahmed/qbit-matUI
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A material-themed UI forqBittorrent. This interface is more slimmed down, although still contains several features such as:
- See torrent contentsbefore downloading
- File system navigation (choose where to save a torrents, create sub-folders, etc.)
- Bulk edit (pause, resume, delete, prioritize, and more)
- Sorting by different metrics (name, size, date completed, etc.)
- Manage local & qBittorrent preferences
- A fully material-themed UI (Light & Dark themes)
- ... and more!
A live demo is available here:https://qbit-material-webui-demo.herokuapp.com/
This app is tested withv4.4.5 and higher of qBittorrent, any lower version are not guaranteed to work.
Thanks to @marzzzello for adding support in LinuxServer.io's qBittorrent container:https://github.com/marzzzello/linuxserver-io-mod-qbit-matui
- Take a production-ready build fromreleases, orbuild it yourself
- Extract the files into any folder
- In qBittorrent, under Tools > Options > Web UI > Use alternative Web UI, set the file location as the folder you created in Step 2.
- Done!
This app relies on a couple files to work properly.
Undersrc/assets/ there are two files:config.json andconfig.prod.json. This will store general configuration, such as the delimeter used when parsing file paths (Unix vs. Windows).
If you wish to configure your endpoints and other data for dev/prod, do so insrc/assets/http_config.json.
In order to have the most accurate testing environment, we make use of a docker container running qBittorrent. Makesure you have both Docker and docker-compose installed.
Checkout the instructions in thedev/ folder on how to set it up.
- Run
npm run devfor a dev server - Navigate to
http://localhost:8090/ - Username:
admin; Password:adminadmin; This can be changed through the default Web UI.
The app will re-compile everytime you save changes. To see the changes, you must hard-reload the web page (CTRL + SHIFT + R on Windows)
Runng build to build the project. The build artifacts will be stored in thedist/ directory. Use the--prod flag for a production build.
To get a build for the login page, runng build --project="login", and provide the--prod flag for a production build.
About
A material WebUI for qBittorrent, written in Angular.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
