-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml
84 lines (63 loc) · 2.38 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
76
77
78
79
80
81
82
83
84
packaging_format = 2
id = "miniflux"
name = "Miniflux"
description.en = "Minimalist and opinionated RSS feed reader"
description.fr = "Agrégateur de flux RSS minimaliste"
version = "2.2.2~ynh1"
maintainers = []
[upstream]
license = "Apache-2.0"
website = "https://miniflux.app/"
admindoc = "https://miniflux.app/docs/index.html"
code = "https://github.com/miniflux/v2"
[integration]
yunohost = ">= 11.2.29"
helpers_version = "2.1"
architectures = ["amd64", "armhf", "arm64"]
multi_instance = true
ldap = false
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/miniflux"
[install.admin]
type = "user"
[install.password]
help.en = "Password must be more than 6 characters."
help.fr = "Le mot de passe doit contenir plus de 6 caractères."
type = "password"
[install.init_main_permission]
help.en = "If set to visitors, Miniflux will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si visiteurs sélectionnée, Miniflux sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
in_subdir = false
extract = false
rename = "miniflux"
arm64.url = "https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-arm64"
arm64.sha256 = "8c07d0206a048a16efe07caf0ee79d4969d53098d1a49fbb74bec4d89c92322f"
amd64.url = "https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-amd64"
amd64.sha256 = "9cd9d012831a3a269f7a637d73d834c89ef37b747b13cb6f68c6619639ee6e51"
armhf.url = "https://github.com/miniflux/v2/releases/download/2.2.2/miniflux-linux-armv7"
armhf.sha256 = "880dee904e6dfcd6d9c98af27919e4bc22dc38d3688c8108f8bae8087b292421"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
autoupdate.asset.arm64 = "^miniflux-linux-arm64$"
autoupdate.asset.armhf = "^miniflux-linux-armv7$"
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"