Skip to main content

Install via third-party integrations

Warning

Those methods are not officially supported, if you encounter installation issues please contact the respective authors.

Windows Installer and Updater

A Powershell script to get up and running with Komga.

Scoop (Windows)

Komga is available in Scoop's extras bucket.

Installation

You need Scoop to use this installation method. Instruction to install Scoop can be found here.

1. (Skip if JDK is installed) Install JDK

Run scoop bucket add java and then run scoop install java/temurin-lts-jdk.

2. Install Komga

Run scoop bucket add extras and then run scoop install komga.

Manage

Run

Run komga.

Note: Default config dir is %USERPROFILE%\scoop\apps\komga\current\config

Update

Run scoop update komga.

Uninstall

Run scoop uninstall komga

AUR - Arch User Repository

Komga is available as an AUR package.

Installation

It can be installed using yay -S komga (or any other AUR package manager).

Run

Just run komga.

QNAP

Komga is available as a QPKG.

FreeNAS

There is a tutorial to install Komga on FreeNAS jail.

YunoHost

Install Komga with YunoHost

TrueNAS SCALE

caution

SCALE is still in beta

There is a tutorial to install Truecharts on TrueNAS SCALE. Follow steps 1-4 to add TrueCharts to SCALE. In order to create komga you need to find it under the TrueCharts apps in SCALE. Scale needs access to ip range of: 172.16.0.0/16 in order to deploy. Keep all defaults and change:

  1. Enter a name with lowercase letters.
  2. Change the update type to "Rolling Update:Create new pods and then kill old ones"
  3. Next
  4. You can change the node port to whatever you prefer, this is the port you will be accessing komga over.
  5. This is the Komga Data source, add what you need.
  6. Next
  7. Next
  8. Choose the container resources (I chose default), Next.
  9. I left this at disabled, Next.
  10. Install Komga and let it run. Once its installed click portal and you now have komga setup in SCALE.