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
yalh76 5322ea5bfb
Fix yunohost version requirements
! Using official helper ynh_legacy_permissions_delete_all implies requiring at least version 4.1, but manifest only requires 3.8.1 
    ! Using official helper ynh_legacy_permissions_exists implies requiring at least version 4.1, but manifest only requires 3.8.1
2021-05-07 00:30:03 +02:00

46 lines
1.2 KiB
JSON

{
"name": "ZeroNet",
"id": "zeronet",
"packaging_format": 1,
"description": {
"en": "Decentralized websites using Bitcoin crypto and BitTorrent network",
"fr": "Sites Web décentralisés utilisant la crypto Bitcoin et le réseau BitTorrent"
},
"version": "0.7.1~ynh1",
"url": "https://zeronet.io",
"license": "AGPL-3.0",
"maintainer": {
"name": "whypsi",
"email": "whypsi@riseup.net"
},
"requirements": {
"yunohost": ">= 4.1.7.3"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a sub domain name for ZeroNet",
"fr": "Choisissez un nom de domaine pour ZeroNet"
},
"example": "zeronet.domain.tld"
},
{
"name": "password",
"type": "password",
"optional": true,
"ask": {
"en": "Set the password for the Zeronet.",
"fr": "Définissez le mot de passe pour votre Zeronet."
},
"example": "myreallystrengthpassword"
}
]
}
}