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 ++-- templates/icecast2/ices-playlist.xml.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') 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 diff --git a/templates/icecast2/ices-playlist.xml.j2 b/templates/icecast2/ices-playlist.xml.j2 index ae9a6be..89fc4c9 100644 --- a/templates/icecast2/ices-playlist.xml.j2 +++ b/templates/icecast2/ices-playlist.xml.j2 @@ -27,7 +27,7 @@ localhost 8000 - password + {{ random_password }} /stream 0 60 -- cgit v1.2.3