2022-06-09 17:21:29 +02:00
|
|
|
general:
|
|
|
|
public_url: http://localhost:8080
|
|
|
|
api_key: some_secret_api_key
|
2023-03-22 10:14:11 +01:00
|
|
|
secret_key: some_secret_key
|
2022-06-09 17:21:29 +02:00
|
|
|
|
|
|
|
database:
|
|
|
|
host: postgres
|
|
|
|
|
|
|
|
rabbitmq:
|
|
|
|
host: rabbitmq
|
|
|
|
|
|
|
|
playout:
|
|
|
|
liquidsoap_host: liquidsoap
|
|
|
|
|
|
|
|
liquidsoap:
|
|
|
|
server_listen_address: 0.0.0.0
|
|
|
|
|
2023-03-30 20:39:02 +02:00
|
|
|
harbor_ssl_certificate: /certs/fake.crt
|
|
|
|
harbor_ssl_private_key: /certs/fake.key
|
|
|
|
|
2022-06-09 17:21:29 +02:00
|
|
|
stream:
|
2023-03-30 20:39:02 +02:00
|
|
|
inputs:
|
|
|
|
main:
|
|
|
|
public_url: https://localhost:8001/main
|
|
|
|
mount: main
|
|
|
|
port: 8001
|
|
|
|
secure: true
|
|
|
|
|
2022-06-09 17:21:29 +02:00
|
|
|
outputs:
|
|
|
|
.default_icecast_output: &default_icecast_output
|
|
|
|
host: icecast
|
|
|
|
port: 8000
|
|
|
|
source_password: hackme
|
|
|
|
admin_password: hackme
|
|
|
|
name: LibreTime!
|
|
|
|
description: LibreTime Radio!
|
|
|
|
website: https://libretime.org
|
|
|
|
genre: various
|
|
|
|
|
|
|
|
icecast:
|
|
|
|
- <<: *default_icecast_output
|
|
|
|
enabled: true
|
2023-02-20 15:37:41 +01:00
|
|
|
mount: main.ogg
|
2023-04-11 19:30:46 +02:00
|
|
|
public_url: https://localhost:8443/main.ogg
|
2022-06-09 17:21:29 +02:00
|
|
|
audio:
|
|
|
|
format: ogg
|
|
|
|
bitrate: 256
|
2023-02-20 15:37:41 +01:00
|
|
|
|
2023-02-25 14:58:38 +01:00
|
|
|
- <<: *default_icecast_output
|
|
|
|
enabled: true
|
|
|
|
mount: main.opus
|
2023-04-11 19:30:46 +02:00
|
|
|
public_url: https://localhost:8443/main.opus
|
2023-02-25 14:58:38 +01:00
|
|
|
audio:
|
|
|
|
format: opus
|
|
|
|
bitrate: 256
|
|
|
|
|
2023-02-20 15:37:41 +01:00
|
|
|
- <<: *default_icecast_output
|
|
|
|
enabled: true
|
|
|
|
mount: main.mp3
|
2023-04-11 19:30:46 +02:00
|
|
|
public_url: https://localhost:8443/main.mp3
|
2023-02-20 15:37:41 +01:00
|
|
|
audio:
|
|
|
|
format: mp3
|
|
|
|
bitrate: 256
|
2023-02-26 19:39:10 +01:00
|
|
|
|
|
|
|
system:
|
|
|
|
- enabled: false
|
|
|
|
kind: pulseaudio
|