Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
/ zLib-Web Public archive

自写一个 Book-Searcher 的 Web UI。

License

Notifications You must be signed in to change notification settings

Senkita/zLib-Web

Repository files navigation

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