-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[QUESTION] Stop redirect to login page while guest mode is on #1176
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
This issue has gone 3 months 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. |
I'm actually unable to re-create this, if it's still an issue, let me know below and I'll re-open. In the meantime, this config works on the latest verion: auth:
enableGuestAccess: true
users:
- user: alicia
hash: 4D1E58C90B3B94BCAD9848ECCACD6D2A8C9FBC5CA913304BBA5CDEAB36FEEFA3
type: admin
- user: bob
hash: 5E884898DA28047151D0E56F8DC6292773603D0D6AABBDD62A11EF721D1542D8 |
Question
Hey! Absoltue AWESOME product, first off!
I was curious on the correct way to stop the /login page redirect when authentication is on with guest mode also enabled. Essentially I'm trying to make it where everyone proceeds as a guest and if changes are needed to be made, we can click the login button up top by the edit tools. Trying to save users a click when they visit the website. I messed around in the router.js but ended up breaking the application. Currently using the docker image for this.
Any help would be appreciated! Thank you! New to web servers, so if I sound ignorant, I most likely am.
Category
Configuration
Please tick the boxes
The text was updated successfully, but these errors were encountered: