You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<authentication>
<!-- Sources log in with username 'source' -->
<source-password>’test’</source-password>
<!-- Relays log in with username 'relay' -->
<relay-password>hackme</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>’test’</admin-user>
<admin-password>’test’</admin-password>
</authentication>
please provide more information about your environment.
<authentication>
<!-- Sources log in with username 'source' -->
<source-password>hackme</source-password>
<!-- Relays log in with username 'relay' -->
<relay-password>hackme</relay-password>
<!-- Admin logs in with the username given below -->
<admin-user>test</admin-user>
<admin-password>test</admin-password>
</authentication>
I tried this image with:
docker run -e ICECAST_SOURCE_PASSWORD=’password’ -e ICECAST_ADMIN_PASSWORD=’password’ -e ICECAST_ADMIN_USERNAME=’admin’ -p 8000:8000 -d infiniteproject/icecast
For some reason the variable
$ICECAST_ADMIN_USERNAME
outputsroot
inside the container, and therefore the admin user never change.The text was updated successfully, but these errors were encountered: