mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
Merge remote-tracking branch 'origin/testing' into reorder-scripts
This commit is contained in:
commit
a4bd71dcdf
4 changed files with 5 additions and 3 deletions
|
@ -21,6 +21,7 @@ Baïkal allows to seamlessly access your contacts and calendars from every devic
|
||||||
|
|
||||||
**Shipped version:** 0.9.2~ynh1
|
**Shipped version:** 0.9.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://demo.yunohost.org/baikal/admin/
|
**Demo:** https://demo.yunohost.org/baikal/admin/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
|
@ -19,7 +19,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, Mac OS X, DAVx5 on Android, Mozilla Thunderbird and every other CalDAV and CardDAV capable application. Protect your privacy by hosting calendars and contacts yourself - with Baïkal.
|
Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, Mac OS X, DAVx5 on Android, Mozilla Thunderbird and every other CalDAV and CardDAV capable application. Protect your privacy by hosting calendars and contacts yourself - with Baïkal.
|
||||||
|
|
||||||
**Version incluse :** 0.9.2~ynh1
|
**Version incluse :** 0.9.2~ynh1
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://demo.yunohost.org/baikal/admin/
|
**Démo :** https://demo.yunohost.org/baikal/admin/
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"email": "julien.malik@paraiso.me"
|
"email": "julien.malik@paraiso.me"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -101,7 +101,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||||
|
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/Specific $final_path/config"
|
ynh_setup_source --dest_dir="$final_path" --keep="Specific config"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue