-
Notifications
You must be signed in to change notification settings - Fork 0
/
templates_teste2.json
38 lines (38 loc) · 1.15 KB
/
templates_teste2.json
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
{
"version": "2",
"templates": [
{
"type": 2,
"title": "SuiteCRM",
"description": "Application de gestion de la relation client open-source.",
"categories": ["CRM"],
"enabled": true,
"price": 19,
"trial": 7,
"logo": "https://i.imgur.com/3lvjIbM.png",
"repository": {
"url": "https://github.com/ethibox/awesome-stacks",
"stackfile": "stacks/suitecrm.yml"
},
"website": "https://suitecrm.com",
"env": [
{
"name": "ADMIN_EMAIL",
"label": "Admin email",
"default": "[email protected]"
},
{
"name": "ADMIN_USERNAME",
"label": "Admin username",
"default": "admin",
"disabled": true
},
{
"name": "ADMIN_PASSWORD",
"label": "Admin password",
"default": "myp@ssw0rd",
"type": "password",
"disabled": true
}
]
}