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

Merge branch 'testing' into upgrade-keep-supportId

This commit is contained in:
Éric Gaspar 2023-12-21 13:47:10 +01:00
commit 96271e270f
3 changed files with 10 additions and 11 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored. CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored.
**Shipped version:** 5.2.1~ynh8 **Shipped version:** 5.3.0~ynh1
**Demo:** https://cryptpad.fr/ **Demo:** https://cryptpad.fr/
@ -31,7 +31,7 @@ CryptPad is a collaboration suite that is end-to-end-encrypted and open-source.
* Official app website: <https://cryptpad.fr/> * Official app website: <https://cryptpad.fr/>
* Official admin documentation: <https://docs.cryptpad.fr/en/> * Official admin documentation: <https://docs.cryptpad.fr/en/>
* Upstream app code repository: <https://github.com/xwiki-labs/cryptpad> * Upstream app code repository: <https://github.com/xwiki-labs/cryptpad>
* YunoHost documentation for this app: <https://yunohost.org/app_cryptpad> * YunoHost Store: <https://apps.yunohost.org/app/cryptpad>
* Report a bug: <https://github.com/YunoHost-Apps/cryptpad_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/cryptpad_ynh/issues>
## Developer info ## Developer info

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
CryptPad est une suite de collaboration chiffrée de bout en bout et open source. Il est conçu pour permettre la collaboration, en synchronisant les modifications apportées aux documents en temps réel. Étant donné que toutes les données sont chiffrées, le service et ses administrateurs n'ont aucun moyen de voir le contenu modifié et stocké. CryptPad est une suite de collaboration chiffrée de bout en bout et open source. Il est conçu pour permettre la collaboration, en synchronisant les modifications apportées aux documents en temps réel. Étant donné que toutes les données sont chiffrées, le service et ses administrateurs n'ont aucun moyen de voir le contenu modifié et stocké.
**Version incluse :** 5.2.1~ynh8 **Version incluse :** 5.3.0~ynh1
**Démo :** https://cryptpad.fr/ **Démo :** https://cryptpad.fr/
@ -31,7 +31,7 @@ CryptPad est une suite de collaboration chiffrée de bout en bout et open source
* Site officiel de lapp : <https://cryptpad.fr/> * Site officiel de lapp : <https://cryptpad.fr/>
* Documentation officielle de ladmin : <https://docs.cryptpad.fr/en/> * Documentation officielle de ladmin : <https://docs.cryptpad.fr/en/>
* Dépôt de code officiel de lapp : <https://github.com/xwiki-labs/cryptpad> * Dépôt de code officiel de lapp : <https://github.com/xwiki-labs/cryptpad>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_cryptpad> * YunoHost Store: <https://apps.yunohost.org/app/cryptpad>
* Signaler un bug : <https://github.com/YunoHost-Apps/cryptpad_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/cryptpad_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "CryptPad"
description.en = "Zero Knowledge realtime collaborative office suite" description.en = "Zero Knowledge realtime collaborative office suite"
description.fr = "Suite bureautique chiffrée pour la collaboration en temps réel" description.fr = "Suite bureautique chiffrée pour la collaboration en temps réel"
version = "5.2.1~ynh8" version = "5.3.0~ynh1"
maintainers = ["ddataa"] maintainers = ["ddataa"]
@ -19,7 +19,7 @@ cpe = "cpe:2.3:a:xwiki:cryptpad"
fund = "https://opencollective.com/cryptpad/contribute?language=fr" fund = "https://opencollective.com/cryptpad/contribute?language=fr"
[integration] [integration]
yunohost = ">= 11.1.17" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = false ldap = false
@ -33,11 +33,10 @@ ram.runtime = "50M"
help.en = "CryptPad needs to be installed in a dedicated domain or sub-domain." help.en = "CryptPad needs to be installed in a dedicated domain or sub-domain."
help.fr = "CryptPad doit être installé dans un domaine ou sous-domaine dédié." help.fr = "CryptPad doit être installé dans un domaine ou sous-domaine dédié."
type = "domain" type = "domain"
full_domain = true
[install.init_main_permission] [install.init_main_permission]
help.en = "If enabled, CryptPad will be accessible by people who do not have an account. This can be changed later via the webadmin." help.en = "If 'Visitors' enabled, CryptPad will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, CryptPad sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." help.fr = "Si 'Visiteurs' est cochée, CryptPad sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group" type = "group"
default = "visitors" default = "visitors"
@ -46,8 +45,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/xwiki-labs/cryptpad/archive/5.2.1.tar.gz" url = "https://github.com/xwiki-labs/cryptpad/archive/refs/tags/5.3.0.tar.gz"
sha256 = "945abe5bae0da25a4e2ef8e02730aaa5bb5e5a0b8bfd7a23a09ec38422d7c47f" sha256 = "470e75203e7080d19482bacf6216c50ec13070fc7d0ff2e4fc855f57668fb919"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.ports] [resources.ports]