feat: 增加 drawio

This commit is contained in:
zhengkunwang223 2023-09-14 10:59:01 +08:00
parent 5fcf34de76
commit a4fe583e1e
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
rule: paramPort
type: number
- default: 6443
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,16 @@
version: '3'
services:
drawio:
image: jgraph/drawio:21.7.5
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
- ${PANEL_APP_PORT_HTTPS}:8443
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

11
apps/drawio/README.md Normal file
View File

@ -0,0 +1,11 @@
## Drawio
**Drawio** 是使用 *HTML5**JavaScript* 开发的免费和开源的跨平台图形绘制软件。它可用于创建各类图形,例如:
- 流程图
- 线框
- UML图
- 组织图
- 网络图
同时也可以像跨浏览器的Web应用程序一样在线使用也可以像 *Linux**macOS* 和 *Windows* 上的脱机桌面应用程序一样使用。

18
apps/drawio/data.yml Normal file
View File

@ -0,0 +1,18 @@
name: Drawio
tags:
- 工具
title: 免费和开源的跨平台图形绘制软件
type: 工具
description: 免费和开源的跨平台图形绘制软件
additionalProperties:
key: drawio
name: Drawio
tags:
- Tool
shortDescZh: 免费和开源的跨平台图形绘制软件
shortDescEn: Free and open source cross-platform graphics drawing software
type: tool
crossVersionUpdate: true
limit: 0
website: https://www.drawio.com/
github: https://github.com/jgraph/drawio

BIN
apps/drawio/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB