canaille-globuzma/demo
2025-01-10 14:53:10 +01:00
..
client chore: use isort instead of reoder-python-imports 2024-03-15 19:58:37 +01:00
conf chore: enable mail confirmation in the dev server 2025-01-10 14:53:10 +01:00
conf-docker updates configuration and config.sample and demo config files toinclude new parameters. adds new tests for configuration condition. 2024-11-15 16:28:21 +01:00
ldif feat : Added intruder lockout login delay 2024-12-10 14:23:11 +01:00
.gitignore chore: pre-commit autoupdate 2024-10-23 09:22:24 +02:00
demoapp.py feat: SQL migrations with flask-alembic 2025-01-10 12:32:18 +01:00
docker-compose-ldap.yml Implement a dummy inmemory backend 2023-08-17 12:33:45 +02:00
docker-compose-memory.yml Implement a dummy inmemory backend 2023-08-17 12:33:45 +02:00
docker-compose-sql.yml feat: implement sqlalchemy backend 2023-11-24 13:57:46 +01:00
docker-compose.yml feat: implement sqlalchemy backend 2023-11-24 13:57:46 +01:00
Dockerfile-canaille chore: bump to zxcvbn-py-rs 0.2.0 2024-12-06 15:22:40 +01:00
Dockerfile-client The demo now uses poetry 2022-05-13 16:47:48 +02:00
ldap-server.py feat : Added time one-time password (TOTP) authentication 2024-12-10 11:27:18 +01:00
Procfile-ldap tests: add a 'maildump' instance to the dev server 2025-01-10 14:51:10 +01:00
Procfile-memory tests: add a 'maildump' instance to the dev server 2025-01-10 14:51:10 +01:00
Procfile-sql tests: add a 'maildump' instance to the dev server 2025-01-10 14:51:10 +01:00
README.md update the contributing link in /demo/REAMD.md 2024-10-03 14:50:31 +02:00
run.sh chore: bump to zxcvbn-py-rs 0.2.0 2024-12-06 15:22:40 +01:00

Demo and development

To check out how canaille looks like, or to start contributions, just run the demo:

  • with docker-compose up to install and run it in preconfigured docker containers
  • or with ./run.sh to install it natively in a virtual environment and run it locally!

Please check the details on the documentation.