-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b923613
commit 6e95ea7
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# Getting Started | ||
Install qbit_mange either by installing Python3 on the localhost and following the [Local Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Local-Installations) Guide or by installing Docker and following the [Docker Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation) Guide or the [unRAID Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation) Guide.<br> | ||
# qBit_manage Wiki | ||
This wiki should tell you everything you need to know about the script to get it working. | ||
|
||
## Getting Started | ||
1. Install qbit_mange either by installing Python3 on the localhost and following the [Local Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Local-Installations) Guide or by installing Docker and following the [Docker Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation) Guide or the [unRAID Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation) Guide.<br> | ||
Once installed, you have to edit the config file.<br> | ||
After that, you can start automatically managing your qBittorrent instance. | ||
2. Once installed, you have to create a [Configuration File](https://github.com/StuffAnThings/qbit_manage/blob/master/config/config.yml.sample) filled with all your values to connect to your qBittorrent instance. | ||
|
||
## Support | ||
* If you're getting an Error or have an Enhancement post in the [Issues](https://github.com/StuffAnThings/qbit_manage/issues/new). | ||
* If you have a configuration question post in the [Discussions](https://github.com/StuffAnThings/qbit_manage/discussions/new). | ||
* Pull Request are welcome but please submit them to the [develop branch](https://github.com/StuffAnThings/qbit_manage/tree/develop). | ||
|
||
|
||
|
||
## Table of Contents | ||
- [Home](https://github.com/StuffAnThings/qbit_manage/wiki) | ||
- [Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Installation) | ||
- [unRAID Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Unraid-Installation) | ||
- [Local Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Local-Installations) | ||
- [NIX Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Nix-Installation) | ||
- [Docker Installation](https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation) | ||
- [Config Setup](https://github.com/StuffAnThings/qbit_manage/wiki/Config-Setup) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters