1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00
flood_ynh/manifest.toml

72 lines
1.8 KiB
TOML
Raw Normal View History

2024-04-11 12:45:51 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-10-31 21:25:40 +01:00
packaging_format = 2
id = "flood"
name = "Flood"
description.en = "Monitoring service for various torrent clients"
description.fr = "Service de surveillance pour divers clients torrent"
2024-05-04 06:08:16 +02:00
version = "4.8.2~ynh1"
2023-10-31 21:25:40 +01:00
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]
2023-10-31 21:39:18 +01:00
yunohost = ">= 11.2"
architectures = [ "amd64", "arm64" ]
2023-10-31 21:25:40 +01:00
multi_instance = false
2023-10-31 21:39:18 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-31 21:25:40 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/flood"
[install.init_main_permission]
type = "group"
2023-10-31 21:40:21 +01:00
default = "visitors"
2023-10-31 21:25:40 +01:00
[resources]
[resources.sources.main]
rename = "flood-linux.deb"
2024-05-04 06:08:16 +02:00
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"
2023-10-31 21:25:40 +01:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "flood-linux-arm64.deb"
autoupdate.asset.amd64 = "flood-linux-x64.deb"
2023-10-31 21:25:40 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
2023-10-31 21:39:18 +01:00
subdirs = [".session", "watch", "torrent"]
[resources.ports]
main.default = 8095
scgi.default = 8096
rt.default = 45069
rt.exposed = "TCP"
2023-10-31 21:25:40 +01:00
[resources.permissions]
main.url = "/"
2023-10-31 21:39:18 +01:00
[resources.apt]
packages = "rtorrent, screen"