1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/manifest.json

34 lines
784 B
JSON
Raw Normal View History

{
"name": "Movim",
"id": "movim",
"description": {
"en": "The Kickass Social Network",
},
"license": "AGPL-3",
"maintainer": {
"name": "src386",
"email": "maniatux@gmail.com",
"url": "http://127.0.0.1"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Movim"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Movim"
},
"example": "/movim",
"default": "/movim"
}
]
}
}