filecat 5.8.3 → 5.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,6 +7,7 @@ FileCat 是一个基于 Web 的文件服务器、服务器管理工具。集成
7
7
 
8
8
  FileCat is a web-based server management platform that provides file management, large-scale log viewing, remote terminal access, process monitoring, and various network proxies including VPN, SSH, RDP, HTTP, and TCP.
9
9
 
10
+ ❌ Mac Sys not supported yet , Windows \ Linux Sys is supported, But it can be run on Mac using Docker.
10
11
  ## 安装方式 / Installation
11
12
  ### 1. Npm
12
13
  `npm install -g filecat --registry https://registry.npmmirror.com `
@@ -22,15 +23,11 @@ FileCat is a web-based server management platform that provides file management,
22
23
  Download the latest [Releases](https://github.com/xiaobaidadada/filecat/releases)
23
24
 
24
25
  ## 运行/Running
25
- `filecat --port 5567`
26
- 更多参数可以使用 `filecat --help` 查看
27
-
28
- ## 在线演示 / Demo
26
+ 运行 `filecat --port 5567`
29
27
 
30
- [http://demo.filecat.xiaobaidadada.fun/](http://demo.filecat.xiaobaidadada.fun/)
31
-
32
- 账号密码: `admin`/`admin`. english account: `en_admin`/`en_admin`. 演示主机由[亚洲云](https://www.asiayun.com/)提供.
28
+ account/password: admin/admin
33
29
 
30
+ 更多参数可以使用 `filecat --help` 查看
34
31
 
35
32
  ## 功能概览 / Features
36
33
  | 文件管理 | 代码编辑 | 多用户管理 |
@@ -42,10 +39,12 @@ Download the latest [Releases](https://github.com/xiaobaidadada/filecat/releases
42
39
  |:------------------------:|:------------------------:|:------------------------:|
43
40
  | ![](https://github.com/user-attachments/assets/20702c83-4f68-47cf-ae12-7694f19dea2a) | ![image](https://github.com/user-attachments/assets/9845638c-8298-4957-86cb-201b3ca2a7d9) | ![](https://github.com/user-attachments/assets/f7a746af-5645-4241-9e2e-69eace3b4ba1) |
44
41
 
45
- - 终端功能相比filebrowser使用了xterm.js,并且采用了[虚拟shell](https://www.npmjs.com/package/pty-shell)完美实现命令的权限过滤,避免用户执行类似 rm -r / 的危险命令
46
- - 在文件操作功能上,添加了 白板绘图,markdown预览,图片编辑等功能
47
- - 内置了一个模仿github workflow 语法实现的自动化构建功能,作用于以.act结尾的文件
48
- - 支持 系统、docker、进程 等信息的监控,对于系统进程查询,采用了高效的实现方式,监控全部进程的状态只需要非常小的cpu占用率
42
+ - **文件管理**: 支持断点分块上传、多个根目录、代码\图片编辑、编辑器模式、白板绘图...
43
+ - **终端**:相比filebrowser使用了xterm.js,并且采用了虚拟shell完美实现命令的权限过滤,避免用户执行类似 rm -r / 的危险命令
44
+ - **CI/CD自动化构建**:内置了一个模仿github workflow 语法实现的自动化构建功能,作用于以.act结尾的文件
45
+ - **ssh代理**: 可以管理多个linux服务器,作用和winscp类似,让终端和文件管理更方便。除此之外还支持http代理,rdp远程桌面(windows)等代理
46
+ - **网站导航**: 记录管理自己的多个链接地址
47
+ - **系统、docker、进程 等信息的监控**: 对于系统进程查询,采用了高效的实现方式,监控全部进程的状态只需要非常小的cpu占用率
49
48
  ## qq群
50
49
  824838674
51
50