mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
Merge pull request #14 from YunoHost-Apps/testing
Update to doryphore 23-10-2020
This commit is contained in:
commit
d133f0f9f5
3 changed files with 9 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YesWiki/yeswiki/archive/2020-10-2-1.zip
|
SOURCE_URL=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-2020-10-23-1.zip
|
||||||
SOURCE_SUM=74cc02c81801368c9ddaf48e914cf6a169679c82d193fdfc958db6025f557d6b
|
SOURCE_SUM=3b66777f22fe660cf65a73d9d779661705e7e81c2ce6580bd061d1f1d07708eb
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Plumf",
|
"name": "Plumf",
|
||||||
"email": "plumf@open-plug.eu",
|
"email": "plumf@open-plug.eu",
|
||||||
"url": "https://plumf.eu"
|
"url": "https://www.plumf.eu"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.8.1"
|
"yunohost": ">= 3.8.1"
|
||||||
|
@ -82,12 +82,8 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Set the administrator password",
|
"en": "Set the administrator password",
|
||||||
"fr": "Définissez le mot de passe administrateur"
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -150,11 +150,10 @@ chown -R $app $final_path/{cache,files,themes,tools,wakka.config.php}
|
||||||
ynh_script_progression --message="Configuring SSOwat..." --weight=47
|
ynh_script_progression --message="Configuring SSOwat..." --weight=47
|
||||||
|
|
||||||
# Make app public if necessary
|
# Make app public if necessary
|
||||||
#if [ $is_public -eq 1 ]
|
if [ $is_public -eq 1 ]
|
||||||
#then
|
then
|
||||||
|
ynh_permission_update --permission main --add visitors
|
||||||
# ynh_permission_update --permission main --add visitors
|
fi
|
||||||
#fi
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Reference in a new issue