diff --git a/apps/stirling-pdf/0.20.0/data.yml b/apps/stirling-pdf/0.20.0/data.yml new file mode 100755 index 00000000..d8b6c6cf --- /dev/null +++ b/apps/stirling-pdf/0.20.0/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/stirling-pdf/0.20.0/docker-compose.yml b/apps/stirling-pdf/0.20.0/docker-compose.yml new file mode 100644 index 00000000..68087d36 --- /dev/null +++ b/apps/stirling-pdf/0.20.0/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/apps/stirling-pdf/README.md b/apps/stirling-pdf/README.md new file mode 100644 index 00000000..60fe7006 --- /dev/null +++ b/apps/stirling-pdf/README.md @@ -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) 的文档) \ No newline at end of file diff --git a/apps/stirling-pdf/data.yml b/apps/stirling-pdf/data.yml new file mode 100755 index 00000000..e6b39408 --- /dev/null +++ b/apps/stirling-pdf/data.yml @@ -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 diff --git a/apps/stirling-pdf/logo.png b/apps/stirling-pdf/logo.png new file mode 100644 index 00000000..bb2d6656 Binary files /dev/null and b/apps/stirling-pdf/logo.png differ