Open stiv-yakovenko opened 4 years ago
Hi! I tried to enter the standard login password, generated my own, but I can not enter. Where else can I look to solve the login problem?
There is no standard login password. You have to generate one, as outlined at https://github.com/boramalper/magnetico/blob/master/cmd/magneticow/README.md#setting-password-protection.
There is no standard login password. You have to generate one, as outlined at https://github.com/boramalper/magnetico/blob/master/cmd/magneticow/README.md#setting-password-protection.
I create as stated on the page, for example htpasswd -bnBC 12 "admin" "admin"
, -> admin:$2y$12$IIk0U49hbC2fuIfH/2B72.5nr/GW6h4vOckVYlZ1l9mJ7ACqDRbSi
past string in file "credentials",
rebuilding the container, try to auth, but I can't log in.
what am I doing wrong?
I am also having this issue, using docker and the htpasswd command exactly as above. Magenticow container will not start without a credentials file.
anyone got a solution to this? Just hit the same problem.
Edit: I'm runnning this behind my own reverse proxy with auth so I just wanted to run magneticow without auth - the solution for this is adding command: --no-auth
to the docker compose file.
https://github.com/boramalper/magnetico/blob/master/cmd/magneticow/README.md#setting-password-protection
If you haven't set this and you're using magneticow with docker, try typing "username" and "password".