filecat 5.8.2 → 5.8.3

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
@@ -1,14 +1,15 @@
1
1
 
2
2
  # ![](./src/web/meta/resources/img/logo-70.png) FileCat
3
3
 
4
- FileCat 是一个基于 Web 的服务器管理工具,集成了文件管理、超大日志查看、远程终端访问、系统进程监控,以及包括 VPN、SSH、RDP、HTTP、TCP 等多种网络代理功能。
4
+ FileCat 是一个基于 Web 的文件服务器、服务器管理工具。集成了文件管理、超大日志查看、远程终端访问、系统进程监控,以及包括 VPN、SSH、RDP、HTTP、TCP 等多种网络代理功能。
5
+
6
+ 本项目是对[filebrowser](https://github.com/filebrowser/filebrowser)的功能增强,使用和filebrowser一样的ui,以服务器文件管理为基础添加一些服务器控制功能。
5
7
 
6
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.
7
9
 
8
- 本软件是基于[filebrowser](https://github.com/filebrowser/filebrowser)的ui与文件管理功能、添加了 系统管理、远程代理、CI/CD自动化构建、VPN 等诸多与开发人员平时用到的功能,目的是成为一个简洁好用的服务器管理工具,也可以说是服务器控制面板。
9
10
  ## 安装方式 / Installation
10
11
  ### 1. Npm
11
- `npm install -g filecat --registry https://registry.npmmirror.com ` 使用 `filecat --port 5567 `
12
+ `npm install -g filecat --registry https://registry.npmmirror.com `
12
13
  ### 2. Docker
13
14
  `docker run -d \
14
15
  --name filecat \
@@ -20,6 +21,10 @@ FileCat is a web-based server management platform that provides file management,
20
21
  ### 3. Binary 二进制
21
22
  Download the latest [Releases](https://github.com/xiaobaidadada/filecat/releases)
22
23
 
24
+ ## 运行/Running
25
+ `filecat --port 5567`
26
+ 更多参数可以使用 `filecat --help` 查看
27
+
23
28
  ## 在线演示 / Demo
24
29
 
25
30
  [http://demo.filecat.xiaobaidadada.fun/](http://demo.filecat.xiaobaidadada.fun/)
@@ -37,7 +42,10 @@ Download the latest [Releases](https://github.com/xiaobaidadada/filecat/releases
37
42
  |:------------------------:|:------------------------:|:------------------------:|
38
43
  | ![](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) |
39
44
 
40
-
45
+ - 终端功能相比filebrowser使用了xterm.js,并且采用了[虚拟shell](https://www.npmjs.com/package/pty-shell)完美实现命令的权限过滤,避免用户执行类似 rm -r / 的危险命令
46
+ - 在文件操作功能上,添加了 白板绘图,markdown预览,图片编辑等功能
47
+ - 内置了一个模仿github workflow 语法实现的自动化构建功能,作用于以.act结尾的文件
48
+ - 支持 系统、docker、进程 等信息的监控,对于系统进程查询,采用了高效的实现方式,监控全部进程的状态只需要非常小的cpu占用率
41
49
  ## qq群
42
50
  824838674
43
51