-
Notifications
You must be signed in to change notification settings - Fork 13
/
manifest.toml
87 lines (70 loc) · 2.61 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
85
86
87
packaging_format = 2
id = "grav"
name = "Grav"
description.en = "Modern open source flat-file CMS"
description.fr = "CMS moderne basé sur des fichiers plats"
version = "1.7.47~ynh1"
maintainers = ["tituspijean"]
[upstream]
license = "MIT"
website = "https://www.getgrav.org/"
demo = "https://getgrav.org/downloads/themes"
admindoc = "https://learn.getgrav.org"
code = "https://github.com/getgrav/grav"
cpe = "cpe:2.3:a:getgrav:grav"
fund = "https://opencollective.com/grav"
[integration]
yunohost = ">= 11.1.9"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/grav"
[install.init_main_permission]
help.en = "Will anyone be able to access the website?"
help.fr = "Est-ce que quiconque pourra accéder au site ?"
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["en_EN", "fr_FR"]
default = "fr_FR"
[install.init_admin_permission]
ask.en = "Select an administrator for the app"
ask.fr = "Sélectionnez un administrateur pour l'application"
type = "user"
[resources]
[resources.sources]
[resources.sources.ldap]
url = "https://github.com/trilbymedia/grav-plugin-login-ldap/archive/refs/tags/1.1.0.tar.gz"
sha256 = "bf6f7684fc7d605241f66772875f77b8e3977c0db9c50010d78385495c7ec335"
autoupdate.strategy = "latest_github_tag"
autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap"
[resources.sources.main]
url = "https://github.com/getgrav/grav/releases/download/1.7.47/grav-admin-v1.7.47.zip"
sha256 = "fd7c45e400084e37cd33bd7716bcf75478dfda1fc5a8921bd09673ef4221289f"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grav-admin.*.zip"
[resources.sources.app-upgrade]
url = "https://github.com/getgrav/grav/releases/download/1.7.47/grav-update-v1.7.47.zip"
sha256 = "b055f32faa50c107c47149d0a8a6607e78926e30270b7ca9b0864e3f43a79725"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grav-update.*.zip"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
admin.show_tile = false
user.show_tile = false
[resources.apt]
packages = "php7.4, php7.4-zip, php7.4-mbstring, php7.4-curl, php7.4-dom, php7.4-gd, php7.4-xml, php7.4-ldap, php7.4-sqlite3, php7.4-mysql"