Files
yakpanel-core/data/libList.conf
2026-04-07 02:04:22 +05:30

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.yakpanel.com/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":"https://forum.yakpanel.com",
"key":"",
"secret":"",
"bucket":"",
"domain":"",
"check":["/www/server/panel/plugin/gcloud_storage/gcloud_storage_main.py","/www/server/panel/script/backup_gcloud.py"]
}]