generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml
80 lines (59 loc) · 2.17 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "gestion_creneaux_supermarche_coop"
name = "Gestion de créneaux pour supermarché coopératif"
description.fr = "Application de gestion de créneaux pour les membres d'un supermarché coopératif"
description.en = "Application to manage time slots for members of a cooperative supermarket"
version = "1.0~ynh1"
maintainers = ["samueleyre", "raphodn"]
[upstream]
license = "free"
admindoc = "https://github.com/elefan-grenoble/gestion-compte/wiki"
userdoc = "https://github.com/elefan-grenoble/gestion-compte/wiki"
code = "https://github.com/elefan-grenoble/gestion-compte"
[integration]
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = "true"
sso = "true"
disk = "50M"
ram.build = "512M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/gestion-creneaux"
[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"]
default = "fr"
[install.admin]
type = "user"
[install.password]
help.en = "Use the help field to add an information for the admin about this question."
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/elefan-grenoble/gestion-compte/releases/tag/v1.45.7"
sha256 = "590732933e9f7914343b0c245b5c53085319b685b05893ed4a6cdadb954a03ec"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "php7.4, php7.4-cli, php7.4-fpm, php7.4-json, php7.4-intl, php7.4-gd, php7.4-mysql, php7.4-xml, php7.4-curl, php7.4-mbstring, php7.4-zip"
[resources.database]
type = "mysql"