Hi,
sorry for my poor english…
I’m using grafana as weather dashboard.
It’s running on raspberry pi, the grafana version is 7.3.0.
I’ve the problem that I’m getting a logout after x hours (days). I’m unsure if it gone after a fixed time.
My grafana.ini is this (shortened):
[session]
Either “memory”, “file”, “redis”, “mysql”, “postgres”, default is “file”
;provider = file
;provider_config = sessions
Session cookie name
;cookie_name = grafana_sess
If you use session in https only, default is false
;cookie_secure = false
Session life time, default is 86400
session_life_time = 31563000
#################################### Security ####################################
[security]
used for signing
;secret_key = xxxxxxx
Auto-login remember days
login_remember_days = 3650
;cookie_username = grafana_user
;cookie_remember_name = grafana_remember
[auth]
;disable_login_form = true
;disable_signout_menu = true
token_rotation_interval_minutes = 525600
login_maximum_lifetime_days = 365
#################################### Anonymous Auth ##########################
[auth.anonymous]
enable anonymous access
enabled = false
;enabled = true
specify organization name that should be used for unauthenticated users
;org_name = Main Org.
org_name = oooooo
specify role for unauthenticated users
org_role = Viewer
#################################### Basic Auth ##########################
[auth.basic]
;enabled = true
;enabled = false
I know that the options were changed over the time. But I’m unable to get a uninterupted session w/o automatic logout.
Any recommandations for me?
Many thanks
Frank.