-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml
75 lines (55 loc) · 1.97 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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.54.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-only"
website = "https://autobrr.com/"
code = "https://github.com/autobrr/autobrr"
[integration]
yunohost = ">= 12.0.0"
helpers_version = "2.1"
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.54.0/autobrr_1.54.0_linux_x86_64.tar.gz"
amd64.sha256 = "b8e07d547467d3ea8b7f1f505f16edfbd6953fdca461e45f5003d4917a23cb6e"
arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.54.0/autobrr_1.54.0_linux_arm64.tar.gz"
arm64.sha256 = "90a6edcf1b47186c6ef353e69dd047433844834e47f967d99a9a60a716b6344f"
armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.54.0/autobrr_1.54.0_linux_arm.tar.gz"
armhf.sha256 = "c696656b5ebd3b7133d2084b808f1ff6a723c65ef809e7a8974e47b725cf966a"
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"