1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00

Merge pull request #16 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-08-24 16:25:48 +02:00 committed by GitHub
commit 776a455ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A non-linear personal web notebook
**Shipped version:** 5.1.23~ynh4
**Shipped version:** 5.1.23~ynh5
**Demo:** https://tiddlywiki.com/

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Un carnet Web personnel non linéaire
**Version incluse :** 5.1.23~ynh4
**Version incluse :** 5.1.23~ynh5
**Démo :** https://tiddlywiki.com/

View file

@ -6,7 +6,7 @@
"en": "A non-linear personal web notebook",
"fr": "Un carnet Web personnel non linéaire"
},
"version": "5.1.23~ynh4",
"version": "5.1.23~ynh5",
"url": "https://tiddlywiki.com/",
"upstream": {
"license": "BSD-2-Clause",
@ -42,6 +42,10 @@
{
"name": "password",
"type": "password",
"help": {
"en": "Using some special characters such as % may cause issues.",
"fr": "L'utilisation de certains caractères spéciaux tels que % peut causer des erreurs."
},
"example": "Choose a password"
},
{

View file

@ -50,7 +50,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=admin --value=$admin
ynh_app_setting_set --app=$app --key=password --value=$password
ynh_app_setting_set --app=$app --key=password --value="$password"
#=================================================
# STANDARD MODIFICATIONS