From c761cbee6ff09c3a0ca66f41f391329da4c1da13 Mon Sep 17 00:00:00 2001 From: Snd-R <76580768+snd-r@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:39:18 +0300 Subject: [PATCH] docs: add Komelia app guide --- website/docs/guides/komelia.md | 24 ++++++++++++++++++++++++ website/sidebars.js | 1 + 2 files changed, 25 insertions(+) create mode 100644 website/docs/guides/komelia.md diff --git a/website/docs/guides/komelia.md b/website/docs/guides/komelia.md new file mode 100644 index 00000000..8d8425ec --- /dev/null +++ b/website/docs/guides/komelia.md @@ -0,0 +1,24 @@ +# Read with Komelia + +[Komelia](https://github.com/Snd-R/Komelia) is free and open source cross-platform Komga client. Supported platforms +include Android, Windows and Linux + +## Installation + +- Latest prebuilt installers for all platforms are available at https://github.com/Snd-R/Komelia/releases +- Android F-Droid package https://f-droid.org/packages/io.github.snd_r.komelia/ +- Linux AUR package https://aur.archlinux.org/packages/komelia + +## App updates + +:::note +F-Droid package doesn't have self-update capability. Updates are handled by F-Droid app +::: + +Android app can check and update itself to latest version. \ +Permission to install apps is required, otherwise you'll need to download and install new apk from GitHub release page. + +Windows and Linux version can only check for new version and direct you to download page. You'll need to manually +download and run installer. + +Automatic update checks can be disabled in settings. diff --git a/website/sidebars.js b/website/sidebars.js index d9be773c..621c0a81 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -104,6 +104,7 @@ const sidebars = { items: [ 'guides/webreader', 'guides/mihon', + 'guides/komelia', 'guides/kobo', 'guides/koreader', 'guides/paperback',