mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 12:22:41 +01:00
No description
This is a major change, but done transparently. At startup, a migration from H2 to SQLite will be triggered: - if the H2 database is a file (not in memory) - if the H2 database has not been migrated yet - if the SQLite database is newly minted All the data will be transferred from H2 to SQLite before the startup of the application (before the API can serve any requests). After the migration, an empty file will be stored next to the H2 database file (same name with ".imported" suffix). The H2 database files will be automatically removed in a later version. A new configuration key is available to customize the file path of the SQLite database: `komga.database.file` The database backup feature has been removed. It might be re-added later on using a different logic. The IDs of entities have been changed from number to string in the API. closes #218 |
||
|---|---|---|
| .github | ||
| .idea/runConfigurations | ||
| .travis | ||
| gradle/wrapper | ||
| komga | ||
| komga-webui | ||
| res | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| build.gradle.kts | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| DEVELOPING.md | ||
| DOCKERHUB.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| settings.gradle | ||
Komga
Komga is a free and open source comics/mangas server.
Chat on Discord
Features
Features include:
- Browse libraries, series and books
- Search bar
- Download book files
- Manage multiple users, with per-library accesss control
- Webreader
Download
Get the app from our releases page or through Docker.
Documentation
Head over to our website for more information.
Develop in Komga
Check the development guidelines.
Sponsors
| JetBrains | Portable Guide |
|---|---|
![]() |
![]() |
Credits
The Komga icon is based on an icon made by Freepik from www.flaticon.com

