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

46 lines
1.2 KiB
JSON
Raw Normal View History

2017-03-03 21:26:30 +01:00
{
"name": "ZeroNet",
"id": "zeronet",
"packaging_format": 1,
"description": {
"en": "Decentralized websites using Bitcoin crypto and BitTorrent network",
"fr": "Decentralized websites using Bitcoin crypto and BitTorrent network"
},
"url": "https://zeronet.io",
"license": "free",
2017-07-16 18:36:14 +02:00
"version": "0.5.6",
2017-03-03 21:26:30 +01:00
"maintainer": {
"name": "whypsi",
"email": "whypsi@riseup.net"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a sub domain name for ynhexample",
"fr": "Choisissez un nom de domaine pour ynhexample"
},
"example": "zeronet.domain.tld"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user (the one who will be able to access the admin interface)",
"fr": "Choisissez l'administrateur (seul autorisé à accéder à l'interface d'administration)"
},
"example": "john doe"
}
]
}
}