diff --git a/conf/app.src b/conf/app.src index 63f416b..4476fa1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YesWiki/yeswiki/archive/2020-10-2-1.zip -SOURCE_SUM=74cc02c81801368c9ddaf48e914cf6a169679c82d193fdfc958db6025f557d6b +SOURCE_URL=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-2020-10-23-1.zip +SOURCE_SUM=3b66777f22fe660cf65a73d9d779661705e7e81c2ce6580bd061d1f1d07708eb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index b75194a..a1b94d6 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "maintainer": { "name": "Plumf", "email": "plumf@open-plug.eu", - "url": "https://plumf.eu" + "url": "https://www.plumf.eu" }, "requirements": { "yunohost": ">= 3.8.1" @@ -82,12 +82,8 @@ "ask": { "en": "Set the administrator password", "fr": "Définissez le mot de passe administrateur" - }, - "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - }, - "example": "Choose a password" + } + } ] } diff --git a/scripts/install b/scripts/install index 6ca7a6c..12fcc60 100755 --- a/scripts/install +++ b/scripts/install @@ -150,11 +150,10 @@ chown -R $app $final_path/{cache,files,themes,tools,wakka.config.php} ynh_script_progression --message="Configuring SSOwat..." --weight=47 # Make app public if necessary -#if [ $is_public -eq 1 ] -#then - -# ynh_permission_update --permission main --add visitors -#fi +if [ $is_public -eq 1 ] +then + ynh_permission_update --permission main --add visitors +fi #================================================= # RELOAD NGINX