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

Merge pull request #9 from YunoHost-Apps/testing

Testing to master
This commit is contained in:
Limezy 2022-04-22 22:54:34 +07:00 committed by GitHub
commit f91cb9e0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 3 deletions

View file

@ -24,7 +24,7 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
- Interfaced with Yunohost's LDAP server
**Shipped version:** 2.31.1~ynh2
**Shipped version:** 2.31.1~ynh3

View file

@ -20,7 +20,7 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
- Interfaced with Yunohost's LDAP server
**Version incluse :** 2.31.1~ynh2
**Version incluse :** 2.31.1~ynh3

BIN
doc/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 KiB

After

Width:  |  Height:  |  Size: 382 KiB

View file

@ -5,7 +5,7 @@
"description": {
"en": "OpenID Connect Provider based on Yunohost LDAP server"
},
"version": "2.31.1~ynh2",
"version": "2.31.1~ynh3",
"url": "https://github.com/YunoHost-Apps/dex_ynh",
"upstream": {
"license": "Apache-2.0",

View file

@ -192,6 +192,9 @@ then
ynh_permission_update --permission="main" --add="visitors"
fi
ynh_permission_update --permission="main" --show_tile=false
#=================================================
# RELOAD NGINX
#=================================================