mirror of
https://github.com/YunoHost-Apps/rportd_ynh.git
synced 2024-09-03 20:16:15 +02:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "Rportd",
|
|
"id": "rportd",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Manage your remote servers"
|
|
},
|
|
"version": "0.9.0~ynh1",
|
|
"url": "https://rport.io/",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://rport.io/",
|
|
"admindoc": "https://kb.rport.io/",
|
|
"code": "https://github.com/cloudradar-monitoring/rport"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"antifeatures": {
|
|
"deprecated-software": {
|
|
"en": "Rportd has been closed-sourced and its code repository deleted. You need to find an alternative app. For more information: https://github.com/realvnc-labs/rport/blob/192d76724b43fd52a95892174b63a1f45153d77f/README.md"
|
|
}
|
|
},
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
}
|
|
]
|
|
}
|
|
}
|