1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00
rustdesk-server_ynh/manifest.toml

80 lines
2.4 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "rustdesk-server"
name = "RustDesk Server"
description.en = "Remote control alternative for self-hosting"
description.fr = "Alternative de contrôle à distance pour l'auto-hébergement"
version = "1.1.10.3~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0"
website = "https://rustdesk.com/"
admindoc = "https://rustdesk.com/docs/en/"
code = "https://github.com/rustdesk/rustdesk-server"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.10-3/rustdesk-server-linux-amd64.zip"
amd64.sha256 = "de65b461a0e5a4abbcaa37e9f9cbcd1d980df50c7982d4221a2522532bb1fa90"
i386.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.10-3/rustdesk-server-linux-i386.zip"
i386.sha256 = "927d30e5570d55c65a0b5791bb0aa7da6dd4a6313166bc2165bb6d4116422135"
arm64.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.10-3/rustdesk-server-linux-arm64v8.zip"
arm64.sha256 = "b895bbcfbcb235bb407f53c704a1db18c7e174b1116b7f4189ce97cfa64af8f5"
armhf.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.10-3/rustdesk-server-linux-armv7.zip"
armhf.sha256 = "560f2b12651f965576b1110225628d07ca8a9a14ffc70a0475510601b495376d"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "rustdesk-server-linux-amd64.zip"
autoupdate.asset.i386 = "rustdesk-server-linux-i386.zip"
autoupdate.asset.arm64 = "rustdesk-server-linux-arm64v8.zip"
autoupdate.asset.armhf = "rustdesk-server-linux-armv7.zip"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.show_tile = false
main.allowed = "visitors"
[resources.ports]
api.default = 21114
hbbs.default = 21115
hbbs.exposed = "TCP"
hbbsbis.default = 21116
hbbsbis.exposed = "Both"
hbbster.default = 21118
hbbster.exposed = "TCP"
hbbr.default = 21117
hbbr.exposed = "TCP"
hbbrbis.default = 21119
hbbrbis.exposed = "TCP"
[resources.apt]
packages = "sqlite3"