No description
Flake lock file updates:
• Updated input 'flake-utils':
'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
→ 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11)
• Updated input 'nix-node-package':
'github:mkg20001/nix-node-package/97ac59276f12f768062e4eb336fc77079d5fb6a0' (2023-09-10)
→ 'github:mkg20001/nix-node-package/90f6ad8de81e3b75c2b0e6e3f9711bb094a5072b' (2024-01-26)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/0b3d618173114c64ab666f557504d6982665d328' (2023-12-21)
→ 'github:NixOS/nixpkgs/46397778ef1f73414b03ed553a3368f0e7e33c2f' (2024-05-22)
• Updated input 'tuxpkgs':
'git+ssh://git@git.o-g.at/nixpkg/tuxpkgs.git?ref=refs/heads/master&rev=dcea3067863899ee23950670e7fed2a4feccc20e' (2023-12-16)
→ 'git+ssh://git@git.o-g.at/nixpkg/tuxpkgs.git?ref=refs/heads/master&rev=93f8a1b6a48e2b8f1daf784f7499a4651cac778c' (2024-05-19)
|
||
|---|---|---|
| .vscode | ||
| browser_app | ||
| data/pki | ||
| lenticular_cloud | ||
| libs | ||
| mokup | ||
| specs | ||
| tests | ||
| .gitignore | ||
| cli.py | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| hydra_client.json | ||
| import.py | ||
| index.html | ||
| Makefile | ||
| MANIFEST.in | ||
| module.nix | ||
| mypy.ini | ||
| overlay.nix | ||
| package-lock.json | ||
| package.json | ||
| production.toml | ||
| pyproject.toml | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| setup.py | ||
| shell.nix | ||
| tox.ini | ||
| webpack.config.js | ||
| wsgi.py | ||
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