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

Merge pull request #3360 from holta/azuracast-stale-inline-docs

Update AzuraCast stale inline docs. Prepare to revise "azuracast_port_range_prefix: 10" (i.e. ports 10xxx for now, including blocked port 10080) as AzuraCast recommendations evolve.
This commit is contained in:
A Holt 2022-09-08 14:57:04 -04:00 committed by GitHub
commit d520a3a222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 27 deletions

View file

@ -1,15 +1,15 @@
# A full-featured online radio station suite.
# Works on Ubuntu 18.04, Debian 9, 10. Uses docker
# A full-featured online radio station suite. Uses Docker.
# README: https://github.com/iiab/iiab/tree/master/roles/azuracast#readme
# azuracast_install: False
# azuracast_enabled: False
# azuracast_enabled: False # This var is currently IGNORED
# azuracast_http_port: 10080
# azuracast_https_port: 10443
# 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 10 will result in port range 10000-10499
## being reserved for AzuraCast:
# azuracast_port_range_prefix: 10