mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 14:56:58 +08:00
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:
parent
24239a7200
commit
756b232391
10
apps/komga/1.3.1/data.yml
Normal file
10
apps/komga/1.3.1/data.yml
Normal 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
|
19
apps/komga/1.3.1/docker-compose.yml
Normal file
19
apps/komga/1.3.1/docker-compose.yml
Normal 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
40
apps/komga/README.md
Normal 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
20
apps/komga/data.yml
Normal 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
BIN
apps/komga/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user