Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Tarocch1/file-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Admin

GitHub release (latest by date) GitHub All Releases GitHub

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

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.