更改项目名为NebulaShell

This commit is contained in:
Falck
2026-05-02 08:30:31 +08:00
parent d16e28ab17
commit 2c2ec60a2b
233 changed files with 298 additions and 276 deletions

View File

@@ -0,0 +1,26 @@
{
"metadata": {
"name": "polyglot-deploy",
"version": "1.1.0",
"author": "NebulaShell",
"description": "多语言项目部署服务 - 支持 Node.js/Python/Java/Go/Rust 等项目的一键部署/WebUI 管理",
"type": "deployment"
},
"config": {
"enabled": true,
"args": {
"supported_languages": ["python", "nodejs", "java", "go", "rust", "php", "ruby"],
"build_timeout": 300,
"deploy_timeout": 600,
"max_projects": 50,
"workspace_dir": "/workspace/polyglot-projects",
"auto_cleanup": true,
"cleanup_interval": 3600,
"log_level": "info",
"docker_enabled": true,
"docker_network": "polyglot-net"
}
},
"dependencies": ["http-api", "i18n", "pkg-manager"],
"permissions": ["lifecycle", "plugin-storage"]
}