Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 添加 komga 应用 #357

Merged
merged 5 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions apps/komga/1.3.1/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 25600
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
19 changes: 19 additions & 0 deletions apps/komga/1.3.1/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
40 changes: 40 additions & 0 deletions apps/komga/README.md
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions apps/komga/data.yml
Original file line number Diff line number Diff line change
@@ -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: 1
zhengkunwang223 marked this conversation as resolved.
Show resolved Hide resolved
limit: 1
recommend: 0
website: https://komga.org/
github: https://github.com/gotson/komga
document: https://komga.org/docs/introduction
Binary file added apps/komga/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.