31 lines
787 B
JSON
31 lines
787 B
JSON
{
|
|
"name": "WordPress",
|
|
"available": true,
|
|
"port": 8213,
|
|
"exposable": true,
|
|
"id": "wordpress",
|
|
"description": "WordPress is a popular content management system for creating websites and blogs.",
|
|
"tipi_version": 8,
|
|
"version": "6.5.5",
|
|
"categories": ["social"],
|
|
"short_desc": "Popular CMS for websites and blogs",
|
|
"author": "WordPress.org",
|
|
"source": "https://github.com/WordPress/WordPress",
|
|
"website": "https://wordpress.org",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "Database Password",
|
|
"min": 32,
|
|
"env_variable": "DB_PASSWORD"
|
|
},
|
|
{
|
|
"type": "random",
|
|
"label": "Database Root Password",
|
|
"min": 32,
|
|
"env_variable": "DB_ROOT_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": ["amd64", "arm64"]
|
|
}
|