diff --git a/komga/1.3.1/data.yml b/komga/1.3.1/data.yml new file mode 100644 index 000000000..d5bdafc3f --- /dev/null +++ b/komga/1.3.1/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 25600 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/komga/1.3.1/docker-compose.yml b/komga/1.3.1/docker-compose.yml new file mode 100644 index 000000000..e12c09cb8 --- /dev/null +++ b/komga/1.3.1/docker-compose.yml @@ -0,0 +1,19 @@ +version: '3' +services: + komga: + container_name: ${CONTAINER_NAME} + ports: + - ${PANEL_APP_PORT_HTTP}:25600 + #user: "1000:1000" + restart: unless-stopped + networks: + - 1panel-network + volumes: + - ./data:/data + - ./config:/config + image: gotson/komga:1.3.1 + labels: + createdBy: "Apps" +networks: + 1panel-network: + external: true diff --git a/komga/README.md b/komga/README.md new file mode 100644 index 000000000..1271fc381 --- /dev/null +++ b/komga/README.md @@ -0,0 +1,40 @@ +- JAVA_TOOL_OPTIONS=-Xmx2g #RAM >= 2GB + +## Introduction + +- **What is Komga?** + +Komga is a media server for your comics, mangas, BDs and magazines. + +- **How it works?** + +Install and run Komga on a computer or NAS. +Add libraries by type of content and let Komga do the rest. +Use the web interface or any compatible client. +Enjoy your books! + +- **What media and devices work?** + +- Komga supports these media file types + +Komga supports the following file types: +Comic book archives: CBZ and CBR (except RAR5 and solid archives) +Comic books in EPUB format (only images) +PDF files + +- Komga server compatibility + +Komga can run on any system that can run Java or Docker: +Windows +macOS +Linux +Many popular NAS devices such as QNAP, Synology and more + +- **Demo** + +A demonstration website is available at: https://demo.komga.org + +You can log in using the following credentials: + +Login: demo@komga.org +Password: komga-demo diff --git a/komga/data.yml b/komga/data.yml new file mode 100644 index 000000000..8955c1af0 --- /dev/null +++ b/komga/data.yml @@ -0,0 +1,20 @@ +name: Komga +tags: + - 建站 +title: 免费开源的漫画、杂志媒体服务 +type: 建站 +description: 免费开源的漫画、杂志媒体服务 +additionalProperties: + key: komga + name: Komga + tags: + - WebSite + shortDescZh: 免费开源的漫画、杂志媒体服务 + shortDescEn: Komga is a media server for your comics, mangas, BDs and magazines. + type: website + crossVersionUpdate: true + limit: 1 + recommend: 0 + website: https://komga.org/ + github: https://github.com/gotson/komga + document: https://komga.org/docs/introduction diff --git a/komga/logo.png b/komga/logo.png new file mode 100644 index 000000000..a8d4606ee Binary files /dev/null and b/komga/logo.png differ