diff --git a/doc/.DS_Store b/doc/.DS_Store new file mode 100644 index 0000000..c90376b Binary files /dev/null and b/doc/.DS_Store differ diff --git a/doc/screenshots/Dex_screenshot.png b/doc/screenshots/Dex_screenshot.png index 9276af3..5e5aade 100644 Binary files a/doc/screenshots/Dex_screenshot.png and b/doc/screenshots/Dex_screenshot.png differ diff --git a/manifest.json b/manifest.json index 1c13999..2d902f4 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/scripts/install b/scripts/install index 563b3cd..5562484 100755 --- a/scripts/install +++ b/scripts/install @@ -192,6 +192,9 @@ then ynh_permission_update --permission="main" --add="visitors" fi +ynh_permission_update --permission="main" --show_tile=false + + #================================================= # RELOAD NGINX #=================================================