36 lines
		
	
	
		
			807 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			807 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": 3,
 | |
|   "version": "6.4.3",
 | |
|   "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"
 | |
|   ]
 | |
| }
 | 
![renovate[bot]](/assets/img/avatar_default.png)