app-store/apps/suwayomi/config.json
Wraithers d4a97cf5fc
[APP] Suwayomi (#3494)
* Create docker-compose.yml

* Create config.json

* Fix version number

* Create description.md

* Add logo.jpg

* Update apps/suwayomi/metadata/description.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update apps/suwayomi/metadata/description.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update apps/suwayomi/metadata/description.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Delete old logo.jpg

* Upload correct logo.jpg

* Update config.json architecture to include correct arm support

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-06-02 13:17:47 +02:00

24 lines
529 B
JSON

{
"name": "Suwayomi",
"available": true,
"exposable": true,
"port": 4567,
"id": "suwayomi",
"tipi_version": 1,
"version": "1.0.0",
"categories": [
"books",
"media"
],
"description": "A free and open-source manga reader server that runs extensions",
"short_desc": "An open-source manga reader server with bundled Web UI",
"author": "Suwayomi",
"source": "https://github.com/Suwayomi/docker-tachidesk",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64",
"arm"
]
}