更新 'repository.yaml'

This commit is contained in:
2025-11-06 11:33:12 +00:00
committed by admin@cnod.net
parent 2f5067f5e3
commit 32d8b84bbe
501 changed files with 13838 additions and 1 deletions

11
fusion/CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
### 2024.10.12024-10-14
-版本升级
### 2024.7.12024-08-26
- 版本升级
### 2024.5.32024-05-22
- 首次推出

12
fusion/DOCS.md Normal file
View File

@@ -0,0 +1,12 @@
# Fusion(仪表板)
## 使用方法
- 配置项中有默认的端口(点击打开禁用的端口旁的按钮,就可以自行修改).
- 启动加载项,并检查加载项日志,是否启动正常.
- 启动后可在信息页中点击"打开 WEI UI".
- 在打开的界面进行设置和添加.

8
fusion/README.md Normal file
View File

@@ -0,0 +1,8 @@
# 冬瓜甄选addonsFusion(仪表板)
## 关于
Fusion 现代、易于使用、高性能的自定义Home Assistant仪表板
## 来源
https://github.com/matt8707/ha-fusion

56
fusion/apparmor.txt Normal file
View File

@@ -0,0 +1,56 @@
#include <tunables/global>
profile ha_fusion flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
# Network for HA supervised, issue #5
network,
deny network raw,
# Capabilities
file,
signal (send) set=(kill,term,int,hup,cont),
# S6-Overlay
/init ix,
/bin/** ix,
/usr/bin/** ix,
/run/{s6,s6-rc*,service}/** ix,
/package/** ix,
/command/** ix,
/etc/services.d/** rwix,
/etc/cont-init.d/** rwix,
/etc/cont-finish.d/** rwix,
/run/{,**} rwk,
/dev/tty rw,
# Bashio
/usr/lib/bashio/** ix,
/tmp/** rwk,
# Access to options.json and other files within your addon
/data/** rw,
# Start new profile for service
/usr/bin/myprogram cx -> myprogram,
profile myprogram flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
# Receive signals from S6-Overlay
signal (receive) peer=*_fusion,
# Access to options.json and other files within your addon
/data/** rw,
# Access to mapped volumes specified in config.json
/share/** rw,
# Access required for service functionality
/usr/bin/myprogram r,
/bin/bash rix,
/bin/echo ix,
/etc/passwd r,
/dev/tty rw,
}
}

19
fusion/config.yaml Normal file
View File

@@ -0,0 +1,19 @@
name: Fusion(仪表板)
version: 2024.10.1
slug: ha_fusion
description: Fusion一个现代化、易于使用且性能卓越的自定义Home Assistant仪表板
arch:
- aarch64
- amd64
init: false
url: https://github.com/matt8707/addon-ha-fusion
panel_icon: mdi:atom
panel_admin: false
apparmor: true
ingress: true
ingress_stream: true
hassio_api: true
ports:
8099/tcp: null
image: r.hassbus.com/matt8707/addon-ha-fusion-{arch}
boot: manual

BIN
fusion/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
fusion/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB