diff --git a/README.md b/README.md index d5f3764..064eeec 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Dex is an identity service that uses OpenID Connect to drive authentication for other apps. -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. +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. ### Features - Fully working OpenID Connect authentification flow -- Interfaced with Yunohost's LDAP server +- Interfaced with YunoHost's LDAP server -**Shipped version:** 2.35.3~ynh1 +**Shipped version:** 2.35.3~ynh2 ## Screenshots @@ -32,14 +32,14 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov ## Disclaimers / important information -### Known limitations : +### Known limitations: * 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 -### To be used carefully : +### To be used carefully: * 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 diff --git a/README_fr.md b/README_fr.md index d2cf009..71a2411 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,15 +16,15 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble Dex is an identity service that uses OpenID Connect to drive authentication for other apps. -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. +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. ### Features - Fully working OpenID Connect authentification flow -- Interfaced with Yunohost's LDAP server +- Interfaced with YunoHost's LDAP server -**Version incluse :** 2.35.3~ynh1 +**Version incluse :** 2.35.3~ynh2 ## Captures d'écran @@ -32,14 +32,14 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov ## Avertissements / informations importantes -### Known limitations : +### Known limitations: * 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 -### To be used carefully : +### To be used carefully: * 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 diff --git a/conf/systemd.service b/conf/systemd.service index 6efe1ef..7bc9ab8 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=OpenID Connect Provider +Description=Dex: OpenID Connect Provider After=network.target [Service] diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 19fbd9a..00679af 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,7 +1,7 @@ Dex is an identity service that uses OpenID Connect to drive authentication for other apps. -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. +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. ### Features - Fully working OpenID Connect authentification flow -- Interfaced with Yunohost's LDAP server +- Interfaced with YunoHost's LDAP server diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index b664f73..e81e7ca 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,11 +1,11 @@ -### Known limitations : +### Known limitations: * 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 -### To be used carefully : +### To be used carefully: * 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 diff --git a/manifest.json b/manifest.json index b133c62..c7e8098 100644 --- a/manifest.json +++ b/manifest.json @@ -3,9 +3,10 @@ "id": "dex", "packaging_format": 1, "description": { - "en": "OpenID Connect Provider based on Yunohost LDAP server" + "en": "OpenID Connect Provider based on YunoHost LDAP server", + "fr": "Connecteur OpenID basé sur le serveur LDAP YunoHost" }, - "version": "2.35.3~ynh1", + "version": "2.35.3~ynh2", "url": "https://github.com/YunoHost-Apps/dex_ynh", "upstream": { "license": "Apache-2.0", @@ -35,8 +36,8 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" + "example": "/dex", + "default": "/dex" }, { "name": "OIDC_name",