#开源 #工具
一个简易的文件管理工具。

#开源 #工具 一个简易的文件管理工具。

Property
Oct 12, 2022 12:14 PM
Status
Date
URL
https://github.com/Tarocch1/file-admin
notion image

notion image

File Admin

notion image
notion image
notion image
一个简易的文件管理工具。

Feature

  • 基于 HTTP 协议的文件管理,包括查看文件列表、上传、编辑、重命名、删除以及新建文件(夹)。
  • 支持 HTTPS。
  • 支持 HTTP Basic 认证。
  • 单个二进制文件,方便部署。

Usage

$ file-admin --help
Usage of ./file-admin:
 -a string
 <username:password> Basic auth user.
 -d string
 Dir path to serve. (default ".")
 -h string
 Host to listen. (default "0.0.0.0")
 -https-cert string
 Path to https cert.
 -https-key string
 Path to https key.
 -p string
 Port to listen. (default "3000")
 -v Print version information.