setting up hedgedoc

This commit is contained in:
2026-04-11 11:37:30 -04:00
parent d2f447a1af
commit 67622c0e51
2 changed files with 35 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ in
# signalbot
local signalbot signalbot trust
# hedgedoc
local hedgedoc hedgedoc trust
# math
local postgres math trust
host postgres math 127.0.0.1/32 trust
@@ -116,11 +119,19 @@ in
login = true;
};
}
{
name = "hedgedoc";
ensureDBOwnership = true;
ensureClauses = {
login = true;
};
}
];
ensureDatabases = [
"data_science_dev"
"hass"
"gitea"
"hedgedoc"
"math"
"n8n"
"richie"