diff --git a/host_vars/qnap.yml b/host_vars/qnap.yml index 533687b..28c01a7 100644 --- a/host_vars/qnap.yml +++ b/host_vars/qnap.yml @@ -64,7 +64,7 @@ portainer_roles: # - role: portainer_diun # - role: portainer_dashdot # - role: portainer_glances -# - role: portainer_arr + - role: portainer_arr # - role: portainer_pihole - role: portainer_nginx_proxy_manager # - role: portainer_minio diff --git a/roles/portainer_arr/defaults/main.yml b/roles/portainer_arr/defaults/main.yml index 98f4063..674d9d3 100644 --- a/roles/portainer_arr/defaults/main.yml +++ b/roles/portainer_arr/defaults/main.yml @@ -1,7 +1,7 @@ --- arr_portainer_stack_name: vpn-stack arr_vpn_image: "ghcr.io/tprasadtp/protonwire" -arr_vpn_tag: "7.2.0" +arr_vpn_tag: "7.2.5" # Qbittorrent qbittorrent_image: lscr.io/linuxserver/qbittorrent diff --git a/roles/portainer_arr/tasks/main.yml b/roles/portainer_arr/tasks/main.yml index 88496c4..7f3761b 100644 --- a/roles/portainer_arr/tasks/main.yml +++ b/roles/portainer_arr/tasks/main.yml @@ -31,11 +31,12 @@ # Quote this value as server name can contain '#'. PROTONVPN_SERVER: "{{ vpn.protonvpn_server }}" # Set this to 1 to show debug logs for issue forms. - DEBUG: "1" + DEBUG: "0" # Set this to 0 to disable kill-switch. KILL_SWITCH: "0" # follow instructions here https://github.com/tprasadtp/protonvpn-docker WIREGUARD_PRIVATE_KEY: "{{ vpn.wireguard_private_key }}" + SKIP_DNS_CONFIG: "1" LAN_NETWORK: "{{ vpn.lan_network }}" cap_add: - NET_ADMIN @@ -62,9 +63,6 @@ - "{{ jackett_exposed_port }}:9117" # lidarr - "{{ lidarr_exposed_port }}:8686" - dns: - - 1.1.1.1 - - 8.8.8.8 qbittorrent: labels: "{{ backup_labels}}"