User ttrss-postgres on ttrss

This commit is contained in:
Andreas Zweili 2022-11-08 23:57:06 +01:00
parent c97689c568
commit bcfd4efe3b
1 changed files with 1 additions and 8 deletions

View File

@ -9,14 +9,7 @@ in
inherit custom hostname;
})
(import "${custom.inputs.self}/modules/nginx-proxy" { inherit custom domain; })
(import "${custom.inputs.self}/modules/restic-server-mysql-client" {
path = "/var/lib/ttrss";
tag = "ttrss";
time = "23:00";
inherit custom;
})
(import "${custom.inputs.self}/modules/ttrss" { inherit custom domain; })
(import "${custom.inputs.self}/modules/ttrss-postgres" { inherit custom domain; })
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
"${custom.inputs.self}/modules/mariadb"
];
}