chore: change repo link

Signed-off-by: zu1k <i@zu1k.com>
master
zu1k 2022-12-06 10:06:39 +08:00
parent 8a36998b5b
commit 451627917f
No known key found for this signature in database
GPG Key ID: AE381A8FB1EF2CC8
6 changed files with 18 additions and 18 deletions

View File

@ -10,8 +10,8 @@ members = [
edition = "2021"
authors = ["zu1k <i@zu1k.com>"]
description = "search z-library index."
homepage = "https://github.com/zu1k/zlib-searcher"
repository = "https://github.com/zu1k/zlib-searcher"
homepage = "https://github.com/zlib-searcher/zlib-searcher"
repository = "https://github.com/zlib-searcher/zlib-searcher"
license = "MIT"
exclude = [".github/", "index/", "frontend/"]

View File

@ -1,10 +1,10 @@
# zlib(libgen) searcher
[![GitHub stars](https://img.shields.io/github/stars/zu1k/zlib-searcher)](https://github.com/zu1k/zlib-searcher/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/zu1k/zlib-searcher)](https://github.com/zu1k/zlib-searcher/network)
[![Release](https://img.shields.io/github/release/zu1k/zlib-searcher)](https://github.com/zu1k/zlib-searcher/releases)
[![GitHub issues](https://img.shields.io/github/issues/zu1k/zlib-searcher)](https://github.com/zu1k/zlib-searcher/issues)
[![GitHub license](https://img.shields.io/github/license/zu1k/zlib-searcher)](https://github.com/zu1k/zlib-searcher/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/zlib-searcher/zlib-searcher)](https://github.com/zlib-searcher/zlib-searcher/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/zlib-searcher/zlib-searcher)](https://github.com/zlib-searcher/zlib-searcher/network)
[![Release](https://img.shields.io/github/release/zlib-searcher/zlib-searcher)](https://github.com/zlib-searcher/zlib-searcher/releases)
[![GitHub issues](https://img.shields.io/github/issues/zlib-searcher/zlib-searcher)](https://github.com/zlib-searcher/zlib-searcher/issues)
[![GitHub license](https://img.shields.io/github/license/zlib-searcher/zlib-searcher)](https://github.com/zlib-searcher/zlib-searcher/blob/master/LICENSE)
Search `zlib`/`libgen` index to get `ipfs_cid`.
@ -15,8 +15,8 @@ I hope everyone have a copy of the index locally, so that no need to rely on any
## Deploy with Docker
```
git clone https://github.com/zu1k/zlib-searcher.git && cd zlib-searcher
wget https://github.com/zu1k/zlib-searcher/releases/download/0.6.0/index_0.6.zip && unzip index_0.6.zip
git clone https://github.com/zlib-searcher/zlib-searcher.git && cd zlib-searcher
wget https://github.com/zlib-searcher/zlib-searcher/releases/download/0.6.0/index_0.6.zip && unzip index_0.6.zip
docker-compose up -d
```
@ -25,7 +25,7 @@ Now `zlib-searcher` it will listen to `0.0.0.0:7070`.
## Usage
### 1. Download the pre-compiled binary from [Release](https://github.com/zu1k/zlib-searcher/releases).
### 1. Download the pre-compiled binary from [Release](https://github.com/zlib-searcher/zlib-searcher/releases).
Or you can compile by yourself. Refer to [Build from source](#build-from-source) for instructions.
@ -115,9 +115,9 @@ id, title, author, publisher, extension, filesize, language, year, pages, isbn,
This raw data is used to generate our `index`, you can download the raw data from here:
- [zlib_index_books.csv.zip](https://zlib.r2.zu1k.com/raw/zlib_index_books.csv.zip)
- [libgen_index_books.csv.zip](https://zlib.r2.zu1k.com/raw/libgen_index_books.csv.zip)
- [zlib_index_books.csv.zip](https://github.com/zlib-searcher/zlib-searcher/releases/download/0.4.0/zlib_index_books.csv.zip)
- [libgen_index_books.csv.zip](https://github.com/zlib-searcher/zlib-searcher/releases/download/0.4.0/libgen_index_books.csv.zip)
## License
**zlib-searcher** © [zlib-searcher's authors](https://github.com/zu1k/zlib-searcher/graphs/contributors), Released under the [MIT](./LICENSE) License.
**zlib-searcher** © [zlib-searcher's authors](https://github.com/zlib-searcher/zlib-searcher/graphs/contributors), Released under the [MIT](./LICENSE) License.

View File

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
authors = ["Wybxc <wybxc@qq.com>", "zu1k <i@zu1k.com>"]
description = "search z-library index."
homepage = "https://github.com/zu1k/zlib-searcher"
repository = "https://github.com/zu1k/zlib-searcher"
homepage = "https://github.com/zlib-searcher/zlib-searcher"
repository = "https://github.com/zlib-searcher/zlib-searcher"
license = "MIT"

View File

@ -34,7 +34,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.zu1k.zlib-searcher",
"identifier": "com.github.zlib-searcher",
"longDescription": "",
"macOS": {
"entitlements": null,

View File

@ -2,7 +2,7 @@ version: '3'
services:
zlib:
image: ghcr.io/zu1k/zlib-searcher:latest
image: ghcr.io/zlib-searcher/zlib-searcher:latest
restart: always
ports:
- "7070:7070"

View File

@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"repository": "https://github.com/zu1k/zlib-searcher",
"repository": "https://github.com/zlib-searcher/zlib-searcher",
"scripts": {
"dev": "vite",
"build": "vite build",