I want to set up a pi with chromium in kiosk mode. But how do I get to the grafana dashboard?
If I just use the link with ingress as shown from inside grafana, I get a 401 access denied.
Can I use the long lived token from within chromium?
Or should I expose the grafana directly, and create a user/pass inside grafana to accomplish this, and how do I do that? If I try to create an invite and copy the link from it, replacing it with the port I expose, I’m just redirected to the login page of grafana.
You talk about ingress, so you must be using the add-on. You have to enable the network host (3000), and add this to the configuration:
plugins: []
env_vars:
- name: GF_AUTH_ANONYMOUS_ENABLED
value: 'true'
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
1 Like
Thankyou @francisp, it works fine for the access, now I just have to figure out how I get a specific collapsed dashboard to show up opened