feat: add mealie
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
4d97659b1b
commit
edf76a17d4
4 changed files with 67 additions and 3 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"authelia"
|
||||
"forgejo"
|
||||
"lldap"
|
||||
"mealie"
|
||||
];
|
||||
ensureUsers = [
|
||||
{
|
||||
|
|
@ -26,6 +27,10 @@
|
|||
name = "lldap";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "mealie";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -36,6 +41,7 @@
|
|||
"authelia"
|
||||
"forgejo"
|
||||
"lldap"
|
||||
"mealie"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue