d4a97cf5fc
* 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>
24 lines
529 B
JSON
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"
|
|
]
|
|
}
|