mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
69 lines
2 KiB
TOML
69 lines
2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "simplex"
|
|
name = "SimpleX"
|
|
description.en = "Messaging platform operating without user identifiers"
|
|
description.fr = "Plate-forme de messagerie fonctionnant sans identifiants d'utilisateurs"
|
|
|
|
version = "6.0.3~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "https://simplex.chat/"
|
|
admindoc = "https://github.com/simplex-chat/simplex-chat/blob/stable/docs/SERVER.md"
|
|
code = "https://github.com/simplex-chat/simplexmq"
|
|
cpe = "cpe:2.3:a:simplex:simplex_chat"
|
|
fund = "https://opencollective.com/simplex-chat"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64", "arm64"]
|
|
multi_instance = false
|
|
|
|
ldap = "not_relevant"
|
|
|
|
sso = "not_relevant"
|
|
|
|
disk = "50M"
|
|
ram.build = "150M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
[resources.sources.main]
|
|
amd64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v6.0.3/smp-server_amd64"
|
|
amd64.sha256 = "f40a84b54c5bd3338254701c9480febc31f46b0a832505cf9277edfa610102ac"
|
|
arm64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v6.0.3/smp-server_arm64"
|
|
arm64.sha256 = "e9b7975b4abbb547b10115720527cdced44a898d8b89e37591685edaf2548247"
|
|
in_subdir = false
|
|
extract = false
|
|
rename = "smp-server"
|
|
|
|
[resources.sources.xftp]
|
|
amd64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v6.0.3/xftp-server_amd64"
|
|
amd64.sha256 = "15887fdc53b04fec6098d131371efaed120a00cb9fca92077874412a26a20a28"
|
|
arm64.url = "https://github.com/YunoHost-Apps/simplex_ynh/releases/download/v6.0.3/xftp-server_arm64"
|
|
arm64.sha256 = "29b0ee29a991aac0663a8db3871ff5b37608009b90ac4eaa0602eda27f65bb3e"
|
|
in_subdir = false
|
|
extract = false
|
|
rename = "xftp-server"
|
|
|
|
[resources.ports]
|
|
main.default = 5223
|
|
main.exposed = "TCP"
|
|
xftp.default = 5224
|
|
xftp.exposed = "TCP"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
dir = "/usr/local/bin/__APP__"
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|