mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
40 lines
932 B
JSON
40 lines
932 B
JSON
{
|
|
"name": "Webmin",
|
|
"id": "webmin",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Web-based interface for system administration for Unix",
|
|
"fr": "Interface Web d'administration système pour Unix"
|
|
},
|
|
"version": "2.013~ynh1",
|
|
"url": "http://www.webmin.com",
|
|
"upstream": {
|
|
"license": "BSD-3-Clause",
|
|
"website": "http://www.webmin.com",
|
|
"code": "https://github.com/webmin/webmin"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|