forked from monsieur-a/piwigo_ynh
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.toml
103 lines (77 loc) · 2.31 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "piwigo"
name = "Piwigo"
description.en = "Open source photo gallery for the web"
description.fr = "Galerie de photos open source pour le web"
version = "15.1.0~ynh1"
maintainers = ["JimboJoe"]
[upstream]
license = "GPL-2.0"
website = "http://piwigo.org"
demo = "https://piwigo.org/demo"
admindoc = "https://piwigo.org/guides"
code = "https://github.com/Piwigo/Piwigo"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/piwigo"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["fr_FR", "en_UK"]
default = "fr_FR"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://piwigo.org/download/dlcounter.php?code=15.1.0"
sha256 = "ed47dc3d5684969caced625bea478ec8068a1cc86a92b630ac721c3686379c10"
format = "zip"
autoupdate.strategy = "latest_github_release"
[resources.sources.ldap_plugin]
url = "https://github.com/kipjr/ldap_login/archive/refs/tags/13.8.0.tar.gz"
sha256 = "ecb05399eb26de0ef5301fb09d47af9e83732ff6c65ac7703d17104a8f3547c9"
autoupdate.upstream = "https://github.com/kipjr/ldap_login"
autoupdate.strategy = "latest_github_release"
[resources.sources.log_failed_logins_plugin]
url = "http://piwigo.org/ext/download.php?rid=8501"
sha256 = "8c21fb42675968ffaf41bd0735cf1b0541756550e0a6b6d3357f3aaaa84f1bd5"
in_subdir = false
format = "zip"
[resources.system_user]
#allow_email = true
[resources.data_dir]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"mariadb-server",
"imagemagick",
"php8.3-gd",
"php8.3-imagick",
"php8.3-xml",
"php8.3-mbstring",
"php8.3-mysqli",
"php8.3-ldap",
]
[resources.database]
type = "mysql"