一次性升级,添加了小雅TVbox,cpolar极点云,fusion,迅雷

This commit is contained in:
waxgourd
2024-08-07 20:10:21 +08:00
committed by david
parent 786f5ac8a6
commit c78adf9932
46 changed files with 381 additions and 12 deletions

3
fusion/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
### 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 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,
}
}

20
fusion/config.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: Fusion(仪表板)
version: 2024.5.3
slug: ha_fusion
description: Fusion一个现代化、易于使用且性能卓越的自定义Home Assistant仪表板
arch:
- aarch64
- amd64
- armv7
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: 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