canaille-globuzma/demo
2023-12-01 22:09:54 +01:00
..
client feat: convert the png in webp 2023-12-01 22:09:54 +01:00
conf feat: convert the png in webp 2023-12-01 22:09:54 +01:00
conf-docker feat: convert the png in webp 2023-12-01 22:09:54 +01:00
ldif Implemented LDAP ppolicy support. 2023-05-26 15:23:43 +02:00
.gitignore Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00
demoapp.py fix: demo client issue date 2023-11-24 15:24:46 +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 feat: implement sqlalchemy backend 2023-11-24 13:57:46 +01:00
Dockerfile-client The demo now uses poetry 2022-05-13 16:47:48 +02:00
ldap-server.py Implemented LDAP ppolicy support. 2023-05-26 15:23:43 +02:00
Procfile-ldap Implement a dummy inmemory backend 2023-08-17 12:33:45 +02:00
Procfile-memory Implement a dummy inmemory backend 2023-08-17 12:33:45 +02:00
Procfile-sql feat: implement sqlalchemy backend 2023-11-24 13:57:46 +01:00
README.md Improved the 'CONTRIBUTING' documentation 2023-03-12 00:45:57 +01:00
run.sh feat: implement sqlalchemy backend 2023-11-24 13:57:46 +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.