hosts/db-pg17: use localhost authentication for postgres
This commit is contained in:
@@ -49,51 +49,61 @@
|
||||
name = "gitea";
|
||||
username = "gitea";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/gitea".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "grafana";
|
||||
username = "grafana";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/grafana".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "immich";
|
||||
username = "immich";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/immich".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "linkwarden";
|
||||
username = "linkwarden";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/linkwarden".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "lubelogger";
|
||||
username = "lubelogger";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/lubelogger".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "mealie";
|
||||
username = "mealie";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/mealie".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "miniflux";
|
||||
username = "miniflux";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/miniflux".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "paperless";
|
||||
username = "paperless";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/paperless".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "peppermint";
|
||||
username = "peppermint";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/peppermint".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "vikunja";
|
||||
username = "vikunja";
|
||||
password = ''{credential file ${config.sops.secrets."postgres_databases/vikunja".path}}'';
|
||||
hostname = "127.0.0.1";
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user