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.549~ynh1"
2024-02-25 21:56:47 +01:00
maintainers = ["Navan Chauhan"]
[upstream]
license = "GPL-2.0"
code = "https://github.com/Jackett/Jackett"
[integration]
2024-08-30 19:05:17 +02:00
yunohost = ">= 11.2.28"
2024-02-25 21:56:47 +01:00
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.549/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "a5b5ada980d407487efb10042c3b63f1b91c0f1b11e10ca6c2c9769ad80b38b8"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.549/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "e5a11166ba737744c4fd30e63b404e2d0e3c4b3bc8c63428f36d41dcd42f1ac5"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.549/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "93f2da514ed2a09c55026d4008275a7d70620f2c97c8bdc4b91663248447e5c2"
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