Commit Graph

11 Commits

Author SHA1 Message Date
abb92a486f lldap: Correct chown command in entrypoint 2024-01-03 17:55:04 +00:00
01a8f60452 lldap: Move to binary for container build
Binary builds are now available for LLDAP, which simplifies and makes
the build process much quicker. In addition, multi-stage builds are
used, which again help with caching.
2024-01-03 17:05:30 +00:00
renovate[bot]
835d896ee0 chore(deps): update docker.io/rust docker tag to v1.74 2023-12-21 12:26:08 +00:00
39ef7132c6 Unify Renovate version matching for v prefix 2023-12-21 12:19:36 +00:00
ad155d765e renovate.json: Fix regex matcher for Containerfile 2023-12-20 23:55:21 +00:00
renovate[bot]
ddefd2a959 chore(deps): pin dependencies 2023-12-20 23:17:49 +00:00
952df3d324 Update service versions with Renovate
This adds basic configuration for Renovate, and sets up most services
for automated updates to package versions.
2023-12-20 23:00:19 +00:00
3cb622e25a lldap: Update to version 0.5.0, start on health-check 2023-11-05 17:19:14 +00:00
90ae8853ac lldap: Update to version v0.4.3, move to Quadlet 2023-08-11 20:12:23 +01:00
90916370e7 lldap: Update to latest version 2022-10-28 17:52:09 +01:00
4294f1ec9c Add LDAP support with LLDAP
This sets the stage for moving common authentication from IMAP/Dovecot
to LDAP, which allows for more control over user information, as well as
a basic form of RBAC.

No services are currently set up to support LDAP -- support will follow
soon after this commit.
2022-09-19 13:00:31 +01:00