mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
commit
776a455ec6
4 changed files with 8 additions and 4 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
A non-linear personal web notebook
|
A non-linear personal web notebook
|
||||||
|
|
||||||
**Shipped version:** 5.1.23~ynh4
|
**Shipped version:** 5.1.23~ynh5
|
||||||
|
|
||||||
**Demo:** https://tiddlywiki.com/
|
**Demo:** https://tiddlywiki.com/
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Un carnet Web personnel non linéaire
|
Un carnet Web personnel non linéaire
|
||||||
|
|
||||||
**Version incluse :** 5.1.23~ynh4
|
**Version incluse :** 5.1.23~ynh5
|
||||||
|
|
||||||
**Démo :** https://tiddlywiki.com/
|
**Démo :** https://tiddlywiki.com/
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A non-linear personal web notebook",
|
"en": "A non-linear personal web notebook",
|
||||||
"fr": "Un carnet Web personnel non linéaire"
|
"fr": "Un carnet Web personnel non linéaire"
|
||||||
},
|
},
|
||||||
"version": "5.1.23~ynh4",
|
"version": "5.1.23~ynh5",
|
||||||
"url": "https://tiddlywiki.com/",
|
"url": "https://tiddlywiki.com/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
|
@ -42,6 +42,10 @@
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "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"
|
"example": "Choose a password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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=domain --value=$domain
|
||||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
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=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
|
# STANDARD MODIFICATIONS
|
||||||
|
|
Loading…
Reference in a new issue