gitea: enable ldap again, upsi

This commit is contained in:
Sandro - 2023-07-02 17:42:04 +02:00
parent d60d861120
commit 290820c38a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,10 @@
backupDir = "/var/backup/gitea/";
};
ldap.bindPasswordFile = config.sops.secrets."gitea/ldapSearchUserPassword".path;
ldap = {
enable = true;
bindPasswordFile = config.sops.secrets."gitea/ldapSearchUserPassword".path;
};
settings = {
# we use drone for internal tasks and don't want people to execute code on our infrastructure