arr: Add bazarr to stack

This commit is contained in:
Marty Oehme 2025-08-11 10:01:18 +02:00
parent 5d69d45b97
commit 30f068fd7a
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 20 additions and 0 deletions

View file

@ -9,6 +9,7 @@ arrstack_readarr_subdomain: "{{ arrstack_protocol }}readarr.{{ domain | default(
arrstack_prowlarr_subdomain: "{{ arrstack_protocol }}prowlarr.{{ domain | default('example.org') }}"
arrstack_beets_subdomain: "{{ arrstack_protocol }}beets.{{ domain | default('example.org') }}"
arrstack_tdarr_subdomain: "{{ arrstack_protocol }}tdarr.{{ domain | default('example.org') }}"
arrstack_bazarr_subdomain: "{{ arrstack_protocol }}bazarr.{{ domain | default('example.org') }}"
arrstack_sabnzbd_subdomain: "{{ arrstack_protocol }}usenet.{{ domain | default('example.org') }}"
arrstack_qbit_subdomain: "{{ arrstack_protocol }}torrent.{{ domain | default('example.org') }}"
arrstack_jellyseerr_subdomain: "{{ arrstack_protocol }}get.{{ domain | default('example.org') }}"