diff --git a/.github/README.md b/.github/README.md index a008be18..58fb1725 100644 --- a/.github/README.md +++ b/.github/README.md @@ -115,6 +115,7 @@ | 🟢 | | PostgreSQL | https://www.postgresql.org/ | 世界上最先进的开源关系数据库 | | | 🟢 | | qBittorrent | https://www.qbittorrent.org/ | qBittorrent 比特流客户端 | | | 🟢 | | QingLong | https://github.com/whyour/qinglong/ | 【青龙】支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台 | | +| 🟢 | | Reader3 | https://github.com/hectorqin/reader/ | 【阅读3】阅读3服务器版,不需要手机 | | | 🟢 | | Redis | https://redis.io/ | 从世界上最快的内存数据库创建者那里获取该数据库 | | | 🔴 | | Sentinel | https://sentinelguard.io/ | 面向分布式、多语言异构化服务架构的流量治理组件 | | | 🟢 | | SiYuan | https://b3log.org/siyuan/ | 【思源笔记】一款隐私优先、自托管、完全开源的个人知识管理软件 | | diff --git a/README.md b/README.md index 35a1bdf5..245347f2 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ | 🟢 | | PostgreSQL | https://www.postgresql.org/ | 世界上最先进的开源关系数据库 | | | 🟢 | | qBittorrent | https://www.qbittorrent.org/ | qBittorrent 比特流客户端 | | | 🟢 | | QingLong | https://github.com/whyour/qinglong/ | 【青龙】支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台 | | +| 🟢 | | Reader3 | https://github.com/hectorqin/reader/ | 【阅读3】阅读3服务器版,不需要手机 | | | 🟢 | | Redis | https://redis.io/ | 从世界上最快的内存数据库创建者那里获取该数据库 | | | 🔴 | | Sentinel | https://sentinelguard.io/ | 面向分布式、多语言异构化服务架构的流量治理组件 | | | 🟢 | | SiYuan | https://b3log.org/siyuan/ | 【思源笔记】一款隐私优先、自托管、完全开源的个人知识管理软件 | | diff --git a/apps/reader3/3.2.10/data.yml b/apps/reader3/3.2.10/data.yml index d1af90c0..fcf52b04 100644 --- a/apps/reader3/3.2.10/data.yml +++ b/apps/reader3/3.2.10/data.yml @@ -29,7 +29,7 @@ additionalProperties: labelEn: Invite Code required: false type: text - - default: "" + - default: "true" edit: true envKey: READER_APP_CACHECHAPTERCONTENT labelZh: 缓存章节内容 diff --git a/apps/reader3/README.md b/apps/reader3/README.md index c06c094c..b4450120 100644 --- a/apps/reader3/README.md +++ b/apps/reader3/README.md @@ -16,15 +16,23 @@ ## 服务地址说明 -> 全功能web端:`http://{host_ip}:{port}` +> 1. 全功能web端 > -> 适配kindle的 simple-web (收费):`http://{host_ip}:{port}/simple-web` +> 访问地址:`http://{host_ip}:{port}` > -> WebDAV同步配置:`http://{host_ip}:{port}/reader3/webdav/` +> 用户需要自行注册账号 > -> 用户名 `default` 或 注册用户 +> 2. 适配kindle的 simple-web (收费) > -> 密码 `123456` 或 注册用户密码 +> 访问地址:`http://{host_ip}:{port}/simple-web` +> +> 3. WebDAV同步配置 +> +> 访问地址:`http://{host_ip}:{port}/reader3/webdav/` +> +> 用户名 `default` 或 用户名 +> +> 密码 `123456` 或 用户密码 ## 安装说明