mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-07 13:44:26 +08:00
Updates to home and Installation
parent
b923613c13
commit
6e95ea7840
3 changed files with 25 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
.DS_Store
|
23
Home.md
23
Home.md
|
@ -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)
|
|
@ -1,3 +1,5 @@
|
|||
# Installation Table of Contents
|
||||
|
||||
- [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)
|
||||
|
|
Loading…
Add table
Reference in a new issue