Giter Site home page Giter Site logo

speakfly / pixreader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from idkiro/pixreader

0.0 1.0 0.0 2.05 MB

An eBook reader makes you can read your books anywhere.

Home Page: http://book.idkiro.xyz/

License: GNU Lesser General Public License v2.1

JavaScript 5.96% HTML 0.82% Vue 86.73% CSS 6.50%

pixreader's Introduction

PixReader

Demo

应用截图

使用方法

当前版本仅支持minio

输入下面的指令,在你的服务器上搭建私人 minio 对象存储服务。

Docker:

docker run -p 9000:9000 --name minio1 \
  -e "MINIO_ACCESS_KEY=username" \
  -e "MINIO_SECRET_KEY=password" \
  -v /mnt/data:/data \
  -v /mnt/config:/root/.minio \
  minio/minio server /data

Binary:

wget https://dl.minio.io/server/minio/release/linux-amd64/minio
chmod +x minio
export MINIO_ACCESS_KEY=username
export MINIO_SECRET_KEY=password
(./minio server ./data &)

使用指令前请修改指令中的用户名和密码部分

其他

笔记

TODO

  • 移动设备支持
  • 多语言支持
  • GitHub支持
  • 书籍分类和拖动
  • 主题设置
  • 偏好设置
  • 桌面应用
  • 移动应用

pixreader's People

Contributors

idkiro avatar

Watchers

James Cloos 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.