66 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Ghost",
 | |
|   "port": 8117,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "ghost",
 | |
|   "tipi_version": 88,
 | |
|   "version": "5.82.2",
 | |
|   "categories": [
 | |
|     "social",
 | |
|     "media"
 | |
|   ],
 | |
|   "description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.",
 | |
|   "short_desc": "Ghost - Turn your audience into a business.",
 | |
|   "author": "TryGhost",
 | |
|   "source": "https://github.com/TryGhost/Ghost",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "Ghost Database password",
 | |
|       "min": 20,
 | |
|       "env_variable": "GHOST_DATABASE_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "Mail Service name",
 | |
|       "hint": "The name of your mail service (ie. Google)",
 | |
|       "required": false,
 | |
|       "env_variable": "GHOST_MAIL_SERVICE"
 | |
|     },
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "SMTP Host",
 | |
|       "hint": "Your SMTP Server",
 | |
|       "required": false,
 | |
|       "env_variable": "GHOST_MAIL_HOST"
 | |
|     },
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "SMTP Port",
 | |
|       "hint": "Your SMTP Port",
 | |
|       "required": false,
 | |
|       "env_variable": "GHOST_MAIL_PORT"
 | |
|     },
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "SMTP Username",
 | |
|       "hint": "Your SMTP Server User/Username",
 | |
|       "required": false,
 | |
|       "env_variable": "GHOST_MAIL_USER"
 | |
|     },
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "SMTP Password",
 | |
|       "hint": "Your SMTP Server Password",
 | |
|       "required": false,
 | |
|       "env_variable": "GHOST_MAIL_PASSWORD"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": [
 | |
|     "arm64",
 | |
|     "amd64"
 | |
|   ]
 | |
| }
 | 
![renovate[bot]](/assets/img/avatar_default.png)