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

Set password and now can't get past password window #147

Open
TheBig-O opened this issue Aug 21, 2024 · 1 comment
Open

Set password and now can't get past password window #147

TheBig-O opened this issue Aug 21, 2024 · 1 comment

Comments

@TheBig-O
Copy link

TheBig-O commented Aug 21, 2024

The basic authentication seems sporadic. I set a password in the config files based on the instructions shown in the file. Once I restart the container, the password works for a few minutes but reverts to asking for the password. No matter how many times I put in the password, it keeps asking.
Also, it seems to be any time I filter to a specfic tag.
Is this like a configuration error or is it a glitch in the authenticaiton?
I'm using Docker and have the app proxied through NGINX Proxy Manager. Everything works great if I take out the password.
Thanks for the help.

This is my authentication portion of the config:

auth:
    public:
      filter: 'tag:Erbil not tag:private not tag:Allentown' # Database filter for non authenticated users and non whitelisted IPs
    users:
      - username: 'TheBigO'
        password: 'SuperSecretHashedPassword' # password
        filter: '' # no database filter for admin user      
@xemle
Copy link
Owner

xemle commented Aug 21, 2024

Hi @TheBig-O

Thank you for reporting the issue. It is quite hard to identify the issue from remote. My best guess is that the authorization header is not send by the browser. You can check the network request of your browser to verify that or check the logs of the gallery.

If that does not provide some insides please post your gallery logs here

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

2 participants