Skip to content

Commit 7894bcd

Browse files
committed
2 parents 61c39f2 + b855d68 commit 7894bcd

3 files changed

Lines changed: 48 additions & 1 deletion

File tree

pages/guides/3rdparty/_meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export default {
22
"aidoku": "Aidoku",
33
"cdisplayex": "CDisplayEX",
44
"kavita-dedicated": "Dedicated Kavita Apps",
5+
"komic": "Komic",
56
"koreader": "KOReader",
67
"mylar": "Mylar",
78
"panels": "Panels",

pages/guides/3rdparty/komic.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
import { Callout } from 'nextra/components'
2+
3+
# Komic
4+
5+
[Komic](https://pruizlezcano.github.io/komic/) is a native comic, manga, webtoon, manhwa, and EPUB reader for iPhone and iPad with **built-in Kavita support**.
6+
7+
## Installation
8+
9+
1. Download Komic from the [App Store](https://apps.apple.com/app/komic-comic-manga-reader/id6744676973/).
10+
2. Open the app and follow the onboarding instructions to add a Kavita server.
11+
12+
## Setup
13+
14+
To connect Komic to your Kavita instance you'll need an API key.
15+
16+
### Get your API key
17+
18+
1. Sign in to your Kavita server in a web browser.
19+
2. Open your **User Settings**.
20+
3. Switch to the **Auth Keys / OPDS** tab.
21+
4. Copy one of the existing keys, or create a new key for Komic if you prefer.
22+
23+
### Configure the source
24+
25+
1. In Komic, enter your Kavita server URL (for example `https://my.server:5000`) and API key from step 4 above.
26+
2. Komic will verify the connection and save the source for browsing and reading.
27+
28+
<Callout type="warning" emoji="⚠️">
29+
[iOS requires HTTPS for remote connections](https://www.cnet.com/news/privacy/ios-apps-will-require-secure-https-connections-by-2017/). That means if you want to access your Kavita instance remotely you need to setup a reverse proxy and use SSL.
30+
</Callout>
31+
32+
## Pricing
33+
34+
Komic is free to download, and you can connect to your Kavita server and read your library for free.
35+
36+
Komic+ (optional in-app purchase) unlocks:
37+
38+
- Offline reading (downloads)
39+
- Progress sync
40+
- Live Text
41+
- Multi-server support

pages/guides/scanner/managefiles.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Volume means:
7676
* t. 2
7777
* tome 2
7878

79+
Multiple volumes in one file is also supported:
80+
81+
* Vol. 1-5
82+
* Volume 3-7
83+
7984
<Callout type="info">
8085
Additionally if the file is a `.cb*` file, you may set this value with the use of [ComicInfo metadata](../../guides/metadata/comics#comicinfo) using the `volume tag`
81-
</Callout>
86+
</Callout>

0 commit comments

Comments
 (0)