mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
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:
parent
f004598a1c
commit
65485e1c47
1 changed files with 4 additions and 0 deletions
|
|
@ -222,6 +222,10 @@ in {
|
|||
grafana = {
|
||||
enable = true;
|
||||
settings = {
|
||||
auth = {
|
||||
disable_login_form = true;
|
||||
oauth_auto_login = true;
|
||||
};
|
||||
server = {
|
||||
domain = "monitoring.${home_domain}";
|
||||
http_addr = "0.0.0.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue