mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-22 22:35:24 +02:00
* feat(directus): upgrade template to Directus 12.1.1 * feat(directus): add commented S3 env variables to template.toml
16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"id": "directus",
|
|
"name": "Directus",
|
|
"version": "12.1.1",
|
|
"description": "Directus is an open source headless CMS that provides an API-first solution for building custom backends.",
|
|
"logo": "directus.jpg",
|
|
"links": {
|
|
"github": "https://github.com/directus/directus",
|
|
"website": "https://directus.io/",
|
|
"docs": "https://directus.com/docs/"
|
|
},
|
|
"tags": [
|
|
"cms"
|
|
]
|
|
}
|