1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

"azuracast_port_range_prefix: 12" in default_vars.yml

This commit is contained in:
A Holt 2022-09-06 12:18:47 -04:00 committed by GitHub
parent 1ddfab2edd
commit 6777e52d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,11 +381,11 @@ azuracast_enabled: False # This var is currently IGNORED
azuracast_http_port: 12080
azuracast_https_port: 12443
#
# AzuraCast 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.
# e.g. setting the below variable to 10 will result in port ranges 10000-10100
# AzuraCast needs many ports in the 8000:8496 range by default, but IIAB
# services conflict, so this variable below sets a sane prefix.
# e.g. setting the below variable to 12 will result in port ranges 12000-12499
# being reserved for AzuraCast:
azuracast_port_range_prefix: 10
azuracast_port_range_prefix: 12
# UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056
#dokuwiki_install: False