Add settings to Grafana after configuring Pocket ID in UI

In the UI, I setup the "OAuth" method of logging in, logged in, used my
local account to up my permissions to administrator, then added these
settings so that only my Pocket ID-based login was an option.
This commit is contained in:
Gene Liverman 2026-01-26 10:36:07 -05:00
parent f004598a1c
commit 65485e1c47
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY

View file

@ -222,6 +222,10 @@ in {
grafana = { grafana = {
enable = true; enable = true;
settings = { settings = {
auth = {
disable_login_form = true;
oauth_auto_login = true;
};
server = { server = {
domain = "monitoring.${home_domain}"; domain = "monitoring.${home_domain}";
http_addr = "0.0.0.0"; http_addr = "0.0.0.0";