blob: ba5bd99fa923247c04049d5343327365d3ec26e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
icecast_base_path: /srv/icecast
# icecast_instances:
# example:
# image_version: 2021-04-23.1
# listeners:
# - port: 8000
# shoutcast_mountpoint: /stream
# - port: 8080
# source_password: quite-secret
# relay_password: quite-secret
# admin:
# username: admin
# password: very-secret
# ## optional
# hostname: stream.example.com
# location: Graz/Austria
# contact: icecast@example.com
# ## optional
# mountpoints:
# '/test.mp3':
# username: ## optional
# password: secret
# max_listeners: ## optional
|