4

十分钟搭建一个网文阅读器,安卓的"阅读“服务器版本

发表于:2024-10-17 11:25:56 Docker 1324

<br /><br />项目地址:https://github.com/hectorqin/reader<br /> <br /> 阅读是一款提供网络文学搜索的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。<br /> <br /> 是安卓手机APP阅读3服务器版,桌面端。<br /> <br /> ![forum.png](data/attachment/forum/202410/17/141042xxa5tzwbfyjxl255.png "forum.png")<br /> <br /> 本次部署采用飞牛compose,大家根据自身的情况适当调整参数。<br /> <br />


version: '3.1'<br />
services:<br />
# reader 在线阅读<br />
# 公开服务器(服务器位于日本):https://reader.nxnow.top 测试账号/密码分别为guest/guest123,也可自行创建账号添加书源,不定期删除长期未登录账号(2周)<br />
# 书源集合 : https://legado.aoaostar.com/ 点击打开连接,添加远程书源即可<br />
# 公众号汇总 : https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MjM5MzMyMDgyMA==&amp;action=getalbum&amp;album_id=2397535253763801090#wechat_redirect<br />
# 手动更新方式 : docker-compose pull &amp;&amp; docker-compose up -d<br />
&nbsp;&nbsp;reader:<br />
&nbsp; &nbsp; #image: hectorqin/reader # 普通镜像<br />
&nbsp; &nbsp; image: hectorqin/reader<img src="https://club.fnnas.com/static/image/smiley/default/shocked.gif" smilieid="6" border="0" alt="" />penj9-latest # Openj9镜像,arm64架构或小内存机器优先使用<br />
&nbsp; &nbsp; container_name: reader #容器名 可自行修改<br />
&nbsp; &nbsp; restart: always<br />
&nbsp; &nbsp; ports:<br />
&nbsp; &nbsp;&nbsp; &nbsp;- 4396:8080 #4396端口映射可自行修改,8080请勿修改<br />
&nbsp; &nbsp; volumes:<br />
&nbsp; &nbsp;&nbsp; &nbsp;- /home/reader/logs:/logs #log映射目录 /home/reader/logs 映射目录可自行修改<br />
&nbsp; &nbsp;&nbsp; &nbsp;- /home/reader/storage:/storage #数据映射目录 /home/reader/storage 映射目录可自行修改<br />
&nbsp; &nbsp; environment:<br />
&nbsp; &nbsp;&nbsp; &nbsp;- SPRING_PROFILES_ACTIVE=prod<br />
&nbsp; &nbsp;&nbsp; &nbsp;#- READER_APP_USERLIMIT=50 #用户上限,默认且最大值为50<br />
&nbsp; &nbsp;&nbsp; &nbsp;- READER_APP_USERBOOKLIMIT=200 #用户书籍上限,默认200<br />
&nbsp; &nbsp;&nbsp; &nbsp;- READER_APP_CACHECHAPTERCONTENT=true #开启缓存章节内容<br />
&nbsp; &nbsp;&nbsp; &nbsp;- READER_APP_REMOTEWEBVIEWAPI=http://readerwebview:8050 #启用webview(若下方readerwebview容器不开启需注释此行<br />
&nbsp; &nbsp;&nbsp; &nbsp;# ↓多用户模式配置↓<br />
&nbsp; &nbsp;&nbsp; &nbsp;- READER_APP_SECURE=true #开启登录鉴权,开启后将支持多用户模式<br />
&nbsp; &nbsp;&nbsp; &nbsp;- READER_APP_SECUREKEY=adminpwd&nbsp;&nbsp;#管理员密码&nbsp;&nbsp;建议修改<br />
&nbsp; &nbsp;&nbsp; &nbsp;- READER_APP_INVITECODE=registercode #注册邀请码 建议修改,如不需要可注释或删除<br />
# 如需支持webview书源,打开(占用较大,不需要可加 # 注释)<br />
&nbsp;&nbsp;readerwebview:<br />
&nbsp; &nbsp; image: hectorqin/remote-webview<br />
&nbsp; &nbsp; container_name: readerwebview<br />
&nbsp; &nbsp; restart: always<br />
&nbsp; &nbsp; environment:<br />
&nbsp; &nbsp;&nbsp; &nbsp;- TZ=Asia/Shanghai<br />
# 自动更新docker镜像<br />
&nbsp;&nbsp;watchtower:<br />
&nbsp; &nbsp; image: containrrr/watchtower<br />
&nbsp; &nbsp; container_name: watchtower<br />
&nbsp; &nbsp; restart: always<br />
&nbsp; &nbsp; environment:<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;- TZ=Asia/Shanghai<br />
&nbsp; &nbsp; volumes:<br />
&nbsp; &nbsp;&nbsp; &nbsp;- /var/run/docker.sock:/var/run/docker.sock<br />
&nbsp; &nbsp; command: reader readerwebview watchtower --cleanup --schedule &quot;0 0 4 * * *&quot;<br />
&nbsp; &nbsp; # 仅更新reader与watchtower容器,如需其他自行添加 '容器名' ,如:reader watchtower nginx<br />
&nbsp; &nbsp; # --cleanup 更新后清理旧版本镜像<br />
&nbsp; &nbsp; # --schedule 自动检测更新 crontab定时(限定6位crontab) 此处代表凌晨4点整<br />
volumes:<br />
&nbsp;&nbsp;reader:<br />
&nbsp;&nbsp;readerwebview:<br />
```<br />
<br />
构建完成后,本机IP+端口号 即可登录<br />
<br />
书源在这里,[![upload](/source/plugin/zhanmishu_markdown/template/editor/images/upload.svg) 附件:书源.rar](forum.php?mod=attachment&amp;aid=5464 &quot;attachment&quot;)<br />
[/md]
收藏
送赞 4
分享

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

发表回复

评论列表(12)

学习一下!
2024-10-21 16:02:03 回复
这个项目有问题,我以前搭了,用手机web端看书的时候,滑动会跳页。不知道楼主咋解决的
2024-10-22 09:55:13 回复
使用良好,没有你所说的问题  详情 回复
2024-10-23 19:42
web 上面分享到桌面(手机也是一样),这个 web 版本支持 pwa  详情 回复
2024-10-22 16:06
web 上面分享到桌面(手机也是一样),这个 web 版本支持 pwa
2024-10-22 16:06:21 回复
我试过很多浏览器,主流的几个都试过。发到桌面后一样会跳页,所以我后面就放弃了这个项目。麻烦楼主测试一下,如果已修复请告知,谢谢  详情 回复
2024-10-23 14:13
本帖最后由 wangl654321 于 2024-10-23 10:18 编辑

试了,挺不错的
2024-10-23 09:18:30 回复
涨涨涨 发表于 2024-10-22 16:06
web 上面分享到桌面(手机也是一样),这个 web 版本支持 pwa

我试过很多浏览器,主流的几个都试过。发到桌面后一样会跳页,所以我后面就放弃了这个项目。麻烦楼主测试一下,如果已修复请告知,谢谢
2024-10-23 14:13:12 回复
我用的谷歌,翻页方式改成 上下滑动,解析改成 iframe;我大部分时间都是听书,很少看了,听书没太大问题  详情 回复
2024-10-25 17:11
使用良好,没有你所说的问题
2024-10-23 19:42:38 回复
最好用host模式搭建,桥接会导致搜书时书源报错
2024-10-24 10:51:47 回复
我用的谷歌,翻页方式改成 上下滑动,解析改成 iframe;我大部分时间都是听书,很少看了,听书没太大问题
2024-10-25 17:11:06 回复
我搭建好了   但是那个映射路径 一直搞不定 找不到我本地书源 求教求教
2024-10-26 10:10:02 回复
是找不到本地电子书 还是找不到书源?如果是书源的话,是要从登录网页电脑上传的。本地书籍的话是在storage 文件夹里面。  详情 回复
2024-10-28 11:09
12下一页