mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
7d25646901
- `main` v0.22.468: https://github.com/Jackett/Jackett/releases/tag/v0.22.468
62 lines
1.8 KiB
TOML
62 lines
1.8 KiB
TOML
#: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.468~ynh1"
|
|
|
|
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
|
|
disk = "200M"
|
|
ram.build = "500M"
|
|
ram.runtime = "200M"
|
|
|
|
[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.468/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
|
amd64.sha256 = "bf6038ceb571de7234251cbe4e10625b78b64cc0fa8483ae55e0f593cec3b1b0"
|
|
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Binaries.LinuxARM64.tar.gz"
|
|
arm64.sha256 = "e1d3e05b874f6996660d998ba25ff75a0cf02d819625a668a5504d32407fd0b3"
|
|
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Binaries.LinuxARM32.tar.gz"
|
|
armhf.sha256 = "c212300094ddc6366ac039a91af8ab2c18b776f1092c723e79a6b8ba7ff2a050"
|
|
|
|
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
|