mirror of
https://github.com/YunoHost-Apps/zerobin_ynh.git
synced 2024-09-03 18:06:01 +02:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "Zerobin",
|
|
"id": "zerobin",
|
|
"description": {
|
|
"en": "A minimalist, opensource online pastebin where the server has zero knowledge of pasted data"
|
|
},
|
|
"developer": {
|
|
"name": "julien",
|
|
"email": "julien.malik@paraiso.me",
|
|
"url": "http://sebsauvage.net/wiki/doku.php?id=php:zerobin"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Zerobin"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Zerobin"
|
|
},
|
|
"example": "/zerobin",
|
|
"default": "/zerobin"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"ask": {
|
|
"en": "Is it a public Zerobin site ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
}
|
|
]
|
|
}
|
|
}
|