Git Product home page Git Product logo

pfms's Introduction

简介

pfms,中文名称:私人文件管理系统,它是基于 EasyFS 二次升级改造, 改造后更方便灵活、文件以及文件夹的管理、定时分享文件, 轻量级文件服务器,支持缩略图,下载支持中文名,不依赖其它容器,可独立部署, 使用Java语言、SpringBoot框架、Thymeleaf模板引擎、Layer前端、Java内存缓存开发.

平台支持

  1. Windows
  2. Linux

预览

image image image image image image image image

使用场景

私人文件在线管理,主要功能有:
文件上传、下载、查看、删除、重命名、新建文件夹、定时分享文件等...

Linux独立部署

  1. 本地修改配置打包,上传jar包到linux服务器
  2. 运行命令: nohup java -jar fms-1.0.jar &
  3. 访问:http://ip:8081
  4. 你也可以直接使用IDEA导入源码运行

使用指南

配置文件中以下两个参数标识管理员账号和密码:

admin.uname=root
admin.pwd=123

PS: 如果是图片、音频、视频、pdf、网页、文本类型的文件会在浏览器直接打开,其他类型弹出下载框。

服务器参数配置

fs.dir配置为上传到硬盘的指定文件夹中,并且会生成图片缩略图。

其他可选参数

fs.dir:文件上传位置
fs.uuidName:文件是否使用uuid命名
fs.useSm:文件是否生成缩略图
fs.useNginx:文件是否使用nginx做转发
fs.nginxUrl:nginx服务器地址

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.