Go to file
tuxcoder de6ed03ad8 force lower case login name 2024-02-18 20:17:08 +01:00
.vscode update packages / nix packaging 2023-09-30 12:58:24 +02:00
browser_app remove totp, cleanup, bugfixes 2023-12-25 19:44:38 +01:00
data/pki update data folder 2020-05-09 20:57:16 +02:00
lenticular_cloud force lower case login name 2024-02-18 20:17:08 +01:00
libs more oauth2 fixes 2023-03-18 12:00:40 +01:00
mokup init commit 2020-05-09 20:00:07 +02:00
specs update to new version of openapi-python-client 2023-01-13 19:21:38 +01:00
tests update 2023-10-09 21:58:44 +02:00
.gitignore cleanup javascript build code 2023-12-25 17:52:02 +01:00
MANIFEST.in update 2023-10-09 21:58:44 +02:00
Makefile fix webpack build system 2022-02-19 10:21:00 +01:00
README.md remove totp, cleanup, bugfixes 2023-12-25 19:44:38 +01:00
cli.py bugfixes, cleanup 2022-02-06 23:57:01 +01:00
default.nix add nix flake 2023-03-18 12:00:49 +01:00
flake.lock flake.lock: Update 2023-12-25 12:24:53 +01:00
flake.nix [passkey] fix some bugs 2023-12-26 12:55:45 +01:00
hydra_client.json bugfixes, cleanup 2022-02-06 23:57:01 +01:00
import.py add more registration stuff, admin interface 2020-06-01 23:43:10 +02:00
index.html update fixes, ... 2022-07-15 10:53:06 +02:00
module.nix add list of services on main page 2023-12-26 00:24:28 +01:00
mypy.ini add nix flake 2023-03-18 12:00:49 +01:00
overlay.nix cleanup javascript build code 2023-12-25 17:52:02 +01:00
package-lock.json cleanup javascript build code 2023-12-25 17:52:02 +01:00
package.json cleanup javascript build code 2023-12-25 17:52:02 +01:00
production.toml update 2023-10-09 21:58:44 +02:00
pyproject.toml better packaging 2022-02-04 23:02:27 +01:00
requirements-dev.txt update packages / nix packaging 2023-09-30 12:58:24 +02:00
requirements.txt update packages / nix packaging 2023-09-30 12:58:24 +02:00
setup.py bugfixes, cleanup 2022-02-06 23:57:01 +01:00
shell.nix update packages / nix packaging 2023-09-30 12:58:24 +02:00
tox.ini bugfixes, cleanup 2022-02-06 23:57:01 +01:00
webpack.config.js fix webpack build system 2022-02-19 10:21:00 +01:00
wsgi.py bugfixes, cleanup 2022-02-06 23:57:01 +01:00

README.md

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