Skip to content

Commit

Permalink
feat: update templates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Apr 3, 2024
1 parent f3d4e3a commit df2a726
Showing 1 changed file with 47 additions and 3 deletions.
50 changes: 47 additions & 3 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,16 +448,30 @@
"title": "Dolibarr",
"description": "Dolibarr ERP & CRM est un progiciel web moderne et facile à utiliser pour la gestion de votre entreprise.",
"categories": ["ERP"],
"manual": true,
"enabled": false,
"enabled": true,
"trial": 7,
"price": 19,
"logo": "https://i.imgur.com/ayV1kB4.png",
"website": "https://www.dolibarr.org",
"repository": {
"url": "https://github.com/ethibox/awesome-stacks",
"stackfile": "stacks/dolibarr.yml"
}
},
"env": [
{
"name": "ADMIN_USERNAME",
"label": "Admin username",
"value": "admin",
"disabled": true
},
{
"name": "INITIAL_ADMIN_PASSWORD",
"label": "Initial admin password",
"type": "password",
"value": "dolibarr",
"disabled": true
}
]
},
{
"type": 2,
Expand Down Expand Up @@ -1909,6 +1923,36 @@
"url": "https://github.com/ethibox/awesome-stacks",
"stackfile": "stacks/appsmith.yml"
}
},
{
"type": 2,
"title": "Dokos",
"description": "Plateforme de gestion d'entreprise open-source",
"categories": ["ERP"],
"manual": true,
"enabled": true,
"trial": 7,
"price": 19,
"logo": "https://i.imgur.com/wxofSzi.png",
"website": "https://dokos.io/",
"repository": {
"url": "https://github.com/ethibox/awesome-stacks",
"stackfile": "stacks/dokos.yml"
},
"env": [
{
"name": "ADMIN_USERNAME",
"label": "Admin username",
"value": "Administrator",
"disabled": true
},
{
"name": "ADMIN_PASSWORD",
"label": "Admin password",
"type": "password",
"disabled": true
}
]
}
]
}

0 comments on commit df2a726

Please sign in to comment.