介绍

一款可以自定义来源阅读网络内容的工具
GitHub项目地址:https://github.com/hectorqin/reader

2024-07-17T12:47:52.png

搭建

配置环境,安装docker和docker compose

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

从GitHub上下载本人写的shell脚本,不放心可以直接去看源代码。如果没有什么特别需求都选默认即可,不过如果不打算开放的话建议关闭鉴权,否则将开始多用户模式。

git clone https://github.com/zhthy/reader-Custom-script.git

运行项目

cd reader-Custom-script
chmod +x install.sh
bash install.sh
docker-compose up -d

2024-07-17T13:30:09.png

附言

如果懒得搭建可以直接用我搭建好的,邀请码666(闲置小鸡搭建,小鸡配置不高,D哥勿扰,如果想要更好的体验建议自己搭建)

地址:https://reader.shjiang.com/

书源:https://gitee.com/klmahuaw/yuedu/raw/master/shuyuan

文章目录