Compare commits
No commits in common. "v1.2.0" and "v1.1.0" have entirely different histories.
@ -2,13 +2,6 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [1.2.0](https://git.laurivan.com/Dev/ansible-role-arrs/compare/v1.1.0...v1.2.0) (2024-01-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add FlareSolverr docker ([eded032](https://git.laurivan.com/Dev/ansible-role-arrs/commit/eded03224311a2cdc8c68dd2655d1bd42674faad))
|
||||
|
||||
## [1.1.0](https://git.laurivan.com/Dev/ansible-role-arrs/compare/v1.0.1...v1.1.0) (2024-01-26)
|
||||
|
||||
|
||||
|
@ -66,10 +66,3 @@ jackett_image_version: 'latest'
|
||||
jackett_auto_update: true
|
||||
jackett_host_port: 9117
|
||||
jackett_config_volume: '{{ arrs_configuration_volume }}/jackett'
|
||||
|
||||
# FlareSolverr
|
||||
flaresolverr_log_level: info
|
||||
flaresolverr_log_html: "false"
|
||||
flaresolverr_captcha_solver: none
|
||||
flaresolverr_timezone: 'Europe/Brussels'
|
||||
flaresolverr_host_port: 8191
|
||||
|
@ -57,7 +57,6 @@
|
||||
- "env.sonarr.conf"
|
||||
- "env.lidarr.conf"
|
||||
- "env.jackett.conf"
|
||||
- "env.flaresolverr.conf"
|
||||
tags:
|
||||
- configuration
|
||||
|
||||
|
@ -84,19 +84,7 @@ services:
|
||||
- {{ jackett_host_port }}:9117
|
||||
networks:
|
||||
- arrs
|
||||
|
||||
flaresolverr:
|
||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||
container_name: flaresolverr
|
||||
env_file:
|
||||
- "{{ arrs_setup_path }}/env.flaresolverr.conf"
|
||||
ports:
|
||||
- "{{ flaresolverr_host_port }}:8191"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- arrs
|
||||
{% endif %}
|
||||
|
||||
|
||||
networks:
|
||||
arrs: {}
|
||||
|
@ -1,4 +0,0 @@
|
||||
LOG_LEVEL={{ flaresolverr_log_level }}
|
||||
LOG_HTML={{ flaresolverr_log_html }}
|
||||
CAPTCHA_SOLVER={{ flaresolverr_captcha_solver }}
|
||||
TZ={{ flaresolverr_timezone }}
|
Loading…
Reference in New Issue
Block a user