|
13 | 13 | - [WebDAV同步配置](#webdav同步配置)
|
14 | 14 | - [客户端](#客户端)
|
15 | 15 | - [Windows / MacOS / Linux](#windows--macos--linux)
|
16 |
| - - [Arch Linux 安装](#Arch-Linux-安装) |
17 |
| - - [配置文件](#配置文件) |
18 | 16 | - [手机端](#手机端)
|
19 | 17 | - [服务器版](#服务器版)
|
20 | 18 | - [Docker版](#docker版)
|
21 | 19 | - [Docker-Compose版(推荐)](#docker-compose版推荐)
|
22 | 20 | - [通过脚本一键部署](#通过脚本一键部署)
|
| 21 | + - [Arch Linux 安装](#Arch-Linux-安装) |
| 22 | + - [配置文件](#配置文件) |
23 | 23 | - [Nginx反向代理(如果有域名可以考虑80端口复用)](#nginx反向代理如果有域名可以考虑80端口复用)
|
24 | 24 | - [开发编译](#开发编译)
|
25 | 25 | - [编译脚本](#编译脚本)
|
@@ -103,7 +103,7 @@ storage
|
103 | 103 |
|
104 | 104 | `http://ip:端口/simple-web`
|
105 | 105 |
|
106 |
| -> 注意,需要另外购买授权才能使用,加入TG群了解详情 |
| 106 | +> 注意,加入TG群了解详情 |
107 | 107 |
|
108 | 108 | ## 自定义阅读主题
|
109 | 109 |
|
@@ -187,35 +187,6 @@ reader:
|
187 | 187 |
|
188 | 188 | MacOS 版 `storage` 默认是 `用户目录/.reader/storage`,其它版本 `storage` 默认是 `程序目录/storage`
|
189 | 189 |
|
190 |
| -### Arch Linux 安装 |
191 |
| - |
192 |
| -从 [AUR 仓库](https://aur.archlinux.org/packages/reader-pro-bin)安装或[自建软件源](https://github.com/taotieren/aur-repo) |
193 |
| - |
194 |
| - |
195 |
| -```bash |
196 |
| -yay -Syu reader-pro |
197 |
| -# 开启开机自启 |
198 |
| -sudo systemctl enable reader-pro-single |
199 |
| -sudo systemctl enable reader-pro-multi |
200 |
| -# 运行 |
201 |
| -sudo systemctl start reader-pro-single |
202 |
| -sudo systemctl start reader-pro-multi |
203 |
| -# 状态 |
204 |
| -sudo systemctl status reader-pro-single |
205 |
| -sudo systemctl status reader-pro-multi |
206 |
| -# 停止 |
207 |
| -sudo systemctl stop reader-pro-single |
208 |
| -sudo systemctl stop reader-pro-multi |
209 |
| -# 停止开机自启 |
210 |
| -sudo systemctl disable reader-pro-single |
211 |
| -sudo systemctl disable reader-pro-multi |
212 |
| -``` |
213 |
| - |
214 |
| -> Arch Linux 的存储目录是 `/var/lib/reader-pro/` |
215 |
| -
|
216 |
| -> Arch Linux 的配置文件是 `/usr/share/java/reader-pro/conf/application.properties` |
217 |
| -
|
218 |
| - |
219 | 190 | #### 配置文件
|
220 | 191 |
|
221 | 192 | `storage/windowConfig.json`
|
@@ -376,6 +347,36 @@ bash <(wget -qO- --no-check-certificate https://mirror.ghproxy.com/https://raw.g
|
376 | 347 |
|
377 | 348 | ```
|
378 | 349 |
|
| 350 | +### Arch Linux 安装 |
| 351 | +
|
| 352 | +> 注意,此软件源并非官方提供,后果自负 |
| 353 | +
|
| 354 | +从 [AUR 仓库](https://aur.archlinux.org/packages/reader-pro-bin)安装或[自建软件源](https://github.com/taotieren/aur-repo) |
| 355 | +
|
| 356 | +
|
| 357 | +```bash |
| 358 | +yay -Syu reader-pro |
| 359 | +# 开启开机自启 |
| 360 | +sudo systemctl enable reader-pro-single |
| 361 | +sudo systemctl enable reader-pro-multi |
| 362 | +# 运行 |
| 363 | +sudo systemctl start reader-pro-single |
| 364 | +sudo systemctl start reader-pro-multi |
| 365 | +# 状态 |
| 366 | +sudo systemctl status reader-pro-single |
| 367 | +sudo systemctl status reader-pro-multi |
| 368 | +# 停止 |
| 369 | +sudo systemctl stop reader-pro-single |
| 370 | +sudo systemctl stop reader-pro-multi |
| 371 | +# 停止开机自启 |
| 372 | +sudo systemctl disable reader-pro-single |
| 373 | +sudo systemctl disable reader-pro-multi |
| 374 | +``` |
| 375 | +
|
| 376 | +> Arch Linux 的存储目录是 `/var/lib/reader-pro/` |
| 377 | +
|
| 378 | +> Arch Linux 的配置文件是 `/usr/share/java/reader-pro/conf/application.properties` |
| 379 | +
|
379 | 380 | ## Nginx反向代理(如果有域名可以考虑80端口复用)
|
380 | 381 |
|
381 | 382 | ```shell
|
|
0 commit comments