Coder Social home page Coder Social logo

mischief1 / webdir Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xmh51/webdir

0.0 0.0 0.0 0 B

多账户 文件管理系统 配合aria2 可以离线下载 新建文件夹 重命名文件 等文件管理的基本功能

License: Apache License 2.0

Java 2.26% HTML 6.48% CSS 6.65% JavaScript 84.61%

webdir's Introduction

WEB DIR

项目介绍

多账户 文件管理系统 配合aria2 可以离线下载 新建文件夹 重命名文件 等文件管理的基本功能

软件架构

软件架构说明 Java

安装教程

  1. 安装tomcat环境,把war包部署到ROOT目录
  2. 自定义配置文件(WEB-INF/classes/config/config.yml) 配置下载目录和aria2配置
  3. 启动tomcat
  4. 查看tomcat日志是否正常

使用说明

  1. 离线下载需要 aria2
  2. 中文乱码解决。设置linux 系统字符集为utf-8 设置完成后需要重启
  3. 运行 aria2 需要和tomcat 同系统账户运行,防止无法删除文件
    指定 用户运行
    debian
    -u www -g group "aria2c --conf-path=/data/aria2/conf/aria2.conf -D"
    centos
    su - www -c "aria2c --conf-path=/data/aria2/conf/aria2.conf -D"
  4. 支持多个用户,在配置文件添加用户,重启即可

参与贡献

  1. Fork 本项目
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

感谢

特别感谢 PotatoCloudDrive webui-aria2 本项目中使用到了这些项目的源代码

webdir's People

Contributors

xmh51 avatar xmw2013 avatar

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.