{"id":48782732,"url":"https://github.com/yaal-coop/canaille","last_synced_at":"2026-04-13T15:00:54.899Z","repository":{"id":41824288,"uuid":"306557109","full_name":"yaal-coop/canaille","owner":"yaal-coop","description":"Lightweight Identity and Autorization Management mirror https://gitlab.com/yaal/canaille","archived":false,"fork":false,"pushed_at":"2026-04-11T12:48:26.000Z","size":32270,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-04-11T13:09:43.529Z","etag":null,"topics":["authentication","authlib","database","flask-application","iam","ldap","ldap-authentication","login","oauth","oauth2","oauth2-server","openid","openid-connect","openid-provider","openidconnect","openldap"],"latest_commit_sha":null,"homepage":"https://canaille.readthedocs.io","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaal-coop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":".github/FUNDING.yml","license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["yaal-coop"]}},"created_at":"2020-10-23T07:11:52.000Z","updated_at":"2026-04-11T12:48:31.000Z","dependencies_parsed_at":"2023-12-21T19:54:02.269Z","dependency_job_id":"a373f10e-9536-4abc-ae0e-e7ab21b39c16","html_url":"https://github.com/yaal-coop/canaille","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/yaal-coop/canaille","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaal-coop%2Fcanaille","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaal-coop%2Fcanaille/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaal-coop%2Fcanaille/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaal-coop%2Fcanaille/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaal-coop","download_url":"https://codeload.github.com/yaal-coop/canaille/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaal-coop%2Fcanaille/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","authlib","database","flask-application","iam","ldap","ldap-authentication","login","oauth","oauth2","oauth2-server","openid","openid-connect","openid-provider","openidconnect","openldap"],"created_at":"2026-04-13T15:00:27.527Z","updated_at":"2026-04-13T15:00:54.894Z","avatar_url":"https://github.com/yaal-coop.png","language":"Python","funding_links":["https://github.com/sponsors/yaal-coop"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://gitlab.com/yaal/canaille/-/raw/main/canaille/static/img/canaille-full.webp\" height=\"200\" alt=\"Canaille\" /\u003e\n\u003c/div\u003e\n\n**Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**,\nas in *Can I access your data?* Canaille is a lightweight identity and authorization management software.\n\nIt aims to be very light, simple to install and simple to maintain. Its main features are :\n- User profile and groups management;\n- Authentication, registration, email confirmation, \"I forgot my password\" emails;\n- Authorization management with [OpenID Connect](https://openid.net/developers/how-connect-works) identity;\n- Provisioning with [SCIM](https://scim.libre.sh);\n- postgresql and OpenLDAP support;\n- Customizable, themable;\n- The code is easy to read and easy to edit!\n\n# Try it!\n\n## Locally\n\nEither run the development server\n\n```bash\ngit clone https://gitlab.com/yaal/canaille.git \u0026\u0026 cd canaille\nuv sync --all-extras --group devserver \u0026\u0026 uv run devserver\n```\n\nor run the Docker image\n\n```bash\ndocker run -it -p 5000:5000 yaalcoop/canaille:latest\n```\n\n[Read more about installation methods](https://canaille.readthedocs.io/en/latest/howtos/install.html).\n\n## Online!\n\nYou have access to:\n- a canaille server at [https://demo.canaille.yaal.coop](https://demo.canaille.yaal.coop)\n- a dummy client at [https://demo.client.yaal.coop](https://demo.client.yaal.coop)\n\nAuthentication details are available on the demo pages. Data is reset every night at 02:00 CEST.\n\n# Documentation\n\n- Please have a look on our [documentation](https://canaille.readthedocs.io);\n- To **install** canaille, follow the [installation guide](https://canaille.readthedocs.io/en/latest/howtos/install.html);\n- To **contribute** to canaille, please read the [contribution guide](https://canaille.readthedocs.io/en/latest/development/contributing.html).\n\n## Translation status\n\n[![Translation status for each language](https://hosted.weblate.org/widgets/canaille/-/canaille/multi-blue.svg)](https://hosted.weblate.org/engage/canaille/?utm_source=widget)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaal-coop%2Fcanaille","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaal-coop%2Fcanaille","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaal-coop%2Fcanaille/lists"}