doc updates

This commit is contained in:
bobokun 2025-08-27 18:53:15 -04:00
parent 909769d10a
commit a79e15becf
No known key found for this signature in database
GPG key ID: B73932169607D927
4 changed files with 34 additions and 32 deletions

View file

@ -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
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/StuffAnThings/qbit_manage?style=plastic)](https://github.com/StuffAnThings/qbit_manage/releases)
[![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/StuffAnThings/qbit_manage/latest/develop?label=Commits%20in%20Develop&style=plastic)](https://github.com/StuffAnThings/qbit_manage/tree/develop)

View file

@ -1 +1 @@
4.5.6-develop3
4.5.6-develop4

View file

@ -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

View file

@ -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)