feat: add forgejo
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
813ddd2c0d
commit
c8010868c7
8 changed files with 175 additions and 4 deletions
|
|
@ -24,6 +24,7 @@
|
|||
'';
|
||||
ensureDatabases = [
|
||||
"authelia"
|
||||
"forgejo"
|
||||
"lldap"
|
||||
];
|
||||
ensureUsers = [
|
||||
|
|
@ -31,6 +32,10 @@
|
|||
name = "authelia";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "forgejo";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "lldap";
|
||||
ensureDBOwnership = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue