lenticular_cloud2/README.md

50 lines
648 B
Markdown

Lenticular Cloud
================
Simple user Manager proudly made in ~~LDAP~~ SQL
Features
--------
* frontend for hydra
* Web Platform to mange users
* fake ldap backend, can be used by other services
Auth Methods:
-------------
* Password
* Passkey
Tested Services
---------------
* GitTea (OIDC)
* Seafile (OIDC)
* ~~Postfix~~/Dovecot (~~OIDC~~/client cert/password)
* prosody (client cert/~~password~~)
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`