mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
commit
18c92269d7
5 changed files with 10 additions and 14 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Zero Knowledge realtime collaborative editor
|
Zero Knowledge realtime collaborative editor
|
||||||
|
|
||||||
**Shipped version:** 4.6.0~ynh1
|
**Shipped version:** 4.7.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://cryptpad.fr/
|
**Demo:** https://cryptpad.fr/
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Éditeur chiffré collaboratif en temps réel.
|
Éditeur chiffré collaboratif en temps réel.
|
||||||
|
|
||||||
**Version incluse :** 4.6.0~ynh1
|
**Version incluse :** 4.7.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://cryptpad.fr/
|
**Démo :** https://cryptpad.fr/
|
||||||
|
|
||||||
|
|
|
@ -12,12 +12,10 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
#4.1.0
|
|
||||||
upgrade=1 from_commit=b0dd9be98e3cfedec24d3910058682b36e3fedda
|
|
||||||
#4.2.1
|
|
||||||
upgrade=1 from_commit=e0fbc906d1445311541dd1b8b7005735b0435537
|
|
||||||
#4.3.1
|
#4.3.1
|
||||||
upgrade=1 from_commit=03c56e25d8e5ce4312bd0b9bd6bd37469f396a22
|
upgrade=1 from_commit=03c56e25d8e5ce4312bd0b9bd6bd37469f396a22
|
||||||
|
#4.6.0
|
||||||
|
upgrade=1 from_commit=198d9d2bbdb131354f4d8ba3179021de9e58a75a
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
change_url=1
|
change_url=1
|
||||||
|
@ -25,11 +23,9 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=b0dd9be98e3cfedec24d3910058682b36e3fedda
|
|
||||||
name=update to 4.1.0
|
|
||||||
; commit=63f434a721fdea008ff5171b18131afa8d47c140
|
|
||||||
name=update to 4.2.1
|
|
||||||
; commit=e0fbc906d1445311541dd1b8b7005735b0435537
|
; commit=e0fbc906d1445311541dd1b8b7005735b0435537
|
||||||
name=update to 4.3.1
|
name=update to 4.3.1
|
||||||
|
; commit=198d9d2bbdb131354f4d8ba3179021de9e58a75a
|
||||||
|
name=update to 4.6.0
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/4.6.0.tar.gz
|
SOURCE_URL=https://github.com/xwiki-labs/cryptpad/archive/4.7.0.tar.gz
|
||||||
SOURCE_SUM=d723fec493b1254946015ce7d40b8cc3ca528d558bf434fd26742fbc5b5a1f12
|
SOURCE_SUM=33f7a352b034ef12ee9e588896c11b7bc18a3ed216c864798d1d17da5debc982
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=cryptpad-4.6.0.tar.gz
|
SOURCE_FILENAME=cryptpad-4.7.0.tar.gz
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Zero Knowledge realtime collaborative editor",
|
"en": "Zero Knowledge realtime collaborative editor",
|
||||||
"fr": "Éditeur chiffré collaboratif en temps réel."
|
"fr": "Éditeur chiffré collaboratif en temps réel."
|
||||||
},
|
},
|
||||||
"version": "4.6.0~ynh1",
|
"version": "4.7.0~ynh1",
|
||||||
"url": "https://cryptpad.fr/",
|
"url": "https://cryptpad.fr/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Reference in a new issue