From efccc283121a5195665d6963222d8045491bac45 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Mon, 30 Dec 2024 13:14:38 +0200 Subject: [PATCH] fixed variable typo in docs --- README.md | 4 ++-- code/test/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3a4fb6..40ffd66 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ services: - CONTENTBLOCKER__BLACKLIST__PATH=https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist # OR # - CONTENTBLOCKER__WHITELIST__ENABLED=true - # - CONTENTBLOCKER__BLACKLIST__PATH=https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/whitelist + # - CONTENTBLOCKER__WHITELIST__PATH=https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/whitelist - DOWNLOAD_CLIENT=qBittorrent - QBITTORRENT__URL=http://localhost:8080 @@ -151,7 +151,7 @@ services: | CONTENTBLOCKER__BLACKLIST__ENABLED | Yes if content blocker is enabled and whitelist is not enabled | Enable or disable the blacklist | false | | CONTENTBLOCKER__BLACKLIST__PATH | Yes if blacklist is enabled | Path to the blacklist (local file or url)
Needs to be json compatible | empty | | CONTENTBLOCKER__WHITELIST__ENABLED | Yes if content blocker is enabled and blacklist is not enabled | Enable or disable the whitelist | false | -| CONTENTBLOCKER__BLACKLIST__PATH | Yes if whitelist is enabled | Path to the whitelist (local file or url)
Needs to be json compatible | empty | +| CONTENTBLOCKER__WHITELIST__PATH | Yes if whitelist is enabled | Path to the whitelist (local file or url)
Needs to be json compatible | empty | ||||| | DOWNLOAD_CLIENT | No | Download client that is used by *arrs
Can be `qbittorrent`, `deluge` or `transmission` | `qbittorrent` | | QBITTORRENT__URL | No | qBittorrent instance url | http://localhost:8112 | diff --git a/code/test/docker-compose.yml b/code/test/docker-compose.yml index e7fc73f..2cf68c6 100644 --- a/code/test/docker-compose.yml +++ b/code/test/docker-compose.yml @@ -189,7 +189,7 @@ services: - CONTENTBLOCKER__BLACKLIST__PATH=https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist # OR # - CONTENTBLOCKER__WHITELIST__ENABLED=true - # - CONTENTBLOCKER__BLACKLIST__PATH=https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/whitelist + # - CONTENTBLOCKER__WHITELIST__PATH=https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/whitelist - DOWNLOAD_CLIENT=qbittorrent - QBITTORRENT__URL=http://qbittorrent:8080