mirror of
https://github.com/YunoHost-Apps/zeronet_ynh.git
synced 2024-09-03 17:46:12 +02:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"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": "AGPL-3.0",
|
|
"version": "0.6.0",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|