-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmanifest.toml
More file actions
68 lines (51 loc) · 1.85 KB
/
manifest.toml
File metadata and controls
68 lines (51 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
packaging_format = 2
id = "cryptpad"
name = "CryptPad"
description.en = "Collaborative office suite that is end-to-end encrypted and open-source"
description.fr = "Suite bureautique chiffrée pour la collaboration en temps réel"
version = "2026.2.2~ynh1"
maintainers = ["ddataa"]
[upstream]
license = "AGPL-3.0-only"
website = "https://cryptpad.org"
demo = "https://cryptpad.fr"
admindoc = "https://docs.cryptpad.fr/en/"
code = "https://github.com/cryptpad/cryptpad"
cpe = "cpe:2.3:a:xwiki:cryptpad"
fund = "https://opencollective.com/cryptpad/contribute"
[integration]
yunohost = ">= 12.1.38"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "3500M"
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"
[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"
[resources]
[resources.sources.main]
url = "https://github.com/cryptpad/cryptpad/archive/refs/tags/2026.2.2.tar.gz"
sha256 = "707a7fb30138cabf5fd048e27ab35ecc3d86678234cda18cb5122cb645b77a56"
autoupdate.strategy = "latest_github_tag"
[resources.ports]
main.default = 3000
socket.default = 3003
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = ["less"]
[resources.nodejs]
version = "22"