tune arr stack and lint yamls

This commit is contained in:
2026-02-15 19:53:44 +01:00
parent a130abc2c6
commit a4dd2f9f09
9 changed files with 33 additions and 22 deletions

View File

@@ -30,4 +30,3 @@ services:
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3

View File

@@ -14,8 +14,8 @@ services:
- LOCAL_NETWORK=192.168.2.0/24 - LOCAL_NETWORK=192.168.2.0/24
- HTTPPROXY=on - HTTPPROXY=on
ports: ports:
- "18888:8888/tcp" # HTTP proxy - "18888:8888/tcp" # HTTP proxy
- "9091:9091/tcp" # Transmission Web UI - "9091:9091/tcp" # Transmission Web UI
- "9092:9092/tcp" # Transmission optional RPC port - "9092:9092/tcp" # Transmission optional RPC port
- "6881:6881/tcp" # BitTorrent TCP - "6881:6881/tcp" # BitTorrent TCP
- "6881:6881/udp" # BitTorrent UDP - "6881:6881/udp" # BitTorrent UDP

View File

@@ -16,3 +16,5 @@ services:
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
extra_hosts:
- "flaresolverr:${HOST_IP}"

View File

@@ -12,6 +12,7 @@ services:
- 9696:9696 - 9696:9696
restart: unless-stopped restart: unless-stopped
extra_hosts: extra_hosts:
- "flaresolverr:${HOST_IP}"
- "transmission:${HOST_IP}" - "transmission:${HOST_IP}"
- "qbittorrent:${HOST_IP}" - "qbittorrent:${HOST_IP}"
- "jackett:${HOST_IP}" - "jackett:${HOST_IP}"

View File

@@ -15,7 +15,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /opt/readarr:/config - /opt/readarr:/config
- /mnt/yotta/neon/Books/Epub:/books - /mnt/yotta/neon/Books/Epub/Readarr:/books
- /media/scratch/transmission:/downloads/transmission - /media/scratch/transmission:/downloads/transmission
- /media/scratch/qbittorrent:/downloads/qbittorrent - /media/scratch/qbittorrent:/downloads/qbittorrent
healthcheck: healthcheck:

View File

@@ -1,19 +1,27 @@
{ {
"Port": 9117, "Port": 9117,
"LocalBindAddress": "127.0.0.1",
"AllowExternal": true, "AllowExternal": true,
"AllowCORS": false,
"APIKey": "cc1eac86f34wlv41uwm4j70iyboa0efa", "APIKey": "cc1eac86f34wlv41uwm4j70iyboa0efa",
"AdminPassword": null, "AdminPassword": null,
"InstanceId": "pi4bntoo6pb21u1v2dezirlddp0x32qvdjrj7lugf7m7g23k3tb3x2ketq9vv2hp", "InstanceId": "pi4bntoo6pb21u1v2dezirlddp0x32qvdjrj7lugf7m7g23k3tb3x2ketq9vv2hp",
"BlackholeDir": null, "BlackholeDir": "",
"UpdateDisabled": false, "UpdateDisabled": false,
"UpdatePrerelease": false, "UpdatePrerelease": false,
"BasePathOverride": null, "BasePathOverride": "",
"OmdbApiKey": null, "BaseUrlOverride": "",
"OmdbApiUrl": null, "CacheEnabled": true,
"ProxyUrl": null, "CacheTtl": 2100,
"ProxyType": 0, "CacheMaxResultsPerIndexer": 1000,
"FlareSolverrUrl": "http://flaresolverr:8191",
"FlareSolverrMaxTimeout": 55000,
"OmdbApiKey": "ca7e2ef5",
"OmdbApiUrl": "http://www.omdbapi.com",
"ProxyType": -1,
"ProxyUrl": "",
"ProxyPort": null, "ProxyPort": null,
"ProxyUsername": null, "ProxyUsername": "",
"ProxyPassword": null, "ProxyPassword": "",
"ProxyIsAnonymous": true "ProxyIsAnonymous": true
} }

View File

@@ -5,7 +5,7 @@
<EnableSsl>False</EnableSsl> <EnableSsl>False</EnableSsl>
<LaunchBrowser>True</LaunchBrowser> <LaunchBrowser>True</LaunchBrowser>
<ApiKey>6036de33973545429bc3c8a9aa825071</ApiKey> <ApiKey>6036de33973545429bc3c8a9aa825071</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod> <AuthenticationMethod>External</AuthenticationMethod>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired> <AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
<Branch>master</Branch> <Branch>master</Branch>
<LogLevel>debug</LogLevel> <LogLevel>debug</LogLevel>
@@ -15,4 +15,4 @@
<InstanceName>Prowlarr</InstanceName> <InstanceName>Prowlarr</InstanceName>
<UpdateMechanism>Docker</UpdateMechanism> <UpdateMechanism>Docker</UpdateMechanism>
<AnalyticsEnabled>False</AnalyticsEnabled> <AnalyticsEnabled>False</AnalyticsEnabled>
</Config> </Config>

View File

@@ -5,13 +5,14 @@
<EnableSsl>False</EnableSsl> <EnableSsl>False</EnableSsl>
<LaunchBrowser>True</LaunchBrowser> <LaunchBrowser>True</LaunchBrowser>
<ApiKey>df4a74f04a054220b1746d1be123aea3</ApiKey> <ApiKey>df4a74f04a054220b1746d1be123aea3</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod> <AuthenticationMethod>Basic</AuthenticationMethod>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired> <AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
<Branch>develop</Branch> <Branch>develop</Branch>
<LogLevel>debug</LogLevel> <LogLevel>info</LogLevel>
<SslCertPath></SslCertPath> <SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword> <SslCertPassword></SslCertPassword>
<UrlBase></UrlBase> <UrlBase></UrlBase>
<InstanceName>Readarr</InstanceName> <InstanceName>Readarr</InstanceName>
<UpdateMechanism>Docker</UpdateMechanism> <UpdateMechanism>Docker</UpdateMechanism>
<AnalyticsEnabled>False</AnalyticsEnabled>
</Config> </Config>

View File

@@ -6,7 +6,7 @@
<SslPort>9898</SslPort> <SslPort>9898</SslPort>
<EnableSsl>False</EnableSsl> <EnableSsl>False</EnableSsl>
<ApiKey>4db8ed679d0a4c66839de3dcf634f12f</ApiKey> <ApiKey>4db8ed679d0a4c66839de3dcf634f12f</ApiKey>
<AuthenticationMethod>External</AuthenticationMethod> <AuthenticationMethod>Basic</AuthenticationMethod>
<Branch>main</Branch> <Branch>main</Branch>
<LaunchBrowser>False</LaunchBrowser> <LaunchBrowser>False</LaunchBrowser>
<UpdateMechanism>Docker</UpdateMechanism> <UpdateMechanism>Docker</UpdateMechanism>
@@ -14,5 +14,5 @@
<InstanceName>Sonarr</InstanceName> <InstanceName>Sonarr</InstanceName>
<SslCertPath></SslCertPath> <SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword> <SslCertPassword></SslCertPassword>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired> <AuthenticationRequired>Enabled</AuthenticationRequired>
</Config> </Config>