Move Icecast password to secrets.liq, remove from tracked files

This commit is contained in:
Caine
2026-03-07 12:56:44 +00:00
parent 01682c62c2
commit c007b565ae
4 changed files with 7 additions and 75 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ output.icecast(
%mp3(bitrate=192),
host="localhost",
port=8910,
password="REDACTED",
password=icecast_password,
mount="/stream",
name="Radio Susan",
description="Personal radio station",