1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00
dex_ynh/README_fr.md

68 lines
2.8 KiB
Markdown
Raw Normal View History

2022-05-27 08:23:23 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-03-23 10:11:25 +01:00
# Dex pour YunoHost
2022-03-23 09:15:13 +01:00
2023-02-24 00:35:00 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/dex.svg)](https://dash.yunohost.org/appci/app/dex) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/dex.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/dex.maintain.svg)
2022-03-23 10:11:25 +01:00
[![Installer Dex avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dex)
2022-03-23 09:15:13 +01:00
*[Read this readme in english.](./README.md)*
2023-02-24 00:35:00 +01:00
> *Ce package vous permet dinstaller Dex rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-03-23 09:15:13 +01:00
2023-02-24 00:35:00 +01:00
## Vue densemble
2022-03-23 09:15:13 +01:00
2022-03-24 15:11:52 +01:00
Dex is an identity service that uses OpenID Connect to drive authentication for other apps.
2023-01-11 10:52:52 +01:00
This YunoHost package will install Dex and setup a canonical OpenID Connect provider for your YunoHost instance, based on the LDAP user base, that can then be used as an authentification server for other YunoHost apps.
2022-03-23 09:15:13 +01:00
2022-03-23 09:15:15 +01:00
### Features
2022-03-23 09:15:13 +01:00
2022-03-24 15:11:52 +01:00
- Fully working OpenID Connect authentification flow
2023-01-11 10:52:52 +01:00
- Interfaced with YunoHost's LDAP server
2022-03-23 09:15:13 +01:00
2023-01-12 10:28:30 +01:00
**Version incluse :** 2.35.3~ynh2
2022-03-23 09:15:13 +01:00
2023-02-24 00:35:00 +01:00
## Captures décran
2022-03-23 09:15:13 +01:00
2023-02-24 00:35:00 +01:00
![Capture décran de Dex](./doc/screenshots/Dex_screenshot.png)
2022-03-23 09:15:13 +01:00
## Avertissements / informations importantes
2023-01-11 10:58:01 +01:00
### Known limitations:
2022-03-31 15:52:40 +02:00
* Only tested on x86 architectures
* Dex only allows you to setup one OpenID Connect app at a time
* However, it's a working multi-instance app, so you can install it more than once
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
2023-01-11 10:58:01 +01:00
### To be used carefully:
2022-03-31 15:52:40 +02:00
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
* Going to the URL will only let you see a "This is where Dex is installed." message
2022-03-23 09:15:13 +01:00
## Documentations et ressources
2023-02-24 00:35:00 +01:00
* Site officiel de lapp : <https://dexidp.io>
* Documentation officielle de ladmin : <https://dexidp.io/docs/>
* Dépôt de code officiel de lapp : <https://github.com/dexidp/dex>
2022-05-27 08:23:23 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dex>
* Signaler un bug : <https://github.com/YunoHost-Apps/dex_ynh/issues>
2022-03-23 09:15:13 +01:00
## Informations pour les développeurs
2022-03-23 10:11:25 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dex_ynh/tree/testing).
2022-03-23 09:15:13 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-05-27 08:23:23 +02:00
``` bash
2022-03-23 10:11:25 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
2022-03-23 09:15:15 +01:00
ou
2022-03-23 10:11:25 +01:00
sudo yunohost app upgrade dex -u https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
2022-03-23 09:15:13 +01:00
```
2023-02-24 00:35:00 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>