Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Komelia app guide #112

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions website/docs/guides/komelia.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const sidebars = {
items: [
'guides/webreader',
'guides/mihon',
'guides/komelia',
'guides/kobo',
'guides/koreader',
'guides/paperback',
Expand Down
Loading