mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "Ghost",
|
|
"id": "ghostblog",
|
|
"description": {
|
|
"en": "Just a blogging platform"
|
|
},
|
|
"developer": {
|
|
"name": "Julien Malik",
|
|
"email": "julien.malik@paraiso.me",
|
|
"url": "https://ghost.org/"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Ghost"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Ghost"
|
|
},
|
|
"example": "/blog",
|
|
"default": "/blog"
|
|
},
|
|
{
|
|
"name": "public_site",
|
|
"ask": {
|
|
"en": "Is it a public Ghost site ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"ask": {
|
|
"en": "Admin user (must be an existing Yunohost user login)"
|
|
},
|
|
"default": "homer"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"ask": {
|
|
"en": "Admin user password"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|
|
|