Files
djangohelper/config.json
xiaji d559a85feb 最初一个版本,已经初步实现各种功能
主页连接
远程命令
django
Gunicorn操作
2025-08-28 20:44:35 +08:00

25 lines
685 B
JSON
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.
{
"servers": [
{
"alias": "测试服务器192.168.3.157",
"host": "192.168.3.157",
"port": 22,
"username": "xiaji",
"password": "xiaji",
"project_name": "statuspage",
"git_url": "http://192.168.3.241:3000/xiaji/webstatus",
"remote_directory": "/home/xiaji/",
"django_path": "/home/xiaji/"
},
{
"alias": "生产服务器",
"host": "192.168.1.200",
"port": 22,
"username": "admin",
"password": "your_password",
"project_name": "production_app",
"git_url": "https://github.com/example/production_app.git",
"remote_directory": "/home/admin/production_app"
}
]
}