#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json packaging_format = 2 id = "sonarr" name = "Sonarr" description.en = "Series collection manager for Usenet and BitTorrent users" description.fr = "Gestionnaire de collection de séries pour utilisateurs de Usenet et BitTorrent" version = "4.0.9.2244~ynh1" maintainers = ["tituspijean"] [upstream] license = "GPL-3.0-only" website = "https://sonarr.tv" admindoc = "https://wiki.servarr.com/Sonarr" code = "https://github.com/Sonarr/Sonarr" [integration] yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M" [install] [install.domain] type = "domain" [install.path] type = "path" default = "/sonarr" [resources] [resources.sources.main] amd64.url = "https://github.com/Sonarr/Sonarr/releases/download/v4.0.9.2244/Sonarr.main.4.0.9.2244.linux-x64.tar.gz" amd64.sha256 = "0bad4b09e61c90ee3a13f5a6fbae03c964b82c19789a690516663b14b75f15b0" arm64.url = "https://github.com/Sonarr/Sonarr/releases/download/v4.0.9.2244/Sonarr.main.4.0.9.2244.linux-arm64.tar.gz" arm64.sha256 = "04a6b5b24fde70441727ee131ce1db91bbab80be7f70167bfea6444d12f1a265" armhf.url = "https://github.com/Sonarr/Sonarr/releases/download/v4.0.9.2244/Sonarr.main.4.0.9.2244.linux-arm.tar.gz" armhf.sha256 = "71b6d9d99e2937ebf5d35f6b05731c7bca7ee270014d09d0547a416cf67085b8" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*\\.linux-x64.tar.gz" autoupdate.asset.arm64 = ".*\\.linux-arm64.tar.gz" autoupdate.asset.armhf = ".*\\.linux-arm.tar.gz" [resources.system_user] [resources.install_dir] [resources.data_dir] [resources.ports] [resources.permissions] main.url = "/" main.allowed = "admins" api.url = "/api" api.allowed = "visitors" api.show_tile = false api.protected = true [resources.apt] packages = [ "sqlite3", "dirmngr", "mediainfo", ]