mirror of
https://github.com/YunoHost-Apps/rspamdui_ynh.git
synced 2024-09-03 20:16:32 +02:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "Rspamd Web UI",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|