mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
62 lines
1.8 KiB
TOML
62 lines
1.8 KiB
TOML
packaging_format = 2
|
||
|
||
id = "cryptpad"
|
||
name = "CryptPad"
|
||
description.en = "Zero Knowledge realtime collaborative office suite"
|
||
description.fr = "Suite bureautique chiffrée pour la collaboration en temps réel"
|
||
|
||
version = "5.3.0~ynh1"
|
||
|
||
maintainers = ["ddataa"]
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0-only"
|
||
website = "https://cryptpad.fr/"
|
||
demo = "https://cryptpad.fr/"
|
||
admindoc = "https://docs.cryptpad.fr/en/"
|
||
code = "https://github.com/xwiki-labs/cryptpad"
|
||
cpe = "cpe:2.3:a:xwiki:cryptpad"
|
||
fund = "https://opencollective.com/cryptpad/contribute?language=fr"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.1.20"
|
||
architectures = "all"
|
||
multi_instance = false
|
||
ldap = false
|
||
sso = false
|
||
disk = "50M"
|
||
ram.build = "350M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.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é."
|
||
type = "domain"
|
||
full_domain = true
|
||
|
||
[install.init_main_permission]
|
||
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 'Visiteurs' est cochée, CryptPad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[install.admin]
|
||
type = "user"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://github.com/xwiki-labs/cryptpad/archive/refs/tags/5.3.0.tar.gz"
|
||
sha256 = "470e75203e7080d19482bacf6216c50ec13070fc7d0ff2e4fc855f57668fb919"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.ports]
|
||
main.default = 3000
|
||
porti.default = 3001
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|