From 436e0086be9d9d46e83a70c88f6c3748c17d30f4 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 26 Aug 2023 07:07:15 +0200 Subject: [PATCH] Testing (#81) * 0.9.3 * Auto-update README * Update baikal.yaml * Php (#74) * set php * Fix * Update upgrade * Auto-update README * cleaning * Update manifest.json * Auto-update README * Update manifest.json * Update upgrade * remove old link * Auto-update README * Update nginx.conf * Update upgrade * fix * Auto-update README * Update upgrade * Update check_process * Update manifest.json * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- check_process | 6 ------ manifest.json | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7c7c71e..bb21e62 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Baïkal is a lightweight CalDAV+CardDAV server. It offers an extensive web inter Baïkal allows to seamlessly access your contacts and calendars from every device. It is compatible with iOS, macOS, 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. -**Shipped version:** 0.9.3~ynh2 +**Shipped version:** 0.9.3~ynh3 **Demo:** https://demo.yunohost.org/baikal/admin/ diff --git a/README_fr.md b/README_fr.md index bb1c327..458c05c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Baïkal est un serveur léger CalDAV+CardDAV. Il offre une interface Web étendu Baïkal permet d'accéder de manière transparente à vos contacts et calendriers depuis n'importe quel appareil. Il est compatible avec iOS, macOS, DAVx5 sur Android, Mozilla Thunderbird et toutes les autres applications compatibles CalDAV et CardDAV. Protégez votre vie privée en hébergeant vous-même des calendriers et contacts avec Baïkal. -**Version incluse :** 0.9.3~ynh2 +**Version incluse :** 0.9.3~ynh3 **Démo :** https://demo.yunohost.org/baikal/admin/ diff --git a/check_process b/check_process index 2b928af..9f11c12 100644 --- a/check_process +++ b/check_process @@ -11,8 +11,6 @@ setup_private=0 setup_public=0 upgrade=1 - #0.7.1~ynh2 - upgrade=1 from_commit=7c074c7b18322cde08c4eb57ffbc5ae174b7ae65 #0.9.3~ynh1 upgrade=1 from_commit=330692e457ef2b475046d1724d3f198f007d5512 backup_restore=1 @@ -23,10 +21,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=7c074c7b18322cde08c4eb57ffbc5ae174b7ae65 - name=Testing #60 - manifest_arg=domain=DOMAIN&path=PATH&password=mysecret& ; commit=330692e457ef2b475046d1724d3f198f007d5512 name=Testing #0.9.3~ynh1 manifest_arg=domain=DOMAIN&path=PATH&password=mysecret& - diff --git a/manifest.json b/manifest.json index d1add2c..61c824a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Lightweight CalDAV and CardDAV server", "fr": "Serveur CalDAV et CardDAV léger" }, - "version": "0.9.3~ynh2", + "version": "0.9.3~ynh3", "url": "https://sabre.io/baikal/", "upstream": { "license": "GPL-3.0",