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

37 lines
779 B
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
},
2021-11-19 21:22:11 +01:00
"version": "2021.01.25~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": {
2021-11-19 21:22:11 +01:00
"yunohost": ">= 4.3.0"
2017-03-03 21:26:30 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-11-19 21:22:11 +01:00
"type": "domain"
2017-03-03 21:26:30 +01:00
},
{
"name": "password",
"type": "password",
2021-11-19 21:22:11 +01:00
"optional": true
2020-12-01 10:53:34 +01:00
}
2017-03-03 21:26:30 +01:00
]
}
}