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:
parent
a70385275c
commit
564cb2e392
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenID Connect Provider
|
Description=Dex: OpenID Connect Provider
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
"id": "dex",
|
"id": "dex",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"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~ynh1",
|
||||||
"url": "https://github.com/YunoHost-Apps/dex_ynh",
|
"url": "https://github.com/YunoHost-Apps/dex_ynh",
|
||||||
|
@ -35,8 +36,8 @@
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/example",
|
"example": "/dex",
|
||||||
"default": "/example"
|
"default": "/dex"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "OIDC_name",
|
"name": "OIDC_name",
|
||||||
|
|
Loading…
Add table
Reference in a new issue