mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
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 <yunohost@yunohost.org>
This commit is contained in:
parent
b58dd30371
commit
436e0086be
4 changed files with 3 additions and 9 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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&
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue