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

76 lines
2 KiB
TOML
Raw Normal View History

2023-10-29 16:23:32 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2023-11-01 16:02:27 +01:00
id = "rustdesk-server"
name = "RustDesk Server"
2023-10-29 16:23:32 +01:00
description.en = "Remote control alternative for self-hosting"
description.fr = "Alternative de contrôle à distance pour l'auto-hébergement"
2023-10-31 22:40:00 +01:00
version = "1.1.8-2~ynh1"
2023-10-29 16:23:32 +01:00
maintainers = ["eric_G"]
[upstream]
license = "AGPL-3.0"
website = "https://rustdesk.com/"
2023-10-29 19:19:25 +01:00
admindoc = "https://rustdesk.com/docs/en/"
2023-10-29 16:23:32 +01:00
code = "https://github.com/rustdesk/rustdesk-server"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
2023-11-01 14:27:22 +01:00
ldap = "not_relevant"
2023-10-29 16:23:32 +01:00
2023-11-01 14:27:22 +01:00
sso = "not_relevant"
2023-10-29 16:23:32 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.8-2/rustdesk-server-linux-amd64.zip"
amd64.sha256 = "3cf2790c3e9ef70c0eb9ffae02cbe3a2efad71621efda376450e7be3209f2b1c"
arm64.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.8-2/rustdesk-server-linux-arm64v8.zip"
arm64.sha256 = "cdab02fb8731f05ab34340b91ba8cc8333ea8e4445bda1d53ee2d4a6dbb98c7c"
armhf.url = "https://github.com/rustdesk/rustdesk-server/releases/download/1.1.8-2/rustdesk-server-linux-armv7.zip"
armhf.sha256 = "2e6df5751ca0188190c08f6b67125820e7f015545787fae34c1a661c963f0c4b"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
2023-11-01 16:01:50 +01:00
api.default = 21114
2023-11-01 12:04:22 +01:00
hbbs.default = 21115
hbbs.exposed = "TCP"
hbbsbis.default = 21116
hbbsbis.exposed = "Both"
hbbster.default = 21118
hbbster.exposed = "TCP"
2023-10-29 19:20:16 +01:00
hbbr.default = 21117
2023-10-29 16:23:32 +01:00
hbbr.exposed = "TCP"
2023-11-01 12:04:22 +01:00
hbbrbis.default = 21119
hbbrbis.exposed = "TCP"
2023-11-01 13:56:58 +01:00
[resources.apt]
packages = "sqlite3"