add wakapi

This commit is contained in:
2024-09-29 10:46:45 +05:30
parent eef2a71a66
commit a627ab558f
4 changed files with 62 additions and 2 deletions

View File

@ -9,6 +9,7 @@
ensureDatabases = [
"plausible"
"wakapi"
];
ensureUsers = [
{
@ -25,6 +26,10 @@
name = "plausible";
ensureDBOwnership = true;
}
{
name = "wakapi";
ensureDBOwnership = true;
}
];
checkConfig = true;