-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] Basic Auth not Working #1063
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
Hello,
Now I got this little arrow on the top right corner to login. Here is the only one post mentionning it that I found: https://www.reddit.com/r/selfhosted/comments/t9gqgb/trying_to_setup_dashy_but_cant_get_authentication/
|
I am also having this problem. I have an admin user set up but upon going to the dashboard it goes straight into guest mode without any way to log on. I tried adding Without being able to logon as admin, I am not able to persist any config changes to disk. |
I have the same problem with authentication not working with the 2.1.1 version |
I "solved" the issue by following the comment here with a combination of |
I was having the same issue and this solution solved the login icon never showing, but when I sign in as an admin it says "Some configuration features have been disabled by your administrator" in the configuration options.
|
+1+1 |
Same to me. |
It does work, but for the initial setup, you have to manually edit the config file with nano/vi/etc. and rebuild from the command line. After that, it works. This is not clearly indicated, and it should be. |
Hi, what do you mean with "rebuild from the command line" @Aerowinder ? Thanks in advance |
|
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days. |
This issue was automatically closed because it has been stalled for over 6 weeks with no activity. |
This is still an open issue. Does not work even after adding enableGuestAccess: true and disableConfigurationForNonAdmin: true parameters. I have tried it in the incognito mode browser too, to ensure its not a caching issue. Any advice is appreciated. appConfig: |
For the same, still not working, fresh install, it just keeps getting on the homescreen page without a login page. (I have set Guest mode off), I get (when I add some users) a notif "some settings are...." but I cannot get a login screen... |
I've not been able to recreate this. At least with the latest version, following the Authentication Guide seems to work fine for me. Let me know if still an issue |
Just set the auth up today - I do not receive an auth at all. v. 2.1.1 |
I'm having the same issue. |
See #1290 (comment) for a full explanation/semi solution For notifications: |
I also tried every step in the authentication guide but always get "Authentication is not enabled, or no users have been configured"... switched to caddy authentication now... |
Environment
Self-Hosted (Docker)
System
No response
Version
2.1.1
Describe the problem
enable built-in Basic Auth in conf.yml. but it is not working,
Additional info
appConfig:
theme: colorful
layout: auto
iconSize: medium
language: en
auth:
users:
- user: itadmin
hash: XXXXXXXXXXXXXXXXXXXXXXXXXX
type: admin
pageInfo:
title: Home Lab
description: Welcome to your Home Lab!
navLinks:
- title: GitHub
path: https://github.com/Lissy93/dashy
- title: Documentation
path: https://dashy.to/docs
footerText: ''
sections:
icon: fas fa-server
items:
description: Search
url: https://google.com
Please tick the boxes
The text was updated successfully, but these errors were encountered: