Skip to content

Commit ebd781d

Browse files
committed
Update installation instructions in README files to link to the new installation guide
1 parent 43866ab commit ebd781d

File tree

5 files changed

+5
-65
lines changed

5 files changed

+5
-65
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -82,34 +82,7 @@ brew install --cask koodo-reader
8282

8383
### Install with Docker:
8484

85-
> [!NOTE]
86-
> The Docker version stores data in the browser cache by default. For your data security, please deploy and access it via HTTPS, then save the data to your local folder. Alternatively, you can enable the data source feature to synchronize the data to a specified server path.
87-
88-
If you only need to deploy the web version, simply use the command below.
89-
90-
```bash
91-
docker run -d \
92-
--name koodo-reader \
93-
-p 80:80 \
94-
-p 8080:8080 \
95-
-e ENABLE_HTTP_SERVER=false \
96-
-e SERVER_USERNAME=admin \
97-
-e SERVER_PASSWORD=securePass123 \
98-
-v /path/to/host/uploads:/app/uploads \
99-
ghcr.io/koodo-reader/koodo-reader:master
100-
```
101-
102-
If you also want to enable the **data source feature**, please:
103-
104-
1. Set **`ENABLE_HTTP_SERVER`** to **`true`**
105-
2. Change **`SERVER_USERNAME`** and **`SERVER_PASSWORD`** to a secure username and password
106-
3. Replace **`/path/to/host/uploads`** with the folder where you want to store reading data
107-
108-
Then, select **Docker** as the data source in Koodo Reader.
109-
110-
Data source functionality use port 8080, and web version use port 80 by default. If you want to switch to port 8090, just change **`-p 8080:8080`** to **`-p 8090:8080`**.
111-
112-
If you want to use Docker Secrets to set **`SERVER_PASSWORD`**, please refer to [docker-compose-secret.yml](https://github.com/koodo-reader/koodo-reader/blob/master/docker-compose-secret.yml)
85+
[Installation Guide](https://koodoreader.com/en/deploy-docker)
11386

11487
## Screenshot
11588

README_cn.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -81,34 +81,7 @@ brew install --cask koodo-reader
8181

8282
### 使用 Docker 安装:
8383

84-
> [!NOTE]
85-
> Docker 版默认将数据保存在浏览器缓存中。为了您的数据安全,请通过 HTTPS 部署和访问,然后将数据保存到您的本地文件夹。或者您也可以启用数据源功能,将数据同步到指定的服务器路径
86-
87-
如果您只需要部署网页版,直接使用下面的命令即可
88-
89-
```bash
90-
docker run -d \
91-
--name koodo-reader \
92-
-p 80:80 \
93-
-p 8080:8080 \
94-
-e ENABLE_HTTP_SERVER=false \
95-
-e SERVER_USERNAME=admin \
96-
-e SERVER_PASSWORD=securePass123 \
97-
-v /path/to/host/uploads:/app/uploads \
98-
ghcr.io/koodo-reader/koodo-reader:master
99-
```
100-
101-
如果您还需要启用数据源功能,请作如下修改
102-
103-
1.**`ENABLE_HTTP_SERVER`** 设为 **`true`**
104-
2.**`SERVER_USERNAME`****`SERVER_PASSWORD`** 改为您认为安全的用户名和密码
105-
3.**`/path/to/host/uploads`** 改为您希望用来保存阅读数据的文件夹
106-
107-
部署完成后,在 Koodo Reader 中选择 **Docker** 作为数据源。
108-
109-
数据源功能默认使用 8080 端口,网页版默认使用 80 端口,您也可以使用其他端口。如果您需要使用 8090 端口,则将 **`-p 8080:8080`** 改为 **`-p 8090:8080`**
110-
111-
如果您希望使用 Docker Secrets 来配置服务器密码,请参考[docker-compose-secret.yml](https://github.com/koodo-reader/koodo-reader/blob/master/docker-compose-secret.yml)
84+
[部署教程](https://koodoreader.com/zh/deploy-docker)
11285

11386
## 截图
11487

README_hi.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ brew install --cask koodo-reader
7676

7777
- डॉकर के साथ इंस्टॉल करें:
7878

79-
```bash
80-
docker run -d -p 80:80 --name koodo-reader ghcr.io/koodo-reader/koodo-reader:master
81-
```
79+
[Installation Guide](https://koodoreader.com/en/deploy-docker)
8280

8381
## स्क्रीनशॉट
8482

README_id.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ brew install --cask koodo-reader
7777

7878
- Instal dengan Docker:
7979

80-
```bash
81-
docker run -d -p 80:80 --name koodo-reader ghcr.io/koodo-reader/koodo-reader:master
82-
```
80+
[Installation Guide](https://koodoreader.com/en/deploy-docker)
8381

8482
## Tangkapan Layar
8583

README_pt.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ brew install --cask koodo-reader
7676

7777
- Instalar com o Docker:
7878

79-
```bash
80-
docker run -d -p 80:80 --name koodo-reader ghcr.io/koodo-reader/koodo-reader:master
81-
```
79+
[Installation Guide](https://koodoreader.com/en/deploy-docker)
8280

8381
## Capturas de tela
8482

0 commit comments

Comments
 (0)