mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-10 22:06:58 +08:00
doc updates
This commit is contained in:
parent
909769d10a
commit
a79e15becf
4 changed files with 34 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
# <img src="icons/qbm_logo.png" width="75"> qBit Manage
|
||||
# <img src="https://github.com/StuffAnThings/qbit_manage/blob/master/icons/qbm_logo.png?raw=true" width="75"> qBit Manage
|
||||
|
||||
[](https://github.com/StuffAnThings/qbit_manage/releases)
|
||||
[](https://github.com/StuffAnThings/qbit_manage/tree/develop)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.5.6-develop3
|
||||
4.5.6-develop4
|
||||
|
|
|
@ -43,8 +43,8 @@ services:
|
|||
# Scheduler Configuration
|
||||
- QBT_RUN=false
|
||||
- QBT_SCHEDULE=1440
|
||||
- QBT_CONFIG=config.yml
|
||||
- QBT_LOGFILE=activity.log
|
||||
- QBT_CONFIG=config*.yml
|
||||
- QBT_LOGFILE=qbit_manage.log
|
||||
|
||||
# Command Flags
|
||||
- QBT_RECHECK=false
|
||||
|
|
58
docs/Home.md
58
docs/Home.md
|
@ -29,31 +29,33 @@ This wiki should tell you everything you need to know about the script to get it
|
|||
|
||||
## Table of Contents
|
||||
|
||||
* [Home](Home)
|
||||
* [Installation](Installation)
|
||||
* [unRAID Installation](Unraid-Installation)
|
||||
* [Local Installation](Local-Installations)
|
||||
* [NIX Installation](Nix-Installation)
|
||||
* [Docker Installation](Docker-Installation)
|
||||
* [V4 Migration Guide](v4-Migration-Guide)
|
||||
* [Config Setup](Config-Setup)
|
||||
* [Sample Config File](Config-Setup#config-file)
|
||||
* [List of variables](Config-Setup#list-of-variables)
|
||||
* [commands](Config-Setup#commands)
|
||||
* [qbt](Config-Setup#qbt)
|
||||
* [settings](Config-Setup#settings)
|
||||
* [directory](Config-Setup#directory)
|
||||
* [cat](Config-Setup#cat)
|
||||
* [cat_changes](Config-Setup#cat_changes)
|
||||
* [tracker](Config-Setup#tracker)
|
||||
* [nohardlinks](Config-Setup#nohardlinks)
|
||||
* [share_limits](Config-Setup#share_limits)
|
||||
* [recyclebin](Config-Setup#recyclebin)
|
||||
* [orphaned](Config-Setup#orphaned)
|
||||
* [apprise](Config-Setup#apprise)
|
||||
* [notifiarr](Config-Setup#notifiarr)
|
||||
* [webhooks](Config-Setup#webhooks)
|
||||
* [Commands](Commands)
|
||||
* [Standalone Scripts](Standalone-Scripts)
|
||||
* [Web API](Web-API)
|
||||
* [Web UI](Web-UI)
|
||||
- [Home](Home)
|
||||
- [Installation](Installation)
|
||||
- [Desktop App](Installation#desktop-app-installation)
|
||||
- [Standalone Binary Installation](Installation#standalone-binary-installation)
|
||||
- [Python/Source Installation](Installation#pythonsource-installation)
|
||||
- [Docker Installation](Docker-Installation)
|
||||
- [unRAID Installation](Unraid-Installation)
|
||||
- [Config Setup](Config-Setup)
|
||||
- [Sample Config File](Config-Setup#config-file)
|
||||
- [List of variables](Config-Setup#list-of-variables)
|
||||
- [commands](Config-Setup#commands)
|
||||
- [qbt](Config-Setup#qbt)
|
||||
- [settings](Config-Setup#settings)
|
||||
- [directory](Config-Setup#directory)
|
||||
- [cat](Config-Setup#cat)
|
||||
- [cat_change](Config-Setup#cat_change)
|
||||
- [tracker](Config-Setup#tracker)
|
||||
- [nohardlinks](Config-Setup#nohardlinks)
|
||||
- [share_limits](Config-Setup#share_limits)
|
||||
- [recyclebin](Config-Setup#recyclebin)
|
||||
- [orphaned](Config-Setup#orphaned)
|
||||
- [apprise](Config-Setup#apprise)
|
||||
- [notifiarr](Config-Setup#notifiarr)
|
||||
- [webhooks](Config-Setup#webhooks)
|
||||
- [Commands](Commands)
|
||||
- [Web API](Web-API)
|
||||
- [Web UI](Web-UI)
|
||||
- Extras
|
||||
- [Standalone Scripts](Standalone-Scripts)
|
||||
- [V4 Migration Guide](v4-Migration-Guide)
|
||||
|
|
Loading…
Add table
Reference in a new issue