From e9f05975fe0f898d7e6f5797a70d6f2dbed64a93 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 8 Sep 2022 10:35:36 +0200 Subject: [PATCH] fix(installer): move non reusable fields from default output - Make it explicit that you should not reuse those fields, as they should always be specified. - Add empty icecast output public_url field. --- installer/config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/installer/config.yml b/installer/config.yml index 447f76bef..a39d6def3 100644 --- a/installer/config.yml +++ b/installer/config.yml @@ -132,12 +132,8 @@ stream: .default_icecast_output: &default_icecast_output host: localhost port: 8000 - mount: main source_password: hackme admin_password: hackme - audio: - format: ogg - bitrate: 256 name: LibreTime! description: LibreTime Radio! website: https://libretime.org @@ -149,6 +145,11 @@ stream: # The default Icecast output stream - <<: *default_icecast_output enabled: true + public_url: + mount: main + audio: + format: ogg + bitrate: 256 # You can define extra outputs by reusing the default output using a yaml anchor - <<: *default_icecast_output