1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00

Patch npm version (#14)

* Fix

* Update manifest.json

* report @raucao patch-1 & liitle doc corrections

* Auto-update README

* update config_panel, manifest, check, doc...

* Auto-update README

* Auto-update README

* add signup config (#11)

Co-authored-by: Yunohost-Bot <> @ericgaspar

* fix details

* add npm package version

* Auto-update README

Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Yunohost-Bot <>
This commit is contained in:
Benoît 2022-02-09 22:58:22 +01:00 committed by GitHub
parent 96f46dff13
commit 6ad2b3dd43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@ This option can be enabled in the configuration panel.
**Shipped version:** 0.0.6~ynh1 **Shipped version:** 0.0.7~ynh1

View file

@ -34,7 +34,7 @@ Cette option peut être activée via le panneau de configutration.
[Cliquez ici](https://remotestorage.io/apps/) pour voir une liste non exhaustive d'applications ayant intégré remoteStorage comme option de stockage/synchronisation. [Cliquez ici](https://remotestorage.io/apps/) pour voir une liste non exhaustive d'applications ayant intégré remoteStorage comme option de stockage/synchronisation.
**Version incluse :** 0.0.6~ynh1 **Version incluse :** 0.0.7~ynh1

View file

@ -6,7 +6,7 @@
"en": "A remoteStorage server running as a nodejs web service with systemd", "en": "A remoteStorage server running as a nodejs web service with systemd",
"fr": "Un serveur remoteStorage excécuté en tant que service web nodejs par systemd" "fr": "Un serveur remoteStorage excécuté en tant que service web nodejs par systemd"
}, },
"version": "0.0.6~ynh1", "version": "0.0.7~ynh1",
"url": "https://github.com/remotestorage/armadietto", "url": "https://github.com/remotestorage/armadietto",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",

View file

@ -138,7 +138,7 @@ chown $app:$app "$final_path/server.js"
ynh_script_progression --message="Install armadietto with npm..." --weight=1 ynh_script_progression --message="Install armadietto with npm..." --weight=1
pushd $final_path pushd $final_path
ynh_npm -g i armadietto ynh_npm -g i armadietto@0.1.5
popd popd
#================================================= #=================================================

View file

@ -94,7 +94,7 @@ ynh_restore_file --origin_path="$datadir" --not_mandatory
ynh_script_progression --message="REinstall armadietto with npm..." --weight=1 ynh_script_progression --message="REinstall armadietto with npm..." --weight=1
pushd $final_path pushd $final_path
ynh_npm -g i armadietto ynh_npm -g i armadietto@0.1.5
popd popd
#================================================= #=================================================

View file

@ -146,7 +146,7 @@ then
ynh_script_progression --message="Upgrade armadietto with npm..." --weight=1 ynh_script_progression --message="Upgrade armadietto with npm..." --weight=1
pushd $final_path pushd $final_path
ynh_npm -g i armadietto ynh_npm -g i armadietto@0.1.5
popd popd
fi fi