command
module
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Feb 20, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
doak-fs 文件管理
文件管理工具,web界面,使用 web 框架 echo
,打包配置文件、静态文件和模板文件,生成一个执行文件部署方便,也可以设置参数自定义配置文件和模板目录
项目介绍
- 使用
go
开发的文件管理工具
- web 框架使用
go
框架 echo
- 默认打包配置文件、静态文件和模板文件。可更改
app/boot/boot.go
文件内 global.IsOnlyEmbed
为 false
自定义配置文件和模板文件
- 模板库使用
pongo2
库,语法接近 python
的 django
框架
- 生成一个文件即可部署
截图预览
使用方法
- 下载
git clone github.com/deatil/doak-fs
- 编译运行
go run main.go
自定义配置文件
go run main.go --config=config.toml
使用模板位置
go run main.go --view=template
- 登录账号:
admin
/ 123456
特别鸣谢
感谢以下的项目,排名不分先后
开源协议
doak-fs
遵循 Apache2
开源协议发布,在保留本软件版权的情况下提供个人及商业免费使用。
版权
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.