app-store/apps/ghost/config.json

27 lines
773 B
JSON
Raw Normal View History

2022-08-03 19:29:10 +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",
"tipi_version": 55,
"version": "5.70.1",
"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"
}
]
}