更改项目名为NebulaShell
This commit is contained in:
27
store/@{NebulaShell}/ftp-server/manifest.json
Normal file
27
store/@{NebulaShell}/ftp-server/manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "ftp-server",
|
||||
"version": "1.1.0",
|
||||
"author": "NebulaShell",
|
||||
"description": "FTP/SFTP 文件传输服务 - 提供安全的文件上传下载/目录管理/WebUI集成",
|
||||
"type": "service"
|
||||
},
|
||||
"config": {
|
||||
"enabled": true,
|
||||
"args": {
|
||||
"ftp_port": 2121,
|
||||
"sftp_port": 2222,
|
||||
"passive_ports": [30000, 30010],
|
||||
"max_connections": 50,
|
||||
"timeout": 300,
|
||||
"allow_anonymous": false,
|
||||
"root_dir": "/workspace/ftp-root",
|
||||
"chroot_enabled": true,
|
||||
"ssl_enabled": true,
|
||||
"ssl_cert": "config/ftp.crt",
|
||||
"ssl_key": "config/ftp.key"
|
||||
}
|
||||
},
|
||||
"dependencies": ["http-api", "i18n"],
|
||||
"permissions": ["lifecycle", "plugin-storage"]
|
||||
}
|
||||
Reference in New Issue
Block a user