mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
commit
f91cb9e0d3
6 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
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 |
|
@ -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",
|
||||
|
|
|
@ -192,6 +192,9 @@ then
|
|||
ynh_permission_update --permission="main" --add="visitors"
|
||||
fi
|
||||
|
||||
ynh_permission_update --permission="main" --show_tile=false
|
||||
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue