suggestarr and bookshelf

This commit is contained in:
mjallen18
2026-04-01 16:54:56 -05:00
parent e4daf12f39
commit 166123e8fe
5 changed files with 76 additions and 10 deletions

View File

@@ -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.