--- title: description: date: 2023-04-24 lang: zh-tw tags: - 樹莓派 - Linux - docker --- # Grafana儀表板:使用Authelia SSO ## grafana.ini ```ini= #################################### Auth Proxy ########################## [auth.proxy] enabled = true header_name = Remote-User header_property = username auto_sign_up = true sync_ttl = 60 whitelist = headers = Groups:Remote-Group headers_encoded = false enable_login_token = false ``` ## Ref * https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/auth-proxy/