suggestarr and bookshelf
This commit is contained in:
@@ -68,6 +68,7 @@ in
|
||||
"onlyoffice"
|
||||
"synapse"
|
||||
"sparkyfitness"
|
||||
"suggestarr"
|
||||
];
|
||||
ensureUsers = [
|
||||
{
|
||||
@@ -94,6 +95,10 @@ in
|
||||
name = "sparkyfitness";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "suggestarr";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
# pg_hba.conf — use lib.mkForce to replace the module defaults entirely.
|
||||
#
|
||||
@@ -116,6 +121,9 @@ in
|
||||
|
||||
# Podman container network — sparkyfitness server connects via host LAN IP
|
||||
host sparkyfitness sparkyfitness 10.88.0.0/16 scram-sha-256
|
||||
|
||||
# Podman container network — suggestarr server connects via host LAN IP
|
||||
host suggestarr suggestarr 10.88.0.0/16 scram-sha-256
|
||||
'';
|
||||
|
||||
# identMap — maps OS usernames to PostgreSQL usernames for peer auth.
|
||||
|
||||
Reference in New Issue
Block a user