mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Properly handle azuracast ports
This commit is contained in:
parent
77bbfa381b
commit
a11c91c859
5 changed files with 45 additions and 9 deletions
|
@ -4,18 +4,18 @@
|
|||
# azuracast_install: False
|
||||
# azuracast_enabled: False
|
||||
|
||||
# azuracast_http_port: 10080
|
||||
# azuracast_https_port: 10443
|
||||
|
||||
## Auracast needs many ports in the 8000:8100 range by default, but IIAB services
|
||||
## conflict with those ports so this variable below sets a sane prefix.
|
||||
## Eg: setting the below variable to 10 will result in port ranges 10000-10100
|
||||
## being reserved for azuracast
|
||||
# azuracast_port_range_prefix: 10
|
||||
|
||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
azuracast_http_port: 10080
|
||||
azuracast_https_port: 10443
|
||||
|
||||
# Auracast needs many ports in the 8000:8100 range by default, but IIAB services
|
||||
# conflict with those ports so this variable below sets a sane prefix.
|
||||
# Eg: setting the below variable to 10 will result in port ranges 10000-10100
|
||||
# being reserved for azuracast
|
||||
azuracast_port_range_prefix: 10
|
||||
|
||||
docker_sh_url: https://raw.githubusercontent.com/AzuraCast/AzuraCast/master/docker.sh
|
||||
docker_compose_url: https://raw.githubusercontent.com/AzuraCast/AzuraCast/master/docker-compose.sample.yml
|
||||
docker_container_dir: /library/docker
|
||||
|
|
|
@ -288,6 +288,15 @@ idmgr_enables: False
|
|||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
|
||||
azuracast_http_port: 10080
|
||||
azuracast_https_port: 10443
|
||||
|
||||
# Auracast needs many ports in the 8000:8100 range by default, but IIAB services
|
||||
# conflict with those ports so this variable below sets a sane prefix.
|
||||
# Eg: setting the below variable to 10 will result in port ranges 10000-10100
|
||||
# being reserved for azuracast
|
||||
azuracast_port_range_prefix: 10
|
||||
|
||||
dokuwiki_install: False
|
||||
dokuwiki_enabled: False
|
||||
|
||||
|
|
|
@ -181,6 +181,15 @@ iiab_usb_lib_show_all: True
|
|||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
|
||||
azuracast_http_port: 10080
|
||||
azuracast_https_port: 10443
|
||||
|
||||
# Auracast needs many ports in the 8000:8100 range by default, but IIAB services
|
||||
# conflict with those ports so this variable below sets a sane prefix.
|
||||
# Eg: setting the below variable to 10 will result in port ranges 10000-10100
|
||||
# being reserved for azuracast
|
||||
azuracast_port_range_prefix: 10
|
||||
|
||||
dokuwiki_install: True
|
||||
dokuwiki_enabled: True
|
||||
|
||||
|
|
|
@ -181,6 +181,15 @@ iiab_usb_lib_show_all: True
|
|||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
|
||||
azuracast_http_port: 10080
|
||||
azuracast_https_port: 10443
|
||||
|
||||
# Auracast needs many ports in the 8000:8100 range by default, but IIAB services
|
||||
# conflict with those ports so this variable below sets a sane prefix.
|
||||
# Eg: setting the below variable to 10 will result in port ranges 10000-10100
|
||||
# being reserved for azuracast
|
||||
azuracast_port_range_prefix: 10
|
||||
|
||||
dokuwiki_install: False
|
||||
dokuwiki_enabled: False
|
||||
|
||||
|
|
|
@ -181,6 +181,15 @@ iiab_usb_lib_show_all: True
|
|||
azuracast_install: False
|
||||
azuracast_enabled: False
|
||||
|
||||
azuracast_http_port: 10080
|
||||
azuracast_https_port: 10443
|
||||
|
||||
# Auracast needs many ports in the 8000:8100 range by default, but IIAB services
|
||||
# conflict with those ports so this variable below sets a sane prefix.
|
||||
# Eg: setting the below variable to 10 will result in port ranges 10000-10100
|
||||
# being reserved for azuracast
|
||||
azuracast_port_range_prefix: 10
|
||||
|
||||
dokuwiki_install: False
|
||||
dokuwiki_enabled: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue