generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.toml
95 lines (73 loc) · 3.35 KB
/
manifest.toml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
packaging_format = 2
id = "dendrite"
name = "Dendrite"
description.en = "Matrix homeserver of second generation"
description.fr = "Serveur Matrix de seconde génération"
version = "0.14.1~ynh1"
maintainers = ["tituspijean"]
[upstream]
license = "Apache-2.0"
website = "https://matrix.org/"
admindoc = "https://github.com/element-hq/dendrite/tree/master/docs"
code = "https://github.com/element-hq/dendrite"
[integration]
yunohost = ">= 12.0.0"
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
help.en = "Select the domain onto which Dendrite will be exclusively installed, e.g. dendrite.domain.tld"
help.fr = "Sélectionnez le domaine exclusivement dédié à Dendrite, par exemple dendrite.domain.tld"
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.server_name]
ask.en = "Select the display name for your Dendrite server"
ask.fr = "Sélectionnez le nom d'affichage pour votre serveur Dendrite"
help.en = "If you choose domain.tld, your Matrix user-ids will be looking like @user:domain.tld instead of @user:dendrite.domain.tld"
help.fr = "Si vous choisissez domain.tld, vos identifiants Matrix ressembleront à @utilisateur:domain.tld plutôt que @utilisateur:dendrite.domain.tld"
type = "domain"
[install.registration]
ask.en = "Should the server allow any visitor to register as a user?"
ask.fr = "Le serveur doit-il permettre à quiconque de s'enregistrer comme utilisateur ?"
type = "boolean"
help.en = "If no, accounts should be registered by an admin after defining a secret. If yes, to protect your server and the federation from spammer, federation will be deactived by default. You must Activate CAPTCHA verification before federation reactivation. See Config Panel for instructions"
help.fr = "Si non, les comptes seront créés par un admin après avoir défini un secret. Si oui, la fédération sera désactivée pour protéger la fédération et vous des spammeurs. Activez la vérification par CAPTCHA avant de réactiver la fédération ! Voir les instructions dans le Config Panel"
default = false
[resources]
[resources.sources.main]
url = "https://github.com/element-hq/dendrite/archive/refs/tags/v0.14.1.tar.gz"
sha256 = "400aca67b3ed558c8e9d1fb40588589d39e8f67102c6233a5c4d3675ed2a71ea"
autoupdate.strategy = "latest_github_tag"
[resources.ports]
main.default = 8008
tls.default = 8448
tls.exposed = "TCP"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.allowed = "visitors"
main.show_tile = false
server_api.url = "__DOMAIN__/_matrix"
server_api.label = "Server access for client apps."
server_api.show_tile = false
server_api.allowed = "visitors"
server_api.auth_header = false
server_api.protected = true
server_client_infos.url = "__SERVER_NAME__/.well-known/matrix"
server_client_infos.label = "Server info for clients. (well-known)"
server_client_infos.show_tile = false
server_client_infos.allowed = "visitors"
server_client_infos.auth_header = false
server_client_infos.protected = true
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"