#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json packaging_format = 2 id = "prowlarr" name = "Prowlarr" description.en = "Complete management of your indexers for Radarr, Sonarr, Lidarr..." description.fr = "Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr..." version = "1.22.0.4670~ynh1" maintainers = ["tituspijean"] [upstream] license = "GPL-3.0-only" website = "https://prowlarr.com" admindoc = "https://wiki.servarr.com/prowlarr" code = "https://github.com/Prowlarr/Prowlarr" [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 = "/prowlarr" [install.admin] type = "user" [resources] [resources.sources.main] amd64.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.22.0.4670/Prowlarr.master.1.22.0.4670.linux-core-x64.tar.gz" amd64.sha256 = "2a3ba56c8dfa290af9aa91ebc0f7af1be0c8d7afec4ec6d4d7f5a9adfa74e49e" arm64.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.22.0.4670/Prowlarr.master.1.22.0.4670.linux-core-arm64.tar.gz" arm64.sha256 = "d44c365c79239652b7825d098ec9f176979ca57f1e871ac713cb7102f401571e" armhf.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.22.0.4670/Prowlarr.master.1.22.0.4670.linux-core-arm.tar.gz" armhf.sha256 = "820ded05249adebe653124997e09157c4cf39514932df0e954f164c90aab3550" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-x64\\.tar\\.gz$" autoupdate.asset.arm64 = "^Prowlarr\\.master\\..*\\.linux-core-arm64\\.tar\\.gz$" autoupdate.asset.armhf = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$" [resources.system_user] [resources.install_dir] [resources.data_dir] subdirs = ["logs"] [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 = "curl, mediainfo, sqlite3"