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
timeout: 10s
retries: 3

View File

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

View File

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

View File

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

View File

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

View File

@@ -5,7 +5,7 @@
<EnableSsl>False</EnableSsl>
<LaunchBrowser>True</LaunchBrowser>
<ApiKey>6036de33973545429bc3c8a9aa825071</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<AuthenticationMethod>External</AuthenticationMethod>
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired>
<Branch>master</Branch>
<LogLevel>debug</LogLevel>

View File

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

View File

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