Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change the admin username #6

Open
Quarkex opened this issue Feb 20, 2020 · 3 comments
Open

Can't change the admin username #6

Quarkex opened this issue Feb 20, 2020 · 3 comments
Assignees

Comments

@Quarkex
Copy link

Quarkex commented Feb 20, 2020

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 outputs root inside the container, and therefore the admin user never change.

@infiniteproject infiniteproject self-assigned this Apr 18, 2020
@infiniteproject
Copy link
Owner

tested:

docker run -e ICECAST_SOURCE_PASSWORD=’test’ -e ICECAST_ADMIN_PASSWORD=’test’ -e ICECAST_ADMIN_USERNAME=’test’ -p 8000:8000 -d infiniteproject/icecast

checked /etc/icecast.xml

   <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.

@infiniteproject
Copy link
Owner

checked also without ' quotes:

   <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>

@nicolassrod
Copy link

I have the same problem
to broadcast I have to put the Admin User Name to an empty string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants