forked from Dolibarr/dolibarr-community-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.yaml.example
More file actions
67 lines (61 loc) · 2.57 KB
/
Copy pathindex.yaml.example
File metadata and controls
67 lines (61 loc) · 2.57 KB
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
packages:
- modulename: 'Module hosted on repo'
author: 'Inital author'
author_url: 'https://www.domaininitialauthor.com'
maintener_email: 'email@domain.com'
label:
fr: 'Module name FR'
en: 'Module name EN'
description:
fr: 'Description FR'
en: 'Description EN'
status: 'enabled'
created_at: '2024-12-10'
last_updated_at: "2026-03-14"
category: '68, 67'
git: 'https://github.com/Dolibarr/dolibarr-community-modules/tree/main/mymodule'
git-branch: 'main'
git-system: 'github'
cover: 'https://raw.githubusercontent.com/Dolibarr/dolibarr-community-modules/main/mymodule/cover.png'
current_version: "2.0"
dolibarrmin: "21.0"
dolibarrmax: "23.0"
phpmin: "7.1"
phpmax: "8.4"
price: 0
# direct-download is yes if we can download the module to install it in application
direct-download: yes
# dolistore-upload is manual if module is also uploaded manually on dolistore.com, auto if sync automatically
dolistore-upload: 'auto'
# dolistore-download is url of product page for download if module can also be found on dolistore.com
dolistore-download: https://www.dolistore.com/product.php?id=xxxx
- modulename: 'Module hosted on external repo'
author: 'Inital author'
author_url: 'https://www.domaininitialauthor.com'
maintener_email: 'email@domain.com'
label:
fr: 'Module name FR'
en: 'Module name EN'
description:
fr: 'Description FR'
en: 'Description EN'
status: 'enabled'
git: 'https://github.com/Hoster/Module/tree/master/htdocs/mymodule'
git-branch: 'master'
git-system: 'github'
cover: 'https://raw.githubusercontent.com/Hoster/Module/refs/heads/master/htdocs/mymodule/img/mymodule.png'
current_version: '1.0.0'
dolibarrmin: '21.0'
dolibarrmax: "23.0"
phpmin: '7.1'
phpmax: '8.4'
price: 0
created_at: '2025-03-05'
last_updated_at: "2026-03-16"
# direct-download is yes if we can download the module to install it in application.
# If set to yes, a package named module_<modulename>-x.y[.z].zip must be available in the repository.
direct-download: no
# dolistore-upload is manual if module is also uploaded manually on dolistore.com, auto if sync automatically
dolistore-upload: 'manual'
# dolistore-download is url of product page for download if module can also be found on dolistore.com
dolistore-download: 'https://www.dolistore.com/product.php?id=xxx'