mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 03:18:48 +08:00
feat: 新增 Stirling-PDF (#839)
This commit is contained in:
parent
f49deae37a
commit
54e5284a8e
10
apps/stirling-pdf/0.20.0/data.yml
Executable file
10
apps/stirling-pdf/0.20.0/data.yml
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 8080
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
20
apps/stirling-pdf/0.20.0/docker-compose.yml
Normal file
20
apps/stirling-pdf/0.20.0/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
stirling-pdf:
|
||||||
|
image: frooodle/s-pdf:0.20.0
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- '${PANEL_APP_PORT_HTTP}:8080'
|
||||||
|
volumes:
|
||||||
|
- ./data/trainingData:/usr/share/tesseract-ocr/5/tessdata
|
||||||
|
- ./data/extraConfigs:/configs
|
||||||
|
environment:
|
||||||
|
- DOCKER_ENABLE_SECURITY=false
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
11
apps/stirling-pdf/README.md
Normal file
11
apps/stirling-pdf/README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Stirling-PDF
|
||||||
|
|
||||||
|
**Stirling-PDF** 是一个强大的本地托管基于 Web 的 PDF 操作工具,允许您对 PDF 文件执行各种操作,例如拆分合并、转换、重新组织、添加图像、旋转、压缩等。
|
||||||
|
|
||||||
|
## 特征:
|
||||||
|
|
||||||
|
- 深色模式支持。
|
||||||
|
- 自定义下载选项(参见 [此处]((https://github.com/Stirling-Tools/Stirling-PDF/blob/main/images/settings.png)) 的示例)
|
||||||
|
- 并行文件处理和下载
|
||||||
|
- 用于与外部脚本集成的 API
|
||||||
|
- 可选的登录和身份验证支持(请参阅 [此处](https://github.com/Stirling-Tools/Stirling-PDF/tree/main#login-authentication) 的文档)
|
20
apps/stirling-pdf/data.yml
Executable file
20
apps/stirling-pdf/data.yml
Executable file
@ -0,0 +1,20 @@
|
|||||||
|
name: Stirling-PDF
|
||||||
|
tags:
|
||||||
|
- 实用工具
|
||||||
|
title: 强大的本地托管基于 Web 的 PDF 操作工具
|
||||||
|
type: 实用工具
|
||||||
|
description: 强大的本地托管基于 Web 的 PDF 操作工具
|
||||||
|
additionalProperties:
|
||||||
|
key: stirling-pdf
|
||||||
|
name: Stirling-PDF
|
||||||
|
tags:
|
||||||
|
- Tool
|
||||||
|
shortDescZh: 强大的本地托管基于 Web 的 PDF 操作工具
|
||||||
|
shortDescEn: powerful locally hosted web based PDF manipulation tool
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: false
|
||||||
|
limit: 0
|
||||||
|
recommend: 0
|
||||||
|
website: https://stirlingtools.com/
|
||||||
|
github: https://github.com/Stirling-Tools/Stirling-PDF
|
||||||
|
document: https://stirlingtools.com/docs/Overview/What%20is%20Stirling-PDF
|
BIN
apps/stirling-pdf/logo.png
Normal file
BIN
apps/stirling-pdf/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user