postgres: add authelia
This commit is contained in:
parent
c170ecf7ac
commit
314170d267
1 changed files with 5 additions and 0 deletions
|
@ -40,12 +40,17 @@
|
|||
name = "grafana";
|
||||
ensurePermissions."DATABASE grafana" = "ALL PRIVILEGES";
|
||||
}
|
||||
{
|
||||
name = "authelia";
|
||||
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
"hedgedoc"
|
||||
"miniflux"
|
||||
"grafana"
|
||||
"authelia"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue