1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/autobrr_ynh.git synced 2024-09-03 18:15:56 +02:00
autobrr_ynh/manifest.toml
2024-07-21 03:30:53 +02:00

72 lines
1.9 KiB
TOML

packaging_format = 2
id = "autobrr"
name = "Autobrr"
description.en = "Modern, easy to use download automation for torrents and usenet"
description.fr = "Automatisation de téléchargement pour les torrents et Usenet"
version = "1.44.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-only"
website = "https://autobrr.com/"
code = "https://github.com/autobrr/autobrr"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/autobrr"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/autobrr/autobrr/releases/download/v1.44.0/autobrr_1.44.0_linux_x86_64.tar.gz"
amd64.sha256 = "e3edd241072de2dc22e3d9afda67378d12c971d8783a08d841eb4979ac1ed958"
arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.44.0/autobrr_1.44.0_linux_arm64.tar.gz"
arm64.sha256 = "6a7af2287ed2e8689ff51e5f705c501535da4205222edf14c9029a71c200e1bf"
armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.44.0/autobrr_1.44.0_linux_arm.tar.gz"
armhf.sha256 = "027829bdf76a218927356e5dd294b535410b4c4d296637c6d5f29818ae03c5e7"
in_subdir = false
extract = true
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^autobrr_.*_linux_x86_64.tar.gz$"
autoupdate.asset.arm64 = "^autobrr_.*_linux_arm64.tar.gz$"
autoupdate.asset.armhf = "^autobrr_.*_linux_(arm|armv6).tar.gz$"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"