separate configs from compose files

This commit is contained in:
Christoph Califice
2025-12-07 12:30:14 -03:00
parent 295bcba288
commit b0b876869d
1458 changed files with 122 additions and 102596 deletions

View File

@@ -1,23 +0,0 @@
{
"books": {
"save_path": ""
},
"games": {
"save_path": ""
},
"movies": {
"save_path": ""
},
"music": {
"save_path": ""
},
"radarr": {
"save_path": ""
},
"tv": {
"save_path": ""
},
"xxx": {
"save_path": ""
}
}

View File

@@ -1,2 +0,0 @@
[Stats]
AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\tU\f\x82\x11\xd7\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0RV\x93qk\xdc)

View File

@@ -1,113 +0,0 @@
[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]
OnTorrentAdded\Enabled=false
OnTorrentAdded\Program=
enabled=false
program=
[BitTorrent]
Session\AddTorrentStopped=false
Session\AlternativeGlobalDLSpeedLimit=10000
Session\AlternativeGlobalUPSpeedLimit=0
Session\BandwidthSchedulerEnabled=true
Session\DHTEnabled=true
Session\DefaultSavePath=/data/torrents
Session\DisableAutoTMMByDefault=false
Session\ExcludedFileNames=
Session\GlobalDLSpeedLimit=0
Session\IgnoreSlowTorrentsForQueueing=true
Session\LSDEnabled=true
Session\MaxActiveCheckingTorrents=2
Session\MaxActiveDownloads=10
Session\MaxActiveTorrents=100
Session\MaxActiveUploads=20
Session\MaxConnections=-1
Session\MaxUploads=-1
Session\MaxUploadsPerTorrent=-1
Session\PeXEnabled=true
Session\Port=40848
Session\QueueingSystemEnabled=true
Session\SSL\Port=55040
Session\ShareLimitAction=Stop
Session\Tags=LastFiles, SceneTime
Session\TempPath=/downloads/incomplete/
Session\UseAlternativeGlobalSpeedLimit=true
[Core]
AutoDeleteAddedTorrentFile=Never
[LegalNotice]
Accepted=true
[Meta]
MigrationVersion=8
[Network]
PortForwardingEnabled=false
Proxy\HostnameLookupEnabled=false
Proxy\Profiles\BitTorrent=true
Proxy\Profiles\Misc=true
Proxy\Profiles\RSS=true
[Preferences]
Advanced\RecheckOnCompletion=false
Advanced\trackerPort=9000
Advanced\trackerPortForwarding=false
Connection\PortRangeMin=6881
Connection\ResolvePeerCountries=true
Connection\UPnP=false
Downloads\SavePath=/downloads/
Downloads\TempPath=/downloads/incomplete/
DynDNS\DomainName=aaaaaa.dyndns.org
DynDNS\Enabled=false
DynDNS\Password=
DynDNS\Service=DynDNS
DynDNS\Username=
General\Locale=en
MailNotification\email=
MailNotification\enabled=false
MailNotification\password=
MailNotification\req_auth=true
MailNotification\req_ssl=false
MailNotification\sender=qBittorrent_notification@example.com
MailNotification\smtp_server=smtp.changeme.com
MailNotification\username=
Scheduler\end_time=@Variant(\0\0\0\xf\x5%q\xa0)
Scheduler\start_time=@Variant(\0\0\0\xf\x1\xee\x62\x80)
WebUI\Address=*
WebUI\AlternativeUIEnabled=false
WebUI\AuthSubnetWhitelist=192.168.1.0/24
WebUI\AuthSubnetWhitelistEnabled=true
WebUI\BanDuration=3600
WebUI\CSRFProtection=true
WebUI\ClickjackingProtection=true
WebUI\CustomHTTPHeaders=
WebUI\CustomHTTPHeadersEnabled=false
WebUI\HTTPS\CertificatePath=
WebUI\HTTPS\Enabled=false
WebUI\HTTPS\KeyPath=
WebUI\HostHeaderValidation=true
WebUI\LocalHostAuth=true
WebUI\MaxAuthenticationFailCount=10
WebUI\Password_PBKDF2="@ByteArray(OUcpojCntLZHBzdhkSxH9A==:6SbAK9PPyaEU4We0xKGyOEG9ktK0c1zdZszzsvi5jMtrJR0WuwZut60cV8IEDukvNXofPjWrGCv12kQCCKS/JA==)"
WebUI\Port=8181
WebUI\ReverseProxySupportEnabled=true
WebUI\RootFolder=
WebUI\SecureCookie=true
WebUI\ServerDomains=*
WebUI\SessionTimeout=3600
WebUI\TrustedReverseProxiesList=qbittorrent.ccalifice.com
WebUI\UseUPnP=false
WebUI\Username=admin
[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})"

View File

@@ -1,2 +0,0 @@
{
}

View File

@@ -8,38 +8,10 @@ services:
- TZ=America/Sao_Paulo
- WEBUI_PORT=8181
volumes:
- ./config:/config
- /home/ccalifice/docker-data/qbittorrent/config:/config
- /mnt/servarr/data/torrents:/data/torrents
ports:
- "8181:8181"
- "40848:40848"
- "40848:40848/udp"
restart: unless-stopped
# qbit_manage:
# container_name: qbit_manage
# image: ghcr.io/stuffanthings/qbit_manage:latest
# volumes:
# - ./config:/config:rw
# - /mnt/user/data/torrents/:/data/torrents:rw
# - /mnt/hdd_1tb/data/torrents:/qbittorrent/:ro
# environment:
# - QBT_RUN=false
# - QBT_SCHEDULE=1440
# - QBT_CONFIG=config.yml
# - QBT_LOGFILE=activity.log
# - QBT_CROSS_SEED=false
# - QBT_RECHECK=false
# - QBT_CAT_UPDATE=false
# - QBT_TAG_UPDATE=false
# - QBT_REM_UNREGISTERED=false
# - QBT_REM_ORPHANED=false
# - QBT_TAG_TRACKER_ERROR=false
# - QBT_TAG_NOHARDLINKS=false
# - QBT_SHARE_LIMITS=false
# - QBT_SKIP_CLEANUP=false
# - QBT_DRY_RUN=false
# - QBT_LOG_LEVEL=INFO
# - QBT_DIVIDER==
# - QBT_WIDTH=100
# restart: on-failure:2