app-store/apps/komga/config.json
Wraithers f59c332c94
Add: Komga app (#3258)
* Create docker-compose.yml

* Create config.json

* Update docker-compose.yml

* Update docker-compose.yml

* Create description.md

* Add logo.jpg

* Update README.md

* Add tipi_main_network to docker-compose.yml

* Update description.md

* refactor(komga): small changes

---------

Co-authored-by: Stavros <steveiliop56@gmail.com>
2024-04-24 12:59:43 +03:00

24 lines
566 B
JSON

{
"$schema": "../schema.json",
"name": "Komga",
"port": 2560,
"available": true,
"exposable": true,
"id": "komga",
"tipi_version": 1,
"version": "1.11.0",
"categories": [
"media"
],
"description": "A media server for your comics, mangas, BDs, magazines and eBooks.",
"short_desc": "A media server for your comics, mangas, BDs, magazines and eBooks.",
"author": "gotson",
"source": "https://github.com/gotson/komga",
"website": "https://komga.org/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}