summaryrefslogtreecommitdiff
path: root/radio.liq
diff options
context:
space:
mode:
authorCaine <caine@jihakuz.xyz>2026-03-07 12:56:44 +0000
committerCaine <caine@jihakuz.xyz>2026-03-07 12:56:44 +0000
commitc007b565ae302565ba47807964bdfc1d69722f9e (patch)
treec362727f3bfa67928f53416673bf4dde161559b2 /radio.liq
parent01682c62c2c9ea2f7f498544ee3aaa299c0c2423 (diff)
Move Icecast password to secrets.liq, remove from tracked files
Diffstat (limited to 'radio.liq')
-rwxr-xr-xradio.liq4
1 files changed, 3 insertions, 1 deletions
diff --git a/radio.liq b/radio.liq
index 0f5b826..470cc92 100755
--- a/radio.liq
+++ b/radio.liq
@@ -4,6 +4,8 @@
# Tracks, announcements, and jingles are all baked into playlist.m3u
# Liquidsoap just plays it sequentially.
+%include "secrets.liq"
+
set("log.file.path", "/var/lib/radio/radio.log")
set("log.level", 3)
set("server.telnet", true)
@@ -61,7 +63,7 @@ output.icecast(
%mp3(bitrate=192),
host="localhost",
port=8910,
- password="REDACTED",
+ password=icecast_password,
mount="/stream",
name="Radio Susan",
description="Personal radio station",