Lenticular Cloud ================ Simple user Manager in LDAP Features -------- * frontend for hydra * Web Platform to mange users * client certs * ldap backend, can be used by other services Auth Methods: ------------- * U2F (TODO) * TOTP * Password * WebAuth (TODO) Tested Services --------------- * GitTea (OIDC) * Seafile (OIDC) * ~~Postfix~~/Dovecot (~~OIDC~~/client cert/password) * prosody (client cert/~~password~~) Oauth2 Settings: ---------------- callback url: `${domain}/ Development =========== requirements: * nix package manager get dev enviroment with `nix develop` run javascript part with `npm run watch` run python stuff with `python cli.py run` run tests with `nix flake check`