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:
commit
d520a3a222
6 changed files with 27 additions and 27 deletions
|
@ -1,15 +1,15 @@
|
||||||
# A full-featured online radio station suite.
|
# A full-featured online radio station suite. Uses Docker.
|
||||||
# Works on Ubuntu 18.04, Debian 9, 10. Uses docker
|
# README: https://github.com/iiab/iiab/tree/master/roles/azuracast#readme
|
||||||
|
|
||||||
# azuracast_install: False
|
# azuracast_install: False
|
||||||
# azuracast_enabled: False
|
# azuracast_enabled: False # This var is currently IGNORED
|
||||||
|
|
||||||
# azuracast_http_port: 10080
|
# azuracast_http_port: 12080
|
||||||
# azuracast_https_port: 10443
|
# azuracast_https_port: 12443
|
||||||
|
|
||||||
## AzuraCast needs many ports in the 8000:8100 range by default, but IIAB services
|
## AzuraCast needs many ports in the 8000:8496 range by default, but IIAB
|
||||||
## conflict with those ports so this variable below sets a sane prefix.
|
## services conflict, so this variable below sets a sane prefix.
|
||||||
## e.g. setting the below variable to 10 will result in port ranges 10000-10100
|
## e.g. setting the below variable to 10 will result in port range 10000-10499
|
||||||
## being reserved for AzuraCast:
|
## being reserved for AzuraCast:
|
||||||
# azuracast_port_range_prefix: 10
|
# azuracast_port_range_prefix: 10
|
||||||
|
|
||||||
|
|
|
@ -381,9 +381,9 @@ azuracast_enabled: False # This var is currently IGNORED
|
||||||
azuracast_http_port: 12080
|
azuracast_http_port: 12080
|
||||||
azuracast_https_port: 12443
|
azuracast_https_port: 12443
|
||||||
#
|
#
|
||||||
# AzuraCast needs many ports in the 8000:8100 range by default, but IIAB
|
# AzuraCast needs many ports in the 8000:8496 range by default, but IIAB
|
||||||
# services conflict with those ports so this variable below sets a sane prefix.
|
# services conflict, so this variable below sets a sane prefix.
|
||||||
# e.g. setting the below variable to 10 will result in port ranges 10000-10100
|
# e.g. setting the below variable to 10 will result in port range 10000-10499
|
||||||
# being reserved for AzuraCast:
|
# being reserved for AzuraCast:
|
||||||
azuracast_port_range_prefix: 10
|
azuracast_port_range_prefix: 10
|
||||||
|
|
||||||
|
|
|
@ -233,10 +233,6 @@ nodocs: False
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
|
||||||
azuracast_install: False
|
|
||||||
azuracast_enabled: False # This var is currently IGNORED.
|
|
||||||
|
|
||||||
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
||||||
gitea_install: True
|
gitea_install: True
|
||||||
gitea_enabled: True
|
gitea_enabled: True
|
||||||
|
@ -368,6 +364,10 @@ vnstat_enabled: True
|
||||||
|
|
||||||
# 9-LOCAL-ADDONS
|
# 9-LOCAL-ADDONS
|
||||||
|
|
||||||
|
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
||||||
|
azuracast_install: False
|
||||||
|
azuracast_enabled: False # This var is currently IGNORED.
|
||||||
|
|
||||||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||||
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
||||||
|
|
|
@ -233,10 +233,6 @@ nodocs: False
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
|
||||||
azuracast_install: False
|
|
||||||
azuracast_enabled: False # This var is currently IGNORED.
|
|
||||||
|
|
||||||
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
||||||
gitea_install: False
|
gitea_install: False
|
||||||
gitea_enabled: False
|
gitea_enabled: False
|
||||||
|
@ -368,6 +364,10 @@ vnstat_enabled: False
|
||||||
|
|
||||||
# 9-LOCAL-ADDONS
|
# 9-LOCAL-ADDONS
|
||||||
|
|
||||||
|
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
||||||
|
azuracast_install: False
|
||||||
|
azuracast_enabled: False # This var is currently IGNORED.
|
||||||
|
|
||||||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||||
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
||||||
|
|
|
@ -233,10 +233,6 @@ nodocs: False
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
|
||||||
azuracast_install: False
|
|
||||||
azuracast_enabled: False # This var is currently IGNORED.
|
|
||||||
|
|
||||||
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
||||||
gitea_install: False
|
gitea_install: False
|
||||||
gitea_enabled: False
|
gitea_enabled: False
|
||||||
|
@ -368,6 +364,10 @@ vnstat_enabled: False
|
||||||
|
|
||||||
# 9-LOCAL-ADDONS
|
# 9-LOCAL-ADDONS
|
||||||
|
|
||||||
|
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
||||||
|
azuracast_install: False
|
||||||
|
azuracast_enabled: False # This var is currently IGNORED.
|
||||||
|
|
||||||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||||
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
||||||
|
|
|
@ -233,10 +233,6 @@ nodocs: False
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
|
||||||
azuracast_install: False
|
|
||||||
azuracast_enabled: False # This var is currently IGNORED.
|
|
||||||
|
|
||||||
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
||||||
gitea_install: False
|
gitea_install: False
|
||||||
gitea_enabled: False
|
gitea_enabled: False
|
||||||
|
@ -368,6 +364,10 @@ vnstat_enabled: False
|
||||||
|
|
||||||
# 9-LOCAL-ADDONS
|
# 9-LOCAL-ADDONS
|
||||||
|
|
||||||
|
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
||||||
|
azuracast_install: False
|
||||||
|
azuracast_enabled: False # This var is currently IGNORED.
|
||||||
|
|
||||||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||||
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
# extensively later refined (PRs #1179, #1300, #1327, #2070).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue