mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-31 12:19:37 +02:00
1. Added Domains menu to manage Domains and SSL Certificates 2. Added Add Site automatic record creation when adding websites (Only supported by IPv4) 3. Added Vietnamese language 4. Added Indonesian language 5. Added HTTPS Protection function for Website (disables automatic HTTP to HTTPS redirection when enabled) 6. Added Mail Marketing -- Automation trigger tasks 7. Added Mail Marketing -- Groups Import, Export, Merge 8. Added Mail Marketing -- Subscribers to support paste import 9. Added Mail Marketing -- Template Import Export Duplicate 10. Added Mail server -- Other Settings add timed Auto Responder 11. Added Mail Marketing -- Suspend List to detect abnormal mailboxes 12. Added Mail Marketing -- Marketing Task to export error mail logs 13. Added Mail Domain -- SSL certificate expiration alert 14. Optimized Webmail management to display based on domain additions 15. Optimize Website Interface Button Integration 16. Optimize the response speed of WP Toolkit interface
429 lines
7.8 KiB
JSON
429 lines
7.8 KiB
JSON
[
|
|
{
|
|
"id": "1",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "ssl",
|
|
"title": "Certificate (SSL) expiration",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "SSLCertificateTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
{
|
|
"attr": "project",
|
|
"name": "Model",
|
|
"type": "select",
|
|
"default": "all",
|
|
"items": [
|
|
{
|
|
"title": "ALL SSL",
|
|
"value": "all"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"attr": "cycle",
|
|
"name": "Remaining days",
|
|
"type": "number",
|
|
"suffix": "",
|
|
"unit": "day(s)",
|
|
"default": 15
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"project"
|
|
],
|
|
[
|
|
"cycle"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
"project": "all",
|
|
"cycle": 15
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"total": 2
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"sms",
|
|
"tg"
|
|
],
|
|
"unique": false
|
|
},
|
|
{
|
|
"id": "2",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "site_end_time",
|
|
"title": "Website expiration",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "SiteEndTimeTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
{
|
|
"attr": "cycle",
|
|
"name": "Remaining days",
|
|
"type": "number",
|
|
"unit": "day(s)",
|
|
"suffix": "",
|
|
"default": 7
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"cycle"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
"cycle": 7
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"total": 2
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"tg"
|
|
],
|
|
"unique": true
|
|
},
|
|
{
|
|
"id": "3",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "panel_pwd_end_time",
|
|
"title": "aaPanel password expiration date",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "PanelPwdEndTimeTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
{
|
|
"attr": "cycle",
|
|
"name": "Remaining days",
|
|
"type": "number",
|
|
"unit": "day(s)",
|
|
"suffix": "",
|
|
"default": 15
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"cycle"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
"cycle": 15
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"total": 2
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"tg"
|
|
],
|
|
"unique": true
|
|
},
|
|
{
|
|
"id": "4",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "ssh_login_error",
|
|
"title": "SSH login failure alarm",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "SSHLoginErrorTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
{
|
|
"attr": "cycle",
|
|
"name": "Trigger conditions",
|
|
"type": "number",
|
|
"unit": "minute(s)",
|
|
"suffix": "less than ",
|
|
"default": 30
|
|
},
|
|
{
|
|
"attr": "count",
|
|
"name": "Login failed",
|
|
"type": "number",
|
|
"unit": "time(s)",
|
|
"suffix": "",
|
|
"default": 3
|
|
},
|
|
{
|
|
"attr": "interval",
|
|
"name": "Interval",
|
|
"type": "number",
|
|
"unit": "second(s)",
|
|
"suffix": "more than ",
|
|
"default": 600
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"cycle",
|
|
"count"
|
|
],
|
|
[
|
|
"interval"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
"cycle": 30,
|
|
"count": 3,
|
|
"interval": 600
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"day_num": 3
|
|
},
|
|
"time_rule": {
|
|
"send_interval": 600
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"tg"
|
|
],
|
|
"unique": true
|
|
},
|
|
{
|
|
"id": "5",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "services",
|
|
"title": "Service Stop Alert",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "ServicesTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
{
|
|
"attr": "project",
|
|
"name": "Notification type",
|
|
"type": "select",
|
|
"default": null,
|
|
"items": [
|
|
]
|
|
},
|
|
{
|
|
"attr": "count",
|
|
"name": "Auto-restart",
|
|
"type": "radio",
|
|
"suffix": "",
|
|
"default": 1,
|
|
"items": [
|
|
{
|
|
"title": "Automatically attempt to restart the project",
|
|
"value": 1
|
|
},
|
|
{
|
|
"title": "Do not attempt to restart",
|
|
"value": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"attr": "interval",
|
|
"name": "Interval",
|
|
"type": "number",
|
|
"unit": "second(s)",
|
|
"suffix": "more than ",
|
|
"default": 600
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"project"
|
|
],
|
|
[
|
|
"count"
|
|
],
|
|
[
|
|
"interval"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
"project": "",
|
|
"count": 2,
|
|
"interval": 600
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"day_num": 3
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"tg"
|
|
],
|
|
"unique": false
|
|
},
|
|
{
|
|
"id": "6",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "panel_safe_push",
|
|
"title": "aaPanel security alarms",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "PanelSafePushTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
{
|
|
"attr": "help",
|
|
"name": "Alarm content",
|
|
"type": "help",
|
|
"unit": "",
|
|
"style": {
|
|
"margin-top": "6px"
|
|
},
|
|
"list": [
|
|
"Panel user changes, panel logs are deleted, panels are opened for developers"
|
|
],
|
|
"suffix": "",
|
|
"default": 600
|
|
}
|
|
],
|
|
"sorted": [
|
|
[
|
|
"help"
|
|
]
|
|
]
|
|
},
|
|
"default": {
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"day_num": 3
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"tg"
|
|
],
|
|
"unique": true
|
|
},
|
|
{
|
|
"id": "7",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "ssh_login",
|
|
"title": "SSH login alert",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "SSHLoginTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
],
|
|
"sorted": [
|
|
]
|
|
},
|
|
"default": {
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"day_num": 3
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"tg"
|
|
],
|
|
"unique": true
|
|
},
|
|
{
|
|
"id": "8",
|
|
"ver": "1",
|
|
"used": true,
|
|
"source": "panel_login",
|
|
"title": "aaPanel login alarm",
|
|
"load_cls": {
|
|
"load_type": "path",
|
|
"cls_path": "mod.base.push_mod.site_push",
|
|
"name": "PanelLoginTask"
|
|
},
|
|
"template": {
|
|
"field": [
|
|
],
|
|
"sorted": [
|
|
]
|
|
},
|
|
"default": {
|
|
},
|
|
"advanced_default": {
|
|
"number_rule": {
|
|
"day_num": 3
|
|
}
|
|
},
|
|
"send_type_list": [
|
|
"dingding",
|
|
"feishu",
|
|
"mail",
|
|
"weixin",
|
|
"webhook",
|
|
"sms",
|
|
"tg"
|
|
],
|
|
"unique": true
|
|
}
|
|
]
|
|
|