更改项目名为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,32 @@
{
"metadata": {
"name": "webui",
"version": "2.1.0",
"author": "NebulaShell",
"description": "Web 控制台 - 多语言支持/插件管理/安全配置/系统监控",
"type": "webui"
},
"config": {
"enabled": true,
"args": {
"port": 8080,
"theme": "dark",
"title": "NebulaShell",
"language": "zh-CN",
"supported_languages": ["zh-CN", "en-US", "zh-TW", "ja-JP", "ko-KR", "fr-FR", "de-DE", "es-ES"],
"session_timeout": 3600,
"enable_2fa": false,
"show_plugins": true,
"show_security": true,
"show_deployments": true
}
},
"dependencies": ["http-api", "i18n"],
"permissions": ["*"],
"frontend": "php",
"database": {
"type": "mysql",
"name": "nebulashell",
"init_script": "config/database.sql"
}
}