-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.toml
65 lines (48 loc) · 1.44 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
packaging_format = 2
id = "pmwiki"
name = "PmWiki"
description.en = "Wiki-based CMS for collaborative creation and maintenance of websites"
description.fr = "Wiki pour la création et l'entretien collectif de sites Internet"
version = "2.3.32~ynh12"
maintainers = [ ]
[upstream]
license = "GPL-2.0-only"
website = "https://www.pmwiki.org"
admindoc = "https://www.pmwiki.org/wiki/PmWikiFr/PmWikiFr"
userdoc = "https://www.pmwiki.org/wiki/PmWikiFr/PmWikiUsers"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
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 = "/pmwiki"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://www.pmwiki.org/pub/pmwiki/pmwiki-2.3.32.zip"
sha256 = "5e0a4f990802ae9dfd83837d3484557d93e08ace9df0f294e8198440c5f7534b"
[resources.sources.fr]
url = "http://www.pmwiki.org/pub/pmwiki/i18n/i18n-fr.zip"
sha256 = "d3642aec9cfae61a9c3ebb0ede55193168857a0c4c9f042999c98b8e1da8f323"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.2-fpm"