Kay0u
6 years ago
No known key found for this signature in database
GPG Key ID: 7FF262C033518333
4 changed files with
2 additions and
4 deletions
-
conf/config.json
-
manifest.json
-
scripts/install
-
scripts/upgrade
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
"ldap_group_filter_mode": "0", |
|
|
|
"ldap_groupfilter_objectclass": "posixGroup", |
|
|
|
"ldap_host": "localhost", |
|
|
|
"ldap_login_filter": "(&(|(objectclass=posixAccount))(uid=%uid))", |
|
|
|
"ldap_login_filter": "(&(|(objectclass=posixAccount))(uid=%uid)(permission=cn=nextcloud.main,ou=permission,dc=yunohost,dc=org))", |
|
|
|
"ldap_login_filter_mode": "0", |
|
|
|
"ldap_port": "389", |
|
|
|
"ldap_quota_attr": "userquota", |
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
"email": "apps@yunohost.org" |
|
|
|
}, |
|
|
|
"requirements": { |
|
|
|
"yunohost": ">= 3.5.0" |
|
|
|
"yunohost": ">= 3.7.0" |
|
|
|
}, |
|
|
|
"multi_instance": true, |
|
|
|
"services": [ |
|
|
|
|
|
|
|
@ -331,7 +331,6 @@ ynh_add_fail2ban_config --logpath="/home/yunohost.app/$app/data/nextcloud.log" - |
|
|
|
#================================================= |
|
|
|
ynh_script_progression --message="Configuring SSOwat..." |
|
|
|
|
|
|
|
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" |
|
|
|
ynh_app_setting_set --app=$app --key=skipped_regex \ |
|
|
|
--value="$(sed 's/[\.\-]/\%&/g' <<< $domain)/%.well%-known/.*" |
|
|
|
|
|
|
|
|
|
|
|
@ -438,7 +438,6 @@ ynh_add_fail2ban_config --logpath="/home/yunohost.app/$app/data/nextcloud.log" - |
|
|
|
#================================================= |
|
|
|
ynh_script_progression --message="Upgrading SSOwat configuration..." --weight=2 |
|
|
|
|
|
|
|
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" |
|
|
|
ynh_app_setting_set --app=$app --key=skipped_regex \ |
|
|
|
--value="$(sed 's/[\.\-]/\%&/g' <<< $domain)/%.well%-known/.*" |
|
|
|
|
|
|
|
|