1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00
jackett_ynh/manifest.toml

63 lines
1.8 KiB
TOML
Raw Normal View History

2024-02-25 21:56:47 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "jackett"
name = "Jackett"
description.en = "API support for your favorite torrent trackers"
description.fr = "API pour vos trackers torrent préférés"
version = "0.22.339~ynh1"
2024-02-25 21:56:47 +01:00
maintainers = ["Navan Chauhan"]
[upstream]
license = "GPL-2.0"
code = "https://github.com/Jackett/Jackett"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = true
ldap = false
sso = false
2024-03-11 21:32:51 +01:00
disk = "200M"
ram.build = "500M"
ram.runtime = "200M"
2024-02-25 21:56:47 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/jackett"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.339/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "3b0533a6998c0fef1b616410e232fb1985f264c6a96ab87cd821bf1e61e81a44"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.339/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "a98f85bb1101a5c9573889bc81b7882409bf920541e97f3d5b7d37f186ea0f8c"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.339/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "e517bdbe22876ca5402220cba1d453e839c8b07216826271d72a687896ddaa74"
2024-02-25 21:56:47 +01:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"
autoupdate.asset.arm64 = "^Jackett.Binaries.LinuxARM64.tar.gz$"
autoupdate.asset.armhf = "^Jackett.Binaries.LinuxARM32.tar.gz$"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 9117