tune arr stack and lint yamls
This commit is contained in:
@@ -30,4 +30,3 @@ services:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
|
|||||||
@@ -16,3 +16,5 @@ services:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
extra_hosts:
|
||||||
|
- "flaresolverr:${HOST_IP}"
|
||||||
|
|||||||
@@ -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}"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user