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

73 lines
1.9 KiB
TOML
Raw Normal View History

2023-04-15 22:17:26 +02:00
packaging_format = 2
id = "autobrr"
name = "Autobrr"
description.en = "Modern, easy to use download automation for torrents and usenet"
2023-04-15 22:46:37 +02:00
description.fr = "Automatisation de téléchargement pour les torrents et Usenet"
2023-04-15 22:17:26 +02:00
version = "1.45.0~ynh1"
2023-04-15 22:17:26 +02:00
2023-04-15 22:46:37 +02:00
maintainers = ["eric_G"]
2023-04-15 22:17:26 +02:00
[upstream]
2023-04-15 22:46:37 +02:00
license = "GPL-3.0-only"
2023-04-15 22:17:26 +02:00
website = "https://autobrr.com/"
code = "https://github.com/autobrr/autobrr"
[integration]
2023-08-17 21:36:19 +02:00
yunohost = ">= 11.2"
2023-04-15 22:17:26 +02:00
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
2023-04-15 22:35:50 +02:00
ram.build = "150M"
2023-04-15 22:17:26 +02:00
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.45.0/autobrr_1.45.0_linux_x86_64.tar.gz"
amd64.sha256 = "4a150b76b6e1a38ea4ec704ab64135b9138aa83f73a126e20c64eb6a615c0960"
arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.45.0/autobrr_1.45.0_linux_arm64.tar.gz"
arm64.sha256 = "579fd67a3f63507a38d0e1e7df7276581d3be6a753294922d9174b14ff55444d"
armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.45.0/autobrr_1.45.0_linux_arm.tar.gz"
armhf.sha256 = "f32d9a929066c5e482bf18a62c9c1eca75bbf0b20bda8ac82e1e88d711b5a71c"
2023-04-15 22:17:26 +02:00
in_subdir = false
extract = true
autoupdate.strategy = "latest_github_release"
2024-02-15 20:01:14 +01:00
autoupdate.asset.amd64 = "^autobrr_.*_linux_x86_64.tar.gz$"
autoupdate.asset.arm64 = "^autobrr_.*_linux_arm64.tar.gz$"
2024-02-16 21:50:42 +01:00
autoupdate.asset.armhf = "^autobrr_.*_linux_(arm|armv6).tar.gz$"
2023-04-15 22:17:26 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"