#: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.8-2~ynh1" maintainers = ["eric_G"] [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.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_release" autoupdate.asset.arm64 = "rustdesk-server-linux-arm64v8\\.zip" autoupdate.asset.amd64 = "rustdesk-server-linux-amd64\\.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"