H
Homarr7mo ago
kn0xster

public dashboard no password

Is this possible or do you need to set up authentication for all users to access the dashboard? I just wanted a generic dashboard that people don’t need to enter a password to access for example.
5 Replies
TheZombieKing1
TheZombieKing17mo ago
you can make a dashboard public
Solution
TheZombieKing1
TheZombieKing17mo ago
No description
kn0xster
kn0xster7mo ago
Just what I was looking for! Thanks! It was already set actually but when i try to access from another browser it automatically asks me to login... ok figured it out. so you need to put the full direct URL to that board. if you just put the base URL it asks for auth. How could you set it up to automatically redirect from the base URL to the public dashboard? Im running it in Docker so cant easily get to whatever web server its using.
explosive parrot
The default board is a per user setting so you can't set a board to be default from the base url. HOWEVER unauthed users default to the default board. (default.json). If you've already built the board you want, you can rename it to default.json in the configs folder for it to take over as default
kn0xster
kn0xster7mo ago
great thanks!