Skip to content

Commit

Permalink
Adding flaresolverr to support Jackett to patch branch 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
catchsudheera committed Feb 11, 2022
1 parent 4d4acaf commit 820ed24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_upgrade_1.0.1.txt → README_upgrade_1.0.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ On the raspberry pi

On your Laptop/PC

1. Download the patch release : https://github.com/catchsudheera/media-server-ansible/archive/refs/tags/1.0.1.zip
1. Download the patch release : https://github.com/catchsudheera/media-server-ansible/archive/refs/tags/1.0.2.zip
2. Make sure content of following files are correct. (Use previously used files) :
ansible-playbook/inventories/default/group_vars/all.yml
ansible-playbook/inventories/default/hosts.ini
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@ services:
retries: 10
start_period: 2m
restart: always
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr
networks:
- media_server_network
container_name: flaresolverr
ports:
- 8191:8191
healthcheck:
test: ["CMD-SHELL", "wget --spider http://localhost:8191 || exit 1"]
interval: 2m
timeout: 30s
retries: 10
start_period: 2m
restart: always
{% filter indent(width=2) %}
{% if add_vpn_container == true %}
{% include 'docker-compose-fragment-vpn.yml.j2' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"CacheEnabled": true,
"CacheTtl": 2100,
"CacheMaxResultsPerIndexer": 1000,
"FlareSolverrUrl": null,
"FlareSolverrUrl": "http://flaresolverr:8191",
"OmdbApiKey": null,
"OmdbApiUrl": null,
"ProxyType": 0,
Expand Down

0 comments on commit 820ed24

Please sign in to comment.