2016-01-20 12:20:03 +01:00
|
|
|
{
|
2022-02-23 23:39:46 +01:00
|
|
|
"name": "Rspamd Web UI",
|
2022-02-23 23:37:24 +01:00
|
|
|
"id": "rspamdui",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Simple control interface for rspamd spam filtering system",
|
|
|
|
"fr": "Simple control interface for rspamd spam filtering system"
|
|
|
|
},
|
|
|
|
"version": "1.0~ynh1",
|
|
|
|
"url": "https://rspamd.com/webui",
|
|
|
|
"upstream": {
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"website": "https://rspamd.com/webui",
|
|
|
|
"code": "https://github.com/rspamd/rspamd"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "ju",
|
|
|
|
"email": "ju@paraiso.me"
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
|
|
|
"multi_instance": "false",
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/rspamd",
|
|
|
|
"default": "/rspamd"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2016-01-20 12:20:03 +01:00
|
|
|
}
|