# 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 # This var is currently IGNORED # azuracast_http_port: 12080 # azuracast_https_port: 12443 ## 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 range 12000-12499 ## being reserved for AzuraCast: # azuracast_port_range_prefix: 12 # 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! docker_sh_url: https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh docker_compose_url: https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker-compose.sample.yml docker_container_dir: /library/docker azuracast_host_dir: /opt/azuracast