Install via third-party integrations
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
TrueNAS SCALE
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:
- Enter a name with lowercase letters.
- Change the update type to "Rolling Update:Create new pods and then kill old ones"
- Next
- You can change the node port to whatever you prefer, this is the port you will be accessing komga over.
- This is the Komga Data source, add what you need.
- Next
- Next
- Choose the container resources (I chose default), Next.
- I left this at disabled, Next.
- Install Komga and let it run. Once its installed click portal and you now have komga setup in SCALE.