From dcc95e49a5c3351f3b3bdd38c8e5c4f91b61b97f Mon Sep 17 00:00:00 2001 From: Syer10 Date: Fri, 24 Oct 2025 21:57:04 -0400 Subject: [PATCH] Update Koreader default url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53bfd3e..a305721 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ There are a number of environment variables available to configure Suwayomi: | **OPDS_SHOW_ONLY_DOWNLOADED_CHAPTERS** | `false` | Filter manga feed to display only chapters you have downloaded | | **OPDS_CHAPTER_SORT_ORDER** | `DESC` | `DESC` or `ASC` | | **OPDS_CBZ_MIME_TYPE** | `MODERN` | `MODERN` or `LEGACY` or `COMPATIBLE`. Controls the MimeType that Suwayomi sends in OPDS entries for CBZ archives. Also affects global CBZ download. Modern follows recent IANA standard (2017), while LEGACY (deprecated mimetype for .cbz) and COMPATIBLE (deprecated mimetype for all comic archives) might be more compatible with older clients. | -| **KOREADER_SYNC_SERVER_URL** | `http://localhost:17200` | The URL of the KOReader Sync server | +| **KOREADER_SYNC_SERVER_URL** | `https://sync.koreader.rocks/` | The URL of the KOReader Sync server | | **KOREADER_SYNC_USERNAME** | ` ` | KOReader Sync UserName | | **KOREADER_SYNC_USERKEY** | ` ` | KOReader Sync UserKey | | **KOREADER_SYNC_DEVICE_ID** | ` ` | The Device-ID for KOReader |