Coder Social home page Coder Social logo

456cookie / zlib-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from senkita/zlib-web

0.0 0.0 0.0 286 KB

自写一个 Book-Searcher 的 Web UI。

Home Page: https://zLib.Senkita.cc

License: MIT License

JavaScript 0.76% TypeScript 94.47% CSS 2.56% HTML 0.88% Dockerfile 1.32%

zlib-web's Introduction

zLib-Web

Introduction

自写一个 book-searcher 的 Web UI。

预览: zLib Searcher

Features

  1. 使用 AntD v5 重写了个类搜索引擎的前端

  2. 支持跳转 IPFS 网关节点检测

Installation

  1. 打包

    npm i && npm run build
  2. 替换

    ⚠️ 原仓库只有master分支,不存在开发分支,所有实时改动都直接反映在主分支上,需手动切换至对应Tag

    i. 将打包好的dist/替换掉原仓库frontend/下的内容

    ii. 替换Dockerfiledocker-compose.yml

  3. 部署

    docker compose up # if you use docker-compose
    
    # if you use docker
    docker build . -t zlib-searcher --no-cache
    docker run -d -p 7070:7070 -v "/data/index:/index:Z" --restart=always --name "zLib-Searcher" zlib-searcher
  4. 解压索引文件压缩包到/data/index/

Maintainers

License

MIT © Senkita

References

zlib-web's People

Contributors

senkita avatar karasushin 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.