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

Fix description

This commit is contained in:
Éric Gaspar 2023-01-11 10:51:28 +01:00
parent a70385275c
commit 564cb2e392
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=OpenID Connect Provider
Description=Dex: OpenID Connect Provider
After=network.target
[Service]

View file

@ -3,7 +3,8 @@
"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",
"url": "https://github.com/YunoHost-Apps/dex_ynh",
@ -35,8 +36,8 @@
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
"example": "/dex",
"default": "/dex"
},
{
"name": "OIDC_name",