neoloc/arr_params #78

Merged
unkinben merged 3 commits from neoloc/arr_params into develop 2024-06-27 23:22:22 +10:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit b6a77afc7b - Show all commits

View File

@ -13,6 +13,8 @@ radarr::params::archive_version: 5.7.0
radarr::params::archive_name: Radarr.master.linux-core-x64.tar.gz
radarr::params::service_enable: true
radarr::params::service_name: radarr
radarr::params::port: 8000
# additional altnames
profiles::pki::vault::alt_names:
@ -28,7 +30,7 @@ profiles::nginx::simpleproxy::nginx_aliases:
- radarr.service.consul
- radarr.query.consul
- "radarr.service.%{facts.country}-%{facts.region}.consul"
profiles::nginx::simpleproxy::proxy_port: 7878
profiles::nginx::simpleproxy::proxy_port: 8000
profiles::nginx::simpleproxy::proxy_host: 127.0.0.1
profiles::nginx::simpleproxy::proxy_path: '/'

View File

@ -13,6 +13,7 @@ sonarr::params::archive_version: 4.0.5
sonarr::params::archive_name: Sonarr.main.linux-x64.tar.gz
sonarr::params::service_enable: true
sonarr::params::service_name: sonarr
sonarr::params::port: 8000
# additional altnames
profiles::pki::vault::alt_names:
@ -28,7 +29,7 @@ profiles::nginx::simpleproxy::nginx_aliases:
- sonarr.service.consul
- sonarr.query.consul
- "sonarr.service.%{facts.country}-%{facts.region}.consul"
profiles::nginx::simpleproxy::proxy_port: 8989
profiles::nginx::simpleproxy::proxy_port: 8000
profiles::nginx::simpleproxy::proxy_host: 127.0.0.1
profiles::nginx::simpleproxy::proxy_path: '/'