#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json packaging_format = 2 id = "flood" name = "Flood" description.en = "Monitoring service for various torrent clients" description.fr = "Service de surveillance pour divers clients torrent" version = "4.8.2~ynh1" maintainers = ["Taker"] [upstream] license = "GPL-3.0-or-later" website = "https://flood.js.org/" admindoc = "https://github.com/jesec/flood/wiki" code = "https://github.com/jesec/flood" [integration] yunohost = ">= 11.2" architectures = [ "amd64", "arm64" ] multi_instance = false ldap = false sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M" [install] [install.domain] type = "domain" [install.path] type = "path" default = "/flood" [install.init_main_permission] type = "group" default = "visitors" [resources] [resources.sources.main] rename = "flood-linux.deb" arm64.url = "https://github.com/jesec/flood/releases/download/v4.8.2/flood-linux-arm64.deb" arm64.sha256 = "fdaedc6fee39f9d2b00136342610c114116f453fee57ca2d519f46fc5dfb09d6" amd64.url = "https://github.com/jesec/flood/releases/download/v4.8.2/flood-linux-x64.deb" amd64.sha256 = "0bb394c7553b87b416776d51c211fe653b332f0497f1ddf2541b15c9f0cb8340" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "flood-linux-arm64.deb" autoupdate.asset.amd64 = "flood-linux-x64.deb" [resources.system_user] [resources.install_dir] [resources.data_dir] subdirs = [".session", "watch", "torrent"] [resources.ports] main.default = 8095 scgi.default = 8096 rt.default = 45069 rt.exposed = "TCP" [resources.permissions] main.url = "/" [resources.apt] packages = "rtorrent, screen"