Giter Site home page Giter Site logo

vikutorika / zfile-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from justxuewei/zfile-docker

0.0 0.0 0.0 5.56 MB

Source Code of Docker image for ZFile

Home Page: https://hub.docker.com/r/xavierniu/zfile

License: MIT License

Dockerfile 100.00%

zfile-docker's Introduction

ZFile Docker

此Docker镜像由Xavier Niu维护,基于:

  • lsiobase/alpine:3.11
  • zfile:2.9.0

Docker Hub: xavierniu/zfile

ZFile

ZFile是一个在线文件目录的程序,支持对象存储和本地存储,使用定位是个人网盘或公共文件库。

GitHub Repo: https://github.com/zhaojun1998/zfile

文档地址: http://docs.zhaojun.im/zfile

运行

使用Docker运行

docker run -d --name zfile \
  -e PUID=1000 \ # optional
  -e PGID=1000 \ # optional
  -e TZ="Asia/Shanghai" \ # optional
  -p 8080:8080 \
  --restart=unless-stopped \
  -v <YOUR ZFILE CONFIG PATH>:/root/.zfile-new \
  -v <YOUR ZFILE DATA PATH>:/zfile \
  xavierniu/zfile

Environment Variables

Volumes

  • <YOUR ZFILE CONFIG PATH>: zfile配置目录
  • <YOUR ZFILE DATA PATH>: zfile本地文件系统

致谢

zfile-docker's People

Contributors

gamernotitle avatar justxuewei avatar koalang avatar zhaojun1998 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.