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
2024-09-02 03:36:31 +02:00

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.545~ynh1"
maintainers = ["Navan Chauhan"]
[upstream]
license = "GPL-2.0"
code = "https://github.com/Jackett/Jackett"
[integration]
yunohost = ">= 11.2.28"
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.545/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "1f7c2240582b7fc15a61d7e3e400df9ac33831e83cca3c057b7497bd64c28d67"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.545/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "9a37346b43bb12769249cc4cc6e86e07fbe7825fed9078352d07c6ad9f79c4a4"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.545/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "6b9ea3978319eb96bc8596c2db27e627d5e1834ddd63c023a89b64210283e3f0"
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