Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Opening http://localhost:8080 asks for password, which I don't know #248

Open
stiv-yakovenko opened this issue May 3, 2020 · 6 comments

Comments

@stiv-yakovenko
Copy link

No description provided.

@kescherCode
Copy link

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

@kknstv
Copy link

kknstv commented Oct 23, 2020

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?

@kescherCode
Copy link

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.

@kknstv
Copy link

kknstv commented Oct 23, 2020

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?

@notmayo
Copy link

notmayo commented Feb 14, 2021

I am also having this issue, using docker and the htpasswd command exactly as above. Magenticow container will not start without a credentials file.

@Froghut
Copy link

Froghut commented Jul 15, 2021

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.

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

No branches or pull requests

5 participants