更新 HTTP文件服务搭建

X
2025-04-21 13:26:25 +00:00
parent 2155756217
commit 71f0fd5d5b

@@ -20,9 +20,15 @@ chmod +x chfs-linux-amd64-3.1
# 二、 以服务方式运行 # 二、 以服务方式运行
- 安装npx - 创建文件存储目录和日志存储目录
``` ```
apt install npx mkdir /opt/chfs/logs
mkdir /chfs-data
```
- 创建编辑配置文件
```
``` ```
- 新建一个系统服务vim /etc/systemd/system/hfs.service - 新建一个系统服务vim /etc/systemd/system/hfs.service