2022-08-03 19:29:10 +00:00
{
2022-08-24 09:18:00 +00:00
"$schema" : "../schema.json" ,
2022-08-03 19:29:10 +00:00
"name" : "Ghost" ,
"port" : 8117 ,
"available" : true ,
2022-09-07 19:18:41 +00:00
"exposable" : true ,
2022-08-03 19:29:10 +00:00
"id" : "ghost" ,
2024-03-18 20:45:18 +00:00
"tipi_version" : 82 ,
2024-03-16 04:25:35 +00:00
"version" : "5.80.3" ,
2023-06-13 01:21:51 +00:00
"categories" : [
"social" ,
"media"
] ,
2022-08-03 19:29:10 +00:00
"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"
2024-03-18 20:45:18 +00:00
} ,
{
"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"
2022-08-03 19:29:10 +00:00
}
2023-10-29 19:43:17 +00:00
] ,
2023-11-04 02:15:27 +00:00
"supported_architectures" : [
"arm64" ,
"amd64"
]
2022-08-03 19:29:10 +00:00
}