tune arr stack and lint yamls
This commit is contained in:
@@ -30,4 +30,3 @@ services:
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ services:
|
||||
- LOCAL_NETWORK=192.168.2.0/24
|
||||
- HTTPPROXY=on
|
||||
ports:
|
||||
- "18888:8888/tcp" # HTTP proxy
|
||||
- "9091:9091/tcp" # Transmission Web UI
|
||||
- "9092:9092/tcp" # Transmission optional RPC port
|
||||
- "6881:6881/tcp" # BitTorrent TCP
|
||||
- "6881:6881/udp" # BitTorrent UDP
|
||||
- "18888:8888/tcp" # HTTP proxy
|
||||
- "9091:9091/tcp" # Transmission Web UI
|
||||
- "9092:9092/tcp" # Transmission optional RPC port
|
||||
- "6881:6881/tcp" # BitTorrent TCP
|
||||
- "6881:6881/udp" # BitTorrent UDP
|
||||
|
||||
@@ -16,3 +16,5 @@ services:
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
extra_hosts:
|
||||
- "flaresolverr:${HOST_IP}"
|
||||
|
||||
@@ -12,6 +12,7 @@ services:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- "flaresolverr:${HOST_IP}"
|
||||
- "transmission:${HOST_IP}"
|
||||
- "qbittorrent:${HOST_IP}"
|
||||
- "jackett:${HOST_IP}"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user