GithubHelp home page GithubHelp logo

jview / go-fastdfs-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from perfree/go-fastdfs-web

0.0 0.0 0.0 3.18 MB

Go-Fastdfs web管理平台

License: MIT License

Shell 0.36% JavaScript 12.43% Java 24.15% CSS 6.82% HTML 17.41% Batchfile 0.01% Dockerfile 0.06% Less 19.25% SCSS 19.50%

go-fastdfs-web's Introduction

Go-Fastdfs web管理平台

go-fastdfs 是一个简单的分布式文件存储,具有高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。本项目为go-fastdfs的web管理端

前往 Go-Fastdfs

Go-Fastdfs web管理平台 - Golang版本

简单预览图

控制台

文件上传

文件列表

集群列表

注意事项

  1. 默认端口8088,修改默认端口号更改config/application.yml即可
  2. 如go-fastdfs开启了按组管理,则需要填写组名,反之不用填写
  3. 进入安装页填写集群地址时,该地址需要在go-fastdfs配置文件配置管理ip白名单,否则获取不到数据!
  4. 文件列表功能需要go-fastdfs服务版本在v1.2.8以上
  5. 遇到获取不到信息的功能,先试一下本地调用go-fastdfs接口看是否能获取到

运行步骤

首先需要安装java运行环境 下载地址

Docker安装运行

docker run --name fastdfsweb -d -p 8088:8088 perfree/fastdfsweb

Windows运行

解压压缩包后,直接运行start.bat

Linux运行

解压压缩包后,运行脚本,命令如下:

1.运行
./goFastDfsWeb.sh start
2.查看运行状态
./goFastDfsWeb.sh status
3.重新启动
./goFastDfsWeb.sh restart
4.停止
./goFastDfsWeb.sh stop

如遇到-bash: ./goFastDfsWeb.sh: /bin/bash^M: 坏的解释器: 没有那个文件或目录错误,则执行以下命令再运行

sed -i 's/\r//' ./goFastDfsWeb.sh

开发说明

项目使用SpringBoot,Mybatis-Plus,Shiro进行开发,为方便后期用户安装,数据库采用Sqlite.

打包方式

  1. maven运行mvn clean package
  2. 完成之后得到jar,zip,tar.gz三种格式文件

支持

微信

支付宝

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.