首次推出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

View File

@@ -150,3 +150,11 @@ FRP客户端。
✓ [Frigate-rknpu](frigate/) : ✓ [Frigate-rknpu](frigate/) :
一款实时智能物体识别应用可通过HA的事件机制完成各种超过人存在传感器的功能。 一款实时智能物体识别应用可通过HA的事件机制完成各种超过人存在传感器的功能。
✓ [DrawIO](drawio/) :
一款运行在浏览器中的在线绘图工具。
✓ [Excalidraw](excalidraw/) :
一款支持多人协同的私有化在线画板工具。

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

View File

@@ -1,3 +1,5 @@
## 4.9.0.18 (11-05-2024)
- 从linuxserver/docker-emby更新到最新版本
## 4.9.0.16 (04-05-2024) ## 4.9.0.16 (04-05-2024)
- 从linuxserver/docker-emby更新到最新版本 - 从linuxserver/docker-emby更新到最新版本
## 4.9.0.15 (27-04-2024) ## 4.9.0.15 (27-04-2024)

View File

@@ -121,7 +121,7 @@
"slug": "emby_nas", "slug": "emby_nas",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "4.9.0.16", "version": "4.9.0.18",
"video": true, "video": true,
"boot": "manual" "boot": "manual"
} }

3
excalidraw/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
### 0.1.0 2024-05-11
- 首次推出

11
excalidraw/DOCS.md Normal file
View File

@@ -0,0 +1,11 @@
# Excalidraw
## 安装
这个插件的安装非常简单。
1. 启动加载项。
1. 检查加载项的日志,看看是否一切顺利。
1. 打开webUI并调整软件选项。

9
excalidraw/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 冬瓜甄选addonsExcalidraw
## 关于
Excalidraw是支持多人协同的私有化在线画板工具
## 源
- Githubhttps://github.com/excalidraw/excalidraw
- 官网https://excalidraw.com/

16
excalidraw/config.yaml Normal file
View File

@@ -0,0 +1,16 @@
name: 'Excalidraw'
version: '0.1.0'
slug: 'excalidraw'
codenotary: 'wghaos@163.com'
description: "Excalidraw是支持多人协同的私有化在线画板工具"
image: wghaos/excalidraw
url: https://gitcode.com/waxgourd/addons
init: false
arch:
- aarch64
- amd64
webui: "[PROTO:http]://[HOST]:[PORT:3000]"
ports:
3000/tcp: 3000
panel_icon: 'mdi:application-variable'
boot: manual

BIN
excalidraw/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
excalidraw/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -1,3 +1,11 @@
### rknn1.6-13.2-3 2024-05-13
- 增加自动获取默认MQTT用户名和密码
### rknn1.6-13.2-2-preview 2024-05-09
- 增加内置默认配置
### rknn1.6-13.2-preview 2024-04-28 ### rknn1.6-13.2-preview 2024-04-28
- 首次推出 - 首次推出

View File

@@ -1,5 +1,5 @@
name: frigate-rknpu name: frigate-rknpu
version: rknn1.6-13.2-2-preview version: rknn1.6-13.2-3
slug: 'frigate-rknpu' slug: 'frigate-rknpu'
codenotary: 'wghaos@163.com' codenotary: 'wghaos@163.com'
description: NVR with realtime local object detection for IP cameras description: NVR with realtime local object detection for IP cameras
@@ -23,6 +23,7 @@ panel_title: Frigate
panel_admin: false panel_admin: false
homeassistant_api: true homeassistant_api: true
hassio_api: true hassio_api: true
hassio_role: manager
ports: ports:
8555/tcp: 8555 8555/tcp: 8555
8555/udp: 8555 8555/udp: 8555

View File

@@ -1,3 +1,21 @@
### 1.5.0 (2024-05-14)
1. docker版本从v1.3.0及之前升级到此版本前请务必先阅读更新说明
1. 如果要在容器中查看docker状态挂载时需加-v /var/run/docker.sock:/var/run/docker.sock
1. [修复] v1.5.0-beta24-05-10 系统状态添加磁盘项无效的问题
### v1.5.0-beta24-05-10 beta (2024-05-10)
1. docker版本从v1.3.0及之前升级到此版本前请务必先阅读更新说明
1. 如果要在容器中查看docker状态挂载时需加-v /var/run/docker.sock:/var/run/docker.sock
1. [新增] 简单的docker管理器非PRO可查看状态不支持开启和关闭容器
1. [新增] 重构图标卡片增加docker应用和内置应用图标卡片
1. [优化] 分组风格支持独立设置,并可以设置公开模式隐藏
1. [优化] 增加可配置的登录过期时长并将原72小时过期改为168小时仍延续自动续期机制
1. [优化] 内置应用启动器等按钮移至右上角
### 1.4.0 (2024-04-26) ### 1.4.0 (2024-04-26)
1. [新增] OpenAPI开放接口beta功能开发者可以通过调用API接口来实现一些功能 1. [新增] OpenAPI开放接口beta功能开发者可以通过调用API接口来实现一些功能

View File

@@ -1,5 +1,5 @@
name: "Sun Panel" name: "Sun Panel"
version: 1.4.0 version: 1.5.0
slug: sun-panel slug: sun-panel
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: '一个服务器、NAS导航面板、Homepage、浏览器首页' description: '一个服务器、NAS导航面板、Homepage、浏览器首页'