Skip to content

.htaccess auth failed #24

@OliverTempel

Description

@OliverTempel

I run the following code:
docker run -it -d \ -p 4080:8080 \ -p 53:53 \ -p 53:53/udp \ -v /opt/ddns/bind:/var/cache/bind \ -v /opt/ddns/database:/root/database \ -e DDNS_ADMIN_LOGIN='******:$$apr1$$evkvf9PG$$q6yyhxZvWdtPN5Vmg1Mne/'\ -e DDNS_DOMAINS=dyndns.*****.de \ -e DDNS_PARENT_NS=dns1.*****.de \ -e DDNS_ALLOW_WILDCARD=true \ -e TZ=Europe/Berlin \ -e VIRTUAL_HOST=dyndns.olivertempel.de \ -e LETSENCRYPT_HOST=dyndns.olivertempel.de \ -e [email protected] \ -e DDNS_DEFAULT_TTL=3600 \ --network="proxy" \ --name=dyndns \ bbaerthlein/docker-ddns-server:latest

username and password where generated with:
echo $(htpasswd -nb user password) | sed -e s/\$/\$\$/g

If i want to login, it says authentication failed.

Whats Wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions