mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 09:38:47 +08:00
feat: 增加 drawio
This commit is contained in:
parent
5fcf34de76
commit
a4fe583e1e
18
apps/drawio/21.7.5/data.yml
Normal file
18
apps/drawio/21.7.5/data.yml
Normal 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
|
16
apps/drawio/21.7.5/docker-compose.yml
Normal file
16
apps/drawio/21.7.5/docker-compose.yml
Normal 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
11
apps/drawio/README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
## Drawio
|
||||||
|
|
||||||
|
**Drawio** 是使用 *HTML5* 和 *JavaScript* 开发的免费和开源的跨平台图形绘制软件。它可用于创建各类图形,例如:
|
||||||
|
|
||||||
|
- 流程图
|
||||||
|
- 线框
|
||||||
|
- UML图
|
||||||
|
- 组织图
|
||||||
|
- 网络图
|
||||||
|
|
||||||
|
同时也可以像跨浏览器的Web应用程序一样在线使用,也可以像 *Linux*,*macOS* 和 *Windows* 上的脱机桌面应用程序一样使用。
|
18
apps/drawio/data.yml
Normal file
18
apps/drawio/data.yml
Normal 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
BIN
apps/drawio/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Loading…
Reference in New Issue
Block a user