-
Notifications
You must be signed in to change notification settings - Fork 236
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
How to use a dashboard stored in sorl as default #125
Comments
Hi! You can load the dashboard from Solr and save it as Set as Browser Default from Save menu, but this will work per browser. |
Hi thx for your answer ! |
They are currently stored in banana-int core so symlink won't work. If you're using Banana on Node.js, I think it's possible to introduce a simple API to load the default dashboard from the file system instead of the browser. Looks like a nice feature! |
I watched the files where the default dash is loaded and how the solr-stored dash are loaded too (a solr request with stringify (grosso modo) ). |
Thanks for your suggestion @obiwan866 I will add this feature for the next release. |
I am also looking for an easy way to share dashboard urls with my consumers. is there a clear way to do this now? @athana - is there a way for me to ensure I can share this dashboard link to others if I have a static IP ? I tried and it seems the data does not show up for certain reason. perhaps due to cors or related issue, when used from a different machine on the network |
Hi all !
First congrats fo that great work.
I would like to use a dasboard stored with solr as default dashboard without copy the json inj the default.json.
Any clue wil be useful.
Thanks in advance.
The text was updated successfully, but these errors were encountered: