lenticular_cloud2/README.md
tuxcoder 926afee5c5 cleanup javascript build code
build static files allways from source
2023-12-25 17:52:02 +01:00

60 lines
730 B
Markdown

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`