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

[QUESTION] Stop redirect to login page while guest mode is on #1176

Closed
4 tasks done
Aerosyth opened this issue May 5, 2023 · 4 comments
Closed
4 tasks done

[QUESTION] Stop redirect to login page while guest mode is on #1176

Aerosyth opened this issue May 5, 2023 · 4 comments
Labels
🕸️ Inactive 🤷‍♂️ Question [ISSUE] Further information is requested

Comments

@Aerosyth
Copy link

Aerosyth commented May 5, 2023

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

@Aerosyth Aerosyth added the 🤷‍♂️ Question [ISSUE] Further information is requested label May 5, 2023
@liss-bot
Copy link
Collaborator

liss-bot commented May 5, 2023

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

@liss-bot
Copy link
Collaborator

liss-bot commented Aug 3, 2023

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.

@liss-bot liss-bot added the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Aug 3, 2023
@liss-bot
Copy link
Collaborator

liss-bot commented Aug 9, 2023

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

@liss-bot liss-bot closed this as completed Aug 9, 2023
@liss-bot liss-bot removed the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Aug 9, 2023
@Lissy93 Lissy93 reopened this Dec 31, 2023
@Lissy93
Copy link
Owner

Lissy93 commented Dec 31, 2023

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

@Lissy93 Lissy93 closed this as completed Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕸️ Inactive 🤷‍♂️ Question [ISSUE] Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants