首次推出DrawIO、Excalidraw;升级了emby、firgate、sun-pannel

This commit is contained in:
waxgourd
2024-05-16 11:49:01 +08:00
parent f7ac2e0a97
commit 6b9c76e26f
20 changed files with 122 additions and 4 deletions

3
drawio/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
### 24.3.1 (2024-05-11)
- 首次推出

10
drawio/DOCS.md Normal file
View File

@@ -0,0 +1,10 @@
# DrawIO
## 使用方法
- 启动加载项,并检查加载项日志,是否启动正常.
- 启动后可在信息页中点击"打开 WEI UI".
- 在打开的页面中选择【Create New Diagram】进行创建新的简图或者选择【Open Existing Diagram】进行上传本机的简图.

9
drawio/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 冬瓜甄选addonsDrawIO
## 关于
DrawIO是运行在浏览器中的在线绘图工具
## 源
- Githubhttps://github.com/jgraph/docker-drawio
- 官网https://www.drawio.com/

20
drawio/config.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: 'DrawIO'
version: '24.3.1'
slug: 'drawio'
codenotary: 'wghaos@163.com'
description: "DrawIO是运行在浏览器中的在线绘图工具"
image: jgraph/drawio
url: https://gitcode.com/waxgourd/addons #https://github.com/jgraph/docker-drawio
init: false
arch:
- aarch64
- amd64
#webui: "[PROTO:http]://[HOST]:[PORT:8080]"
#ports:
# 8080/tcp: 8080
# 8443/tcp: 8443
ingress: true
ingress_port: 8080
#host_network: true
panel_icon: 'mdi:application-variable'
boot: manual

BIN
drawio/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
drawio/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
drawio/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB