lenticular_cloud2/README.md

50 lines
648 B
Markdown
Raw Permalink Normal View History

2020-05-09 18:00:07 +00:00
Lenticular Cloud
================
2023-12-25 18:44:38 +00:00
Simple user Manager proudly made in ~~LDAP~~ SQL
2020-05-09 18:00:07 +00:00
Features
--------
2020-05-31 08:55:03 +00:00
* frontend for hydra
2020-05-09 18:00:07 +00:00
* Web Platform to mange users
2023-12-25 18:44:38 +00:00
* fake ldap backend, can be used by other services
2020-05-09 18:00:07 +00:00
Auth Methods:
-------------
* Password
2023-12-25 18:44:38 +00:00
* Passkey
2020-05-09 18:00:07 +00:00
Tested Services
---------------
2020-05-31 08:55:03 +00:00
* GitTea (OIDC)
* Seafile (OIDC)
* ~~Postfix~~/Dovecot (~~OIDC~~/client cert/password)
2020-05-12 22:32:10 +00:00
* prosody (client cert/~~password~~)
2020-05-09 18:00:07 +00:00
2022-02-06 22:57:01 +00:00
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`