Files
aaPanel/data/libList.conf
T
jose 7bacfb79e0 v6.8.8
1. Add user login function.
2. Add the first professional plug-in Nginx WAF.
3. Release a new version of the online editor.
4. Fixed some bugs.
2021-02-23 09:52:47 +08:00

29 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[{
"name":"FTP storage",
"type":"Cron job",
"ps":"Package the website or database back to the FTP storage space.",
"status":false,
"opt":"ftp",
"module":"ftp",
"script":"ftp",
"help":"http://www.bt.cn/bbs",
"key":"Host|Please enter the host address|FTP server address, for example192.168.0.1:21",
"secret":"Username|Please enter the login username|Specify the FTP username",
"bucket":"Password|Please enter the login password|Specify the FTP password",
"domain":"Storage location|Please enter the storage location|path relative to the FTP root directory, such as /backup",
"check":["/www/server/panel/script/backup_ftp.py"]
},{
"name":"Google Cloud Storage",
"type":"Cron job",
"ps":"Back up your website or database to Google Cloud Storage.",
"status":false,
"opt":"gcloud",
"module":"os",
"script":"google",
"help":"http://forum.aapanel.com",
"key":"",
"secret":"",
"bucket":"",
"domain":"",
"check":["/www/server/panel/plugin/gcloud_storage/gcloud_storage_main.py","/www/server/panel/script/backup_gcloud.py"]
}]