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.1 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",
2020-10-22 21:15:55 +02:00
"fr": "Sites Web décentralisés utilisant la crypto Bitcoin et le réseau BitTorrent"
2017-03-03 21:26:30 +01:00
},
2020-10-22 21:15:55 +02:00
"version": "0.7.1~ynh1",
2017-03-03 21:26:30 +01:00
"url": "https://zeronet.io",
2017-11-15 20:00:47 +01:00
"license": "AGPL-3.0",
2017-03-03 21:26:30 +01:00
"maintainer": {
"name": "whypsi",
"email": "whypsi@riseup.net"
},
"requirements": {
2020-10-22 21:15:55 +02:00
"yunohost": ">> 3.8.1"
2017-03-03 21:26:30 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2020-10-22 21:15:55 +02:00
"en": "Choose a sub domain name for ZeroNet",
"fr": "Choisissez un nom de domaine pour ZeroNet"
2017-03-03 21:26:30 +01:00
},
"example": "zeronet.domain.tld"
},
{
"name": "password",
"type": "password",
"optional": true,
2017-03-03 21:26:30 +01:00
"ask": {
"en": "Set the password for the Zeronet.",
"fr": "Définissez le mot de passe pour votre Zeronet."
2017-03-03 21:26:30 +01:00
},
"example": "myreallystrengthpassword"
2020-12-01 10:53:34 +01:00
}
2017-03-03 21:26:30 +01:00
]
}
2020-11-12 19:45:22 +01:00
}