From e95318bcada0feb1dcdd44773e690b2addc6de38 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 5 Jul 2025 12:23:26 +0300 Subject: added random password --- templates/icecast2/icecast.xml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/icecast2/icecast.xml.j2') diff --git a/templates/icecast2/icecast.xml.j2 b/templates/icecast2/icecast.xml.j2 index 4c665b7..ae50250 100644 --- a/templates/icecast2/icecast.xml.j2 +++ b/templates/icecast2/icecast.xml.j2 @@ -14,10 +14,10 @@ - + {{ random_password }} disabled admin - password + {{ random_password }} localhost -- cgit v1.2.3