feat: 添加 komga 应用 (#357)

* Add portainer-ce

* push

* Add komga

* Delete apps/portainer-ce directory

删除错误分支文件“portainer-ce”

* 修改crossVersionUpdate

---------

Co-authored-by: root <root@localhost.localdomain>
This commit is contained in:
MICUROWS 2023-11-03 01:27:12 -05:00 committed by GitHub
parent 24239a7200
commit 756b232391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 89 additions and 0 deletions

10
apps/komga/1.3.1/data.yml Normal file
View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 25600
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -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
apps/komga/README.md Normal file
View File

@ -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
apps/komga/data.yml Normal file
View File

@ -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

BIN
apps/komga/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB