forked from YunoHost-Apps/conduwuit_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
126 lines (94 loc) · 4.13 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "conduwuit"
name = "Conduwuit"
description.en = "A very cool, featureful fork of conduit, A lightweight, open source Matrix server."
version = "v0.5.0-rc2~ynh1"
maintainers = ["eric_G"]
[upstream]
license = " Apache-2.0"
website = "https://conduwuit.puppyirl.gay/"
demo = "https://transfem.dev"
admindoc = "https://conduwuit.puppyirl.gay"
code = "https://github.com/girlbossceo/conduwuit"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = [ "arm64", "amd64" ]
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[antifeatures]
arbitrary-limitations.en = "Conduwuit is currently in beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into some bugs."
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
help.en = "If you want to be able to federate with other servers, you should keep the default choice, visitors"
help.fr = "Si vous souhaitez pouvoir fédérer votre serveur avec d'autres, vous devez laisser le choix par défaut, visiteurs"
[install.server_name]
type = "domain"
ask.en = "Select the display name for your Conduwuit server"
ask.fr = "Sélectionnez le nom d'affichage pour votre serveur Conduwuit"
help.en = "If you choose domain.tld, your Matrix user-ids will be looking like @user:domain.tld instead of @user:conduwuit.domain.tld"
help.fr = "Si vous choisissez domain.tld, vos identifiants Matrix ressembleront à @utilisateur:domain.tld plutôt que @utilisateur:conduwuit.domain.tld"
[install.registration]
type = "boolean"
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?"
help.en = "A configurable invite token must be given to new users to register (A default one is generated during install)"
default = false
[install.sync_user_create]
type = "boolean"
ask.en = "Should new yunohost users be automatically added"
help.en = "This will automatically create accounts for any yunohost users added after installation, restarting the server in the process"
default = false
[install.jitsi_server]
ask.en = "Jitsi server address for conferencing?"
ask.fr = "Adresse du serveur Jitsi pour les conférences ?"
type = "string"
example = "domain.org"
default = "jitsi.riot.im"
[install.admin]
type = "user"
[install.password]
type = "password"
ask.en = "Enter the password for the admin account"
[resources]
[resources.sources]
[resources.sources.main]
in_subdir = false
extract = false
rename = "conduwuit"
amd64.url = "https://github.com/girlbossceo/conduwuit/releases/download/v0.5.0-rc2/static-x86_64-linux-musl"
amd64.sha256 = "aafddff210745880e100818977ddeb1c8b43cff466adabb32d284354d0c5a9c5"
arm64.url = "https://github.com/girlbossceo/conduwuit/releases/download/v0.5.0-rc2/static-aarch64-linux-musl"
arm64.sha256 = "06ca826b8d56581e8cc7d89e2f8ab4705a4a3791890496b9fb9fcbe204b65b02"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.data_dir]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.show_tile = false
server_api.url = "/_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 = "/.well-known/matrix"
server_client_infos.label = "Server info for federation. (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.ports]
conduwuit.default = 8008
conduwuit_tls.default = 8448
conduwuit_tls.exposed = "TCP"