Skip to content

Commit c0c2786

Browse files
committed
feat: update templates.json
1 parent f3d4e3a commit c0c2786

File tree

1 file changed

+47
-3
lines changed

1 file changed

+47
-3
lines changed

templates.json

+47-3
Original file line numberDiff line numberDiff line change
@@ -448,16 +448,30 @@
448448
"title": "Dolibarr",
449449
"description": "Dolibarr ERP & CRM est un progiciel web moderne et facile à utiliser pour la gestion de votre entreprise.",
450450
"categories": ["ERP"],
451-
"manual": true,
452-
"enabled": false,
451+
"enabled": true,
453452
"trial": 7,
454453
"price": 19,
455454
"logo": "https://i.imgur.com/ayV1kB4.png",
456455
"website": "https://www.dolibarr.org",
457456
"repository": {
458457
"url": "https://github.com/ethibox/awesome-stacks",
459458
"stackfile": "stacks/dolibarr.yml"
460-
}
459+
},
460+
"env": [
461+
{
462+
"name": "ADMIN_USERNAME",
463+
"label": "Admin username",
464+
"value": "admin",
465+
"disabled": true
466+
},
467+
{
468+
"name": "INITIAL_ADMIN_PASSWORD",
469+
"label": "Initial admin password",
470+
"type": "password",
471+
"value": "dolibarr",
472+
"disabled": true
473+
}
474+
]
461475
},
462476
{
463477
"type": 2,
@@ -1909,6 +1923,36 @@
19091923
"url": "https://github.com/ethibox/awesome-stacks",
19101924
"stackfile": "stacks/appsmith.yml"
19111925
}
1926+
},
1927+
{
1928+
"type": 2,
1929+
"title": "Dokos",
1930+
"description": "Plateforme de gestion d'entreprise open-source",
1931+
"categories": ["ERP"],
1932+
"manual": true,
1933+
"enabled": true,
1934+
"trial": 7,
1935+
"price": 19,
1936+
"logo": "",
1937+
"website": "https://dokos.io/",
1938+
"repository": {
1939+
"url": "https://github.com/ethibox/awesome-stacks",
1940+
"stackfile": "stacks/dokos.yml"
1941+
},
1942+
"env": [
1943+
{
1944+
"name": "ADMIN_USERNAME",
1945+
"label": "Admin username",
1946+
"value": "Administrator",
1947+
"disabled": true
1948+
},
1949+
{
1950+
"name": "ADMIN_PASSWORD",
1951+
"label": "Admin password",
1952+
"type": "password",
1953+
"disabled": true
1954+
}
1955+
]
19121956
}
19131957
]
19141958
}

0 commit comments

Comments
 (0)