feat(deluge): add configuration to allow remote connection to deluge daemon

This commit is contained in:
NaeiKinDus 2025-04-13 00:00:00 +00:00
parent e12cd90d34
commit 95e483c2fb
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
4 changed files with 36 additions and 1 deletions

View file

@ -6,5 +6,7 @@ nginx_sites: "{{ vault_nginx_sites }}"
nginx_streams: "{{ vault_nginx_streams }}"
deluge_web_password: '{{ vault_deluge_web_password }}'
deluge_web_password_salt: '{{ vault_deluge_web_password_salt }}'
deluge_allow_remote_control: '{{ vault_deluge_allow_remote_control }}'
deluge_allowed_remotes: '{{ vault_deluge_allowed_remotes }}'
global_dns_udp_dns4: "{{ vault_global_dns_udp_dns4 }}"
global_dns_udp_dns6: "{{ vault_global_dns_udp_dns6 }}"