mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出DrawIO、Excalidraw;升级了emby、firgate、sun-pannel
This commit is contained in:
3
drawio/CHANGELOG.md
Normal file
3
drawio/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### 24.3.1 (2024-05-11)
|
||||
|
||||
- 首次推出
|
||||
10
drawio/DOCS.md
Normal file
10
drawio/DOCS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DrawIO
|
||||
|
||||
## 使用方法
|
||||
|
||||
- 启动加载项,并检查加载项日志,是否启动正常.
|
||||
|
||||
- 启动后可在信息页中点击"打开 WEI UI".
|
||||
|
||||
- 在打开的页面中选择【Create New Diagram】进行创建新的简图或者选择【Open Existing Diagram】进行上传本机的简图.
|
||||
|
||||
9
drawio/README.md
Normal file
9
drawio/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 冬瓜甄选addons:DrawIO
|
||||
|
||||
## 关于
|
||||
DrawIO是运行在浏览器中的在线绘图工具
|
||||
|
||||
## 源
|
||||
|
||||
- Github:https://github.com/jgraph/docker-drawio
|
||||
- 官网:https://www.drawio.com/
|
||||
20
drawio/config.yaml
Normal file
20
drawio/config.yaml
Normal 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
BIN
drawio/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
drawio/icon.png
Normal file
BIN
drawio/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
drawio/logo.png
Normal file
BIN
drawio/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user