Sign inSign up

firezmc/kiftd-nas

By firezmc

Updated over 1 year ago

这是一个基于Springboot的小型JAVA NAS项目。

Image
0

3.3K

firezmc/kiftd-nas repository overview

  1. 傻瓜式启动 ,默认8080端口

docker run -d --name Kiftd_NAS --net=host -e TZ=Asia/Shanghai firezmc/kiftd-nas:v1.0.xx

  1. 高阶式启动,参考说明文档配置端口,访问账号等信息

docker run -d --name Kiftd_NAS --net=host -v 【你的路径】:/APP/conf -v 【你的路径】:/APP/filesystem -v 【你的路径】:/APP/logs -e TZ=Asia/Shanghai firezmc/kiftd-nas:v1.0.xx

  1. 终阶式启动,可定制NAS界面

docker run -d --name Kiftd_NAS --net=host -v 【你的路径】:/APP/conf -v 【你的路径】:/APP/filesystem -v 【你的路径】:/APP/logs -v 【你的路径】:/APP/webContext -e TZ=Asia/Shanghai firezmc/kiftd-nas:v1.0.xx

  1. 目录作用说明 1)conf :服务端 & 账户权限 配置 2)filesystem :保存NAS文件、临时文件 3)logs :Kiftd-NAS日志 4)webContext :前端页面&JS

Tag summary

Content type

Image

Digest

sha256:332502865

Size

303.1 MB

Last updated

over 3 years ago

docker pull firezmc/kiftd-nas