From 32035edeb1f35137ddddaeae046e5d6ab02b4274 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sun, 7 Dec 2025 13:43:40 +0100 Subject: [PATCH] qbittorrent config --- qbittorrent/qBittorrent.conf | 55 ++++++++++++++++++++ qbittorrent/qBittorrent/categories.json | 2 + qbittorrent/qBittorrent/watched_folders.json | 2 + 3 files changed, 59 insertions(+) create mode 100644 qbittorrent/qBittorrent.conf create mode 100644 qbittorrent/qBittorrent/categories.json create mode 100644 qbittorrent/qBittorrent/watched_folders.json diff --git a/qbittorrent/qBittorrent.conf b/qbittorrent/qBittorrent.conf new file mode 100644 index 0000000..61968ae --- /dev/null +++ b/qbittorrent/qBittorrent.conf @@ -0,0 +1,55 @@ +[Application] +FileLogger\Age=1 +FileLogger\AgeType=1 +FileLogger\Backup=true +FileLogger\DeleteOld=true +FileLogger\Enabled=true +FileLogger\MaxSizeBytes=66560 +FileLogger\Path=/config/qBittorrent/logs + +[AutoRun] +enabled=false +program= + +[BitTorrent] +Session\AddTorrentStopped=false +Session\DefaultSavePath=/downloads/ +Session\ExcludedFileNames= +Session\Port=6881 +Session\QueueingSystemEnabled=true +Session\SSL\Port=48200 +Session\ShareLimitAction=Stop +Session\TempPath=/downloads/incomplete/ + +[Core] +AutoDeleteAddedTorrentFile=Never + +[LegalNotice] +Accepted=true + +[Meta] +MigrationVersion=8 + +[Network] +Cookies=@Invalid() +PortForwardingEnabled=false +Proxy\HostnameLookupEnabled=false +Proxy\Profiles\BitTorrent=true +Proxy\Profiles\Misc=true +Proxy\Profiles\RSS=true + +[Preferences] +Connection\PortRangeMin=6881 +Connection\UPnP=false +Downloads\SavePath=/downloads/ +Downloads\TempPath=/downloads/incomplete/ +General\Locale=en +MailNotification\req_auth=true +WebUI\Address=* +WebUI\Password_PBKDF2="@ByteArray(lj/lkPqF1eQSvo0TpEAAJg==:FCI7qC/eMj8z19HCLfbVsa26Pjap0WX8bGaL+j7eeuM5cJTxkVXuWrGndRhzLyY4jKiroTleQiz3me/xi1nCrg==)" +WebUI\Port=9092 +WebUI\ServerDomains=* + +[RSS] +AutoDownloader\DownloadRepacks=true +AutoDownloader\SmartEpisodeFilter=s(\\d+)e(\\d+), (\\d+)x(\\d+), "(\\d{4}[.\\-]\\d{1,2}[.\\-]\\d{1,2})", "(\\d{1,2}[.\\-]\\d{1,2}[.\\-]\\d{4})" diff --git a/qbittorrent/qBittorrent/categories.json b/qbittorrent/qBittorrent/categories.json new file mode 100644 index 0000000..2c63c08 --- /dev/null +++ b/qbittorrent/qBittorrent/categories.json @@ -0,0 +1,2 @@ +{ +} diff --git a/qbittorrent/qBittorrent/watched_folders.json b/qbittorrent/qBittorrent/watched_folders.json new file mode 100644 index 0000000..2c63c08 --- /dev/null +++ b/qbittorrent/qBittorrent/watched_folders.json @@ -0,0 +1,2 @@ +{ +}