Skip to content

Commit

Permalink
added flaresolverr
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 31, 2024
1 parent a315b95 commit 86d9187
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ Compositions:
<td align='center'>
<code><sub>2.6.8</sub></code>
<br>
<code><sub>v3.3.13</sub></code>
<br>
<code><sub>0.21.1585</sub></code>
</td>
<td align='center'>
Expand All @@ -316,6 +318,13 @@ Compositions:
<td align='center'>
:heavy_check_mark:
</td>
<td align='center'>
:heavy_check_mark:
<br>
:heavy_multiplication_x:
<br>
:heavy_check_mark:
</td>
<td align='center'>
:heavy_check_mark:
</td>
Expand All @@ -329,6 +338,8 @@ Compositions:
:heavy_check_mark:
<br>
:heavy_multiplication_x:
<br>
:heavy_multiplication_x:
</td>
</tr>
<tr>
Expand Down
17 changes: 17 additions & 0 deletions indexarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ services:
PROXY_USERNAME: 'user'
PROXY_PASSWORD: 'pass'

solvarr:
image: flaresolverr/flaresolverr:v3.3.13
restart: unless-stopped

security_opt:
- no-new-privileges:true

depends_on:
- openvpn

network_mode: service:openvpn

environment:
DOCKER_UID: ${USER_ID:?}
TZ: ${TZ:?}

jackett:
image: padhihomelab/jackett:0.21.1585
restart: unless-stopped
Expand All @@ -35,6 +51,7 @@ services:

depends_on:
- openvpn
- solvarr

network_mode: service:openvpn
volumes:
Expand Down
1 change: 1 addition & 0 deletions indexarr/extra/jackett/config/ServerConfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"AllowExternal": true,
"BasePathOverride": "/${JACKETT_BASE_PATH}/",
"BlackholeDir": "/downloads",
"FlareSolverrUrl": "http://localhost:8191",
"UpdateDisabled": true,
"UpdatePrerelease": false
}

0 comments on commit 86d9187

Please sign in to comment.