diff --git a/README.md b/README.md index dc2b967..3f3eb8f 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# qBit Manage +# 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) diff --git a/VERSION b/VERSION index 2484a94..b0f2ee2 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.5.6-develop3 +4.5.6-develop4 diff --git a/docs/Docker-Installation.md b/docs/Docker-Installation.md index 85a5632..f0b192a 100644 --- a/docs/Docker-Installation.md +++ b/docs/Docker-Installation.md @@ -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 diff --git a/docs/Home.md b/docs/Home.md index 90e7bfc..8ee4ca7 100644 --- a/docs/Home.md +++ b/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)