feat(update): addons
3
cpolar/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
### 3.3.18(2024-07-22)
|
||||||
|
|
||||||
|
- 首次推出
|
||||||
16
cpolar/DOCS.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Cpolar
|
||||||
|
|
||||||
|
## 配置项
|
||||||
|
|
||||||
|
- Authtoken:https://dashboard.cpolar.com/auth
|
||||||
|
|
||||||
|
- 9200/tcp:9200
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
|
||||||
|
cpolar教程:https://www.cpolar.com/docs
|
||||||
|
|
||||||
|
### 注
|
||||||
|
浏览器 400: Bad Request错误解决方案
|
||||||
|
参考地址:https://www.cpolar.com/blog/how-to-build-a-home-assistant-smart-home-system-and-remotely-control-home-devices-through-intranet-penetration
|
||||||
|
第5. 公网访问Home Assistant 步骤
|
||||||
9
cpolar/README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 冬瓜甄选addons:Cpolar极点云
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
|
||||||
|
安全的内网穿透工具,很多人用在找,特此做一个出来。
|
||||||
|
|
||||||
|
## 功能
|
||||||
|
|
||||||
|
只需要简单配置,就可以将HA映射到公网,方便大家远程访问
|
||||||
21
cpolar/config.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: "Cpolar极点云"
|
||||||
|
version: '3.3.18'
|
||||||
|
slug: 'cpolar'
|
||||||
|
codenotary: wghaos@163.com
|
||||||
|
description: 'Cpolar 安全的内网穿透工具'
|
||||||
|
image: wghaos/addon-wghaos-cpolar
|
||||||
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
init: false
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
webui: "[PROTO:http]://[HOST]:[PORT:9200]"
|
||||||
|
ports:
|
||||||
|
9200/tcp: 9200
|
||||||
|
panel_icon: 'mdi:application-variable'
|
||||||
|
boot: manual
|
||||||
|
host_network: true
|
||||||
|
options:
|
||||||
|
Authtoken: ""
|
||||||
|
schema:
|
||||||
|
Authtoken: str?
|
||||||
BIN
cpolar/icon.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
cpolar/logo.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
3
fusion/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
### 2024.5.3(2024-05-22)
|
||||||
|
|
||||||
|
- 首次推出
|
||||||
12
fusion/DOCS.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Fusion(仪表板)
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
|
||||||
|
- 配置项中有默认的端口(点击打开禁用的端口旁的按钮,就可以自行修改).
|
||||||
|
|
||||||
|
- 启动加载项,并检查加载项日志,是否启动正常.
|
||||||
|
|
||||||
|
- 启动后可在信息页中点击"打开 WEI UI".
|
||||||
|
|
||||||
|
- 在打开的界面进行设置和添加.
|
||||||
|
|
||||||
8
fusion/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# 冬瓜甄选addons:Fusion(仪表板)
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
Fusion 现代、易于使用、高性能的自定义Home Assistant仪表板
|
||||||
|
|
||||||
|
## 来源
|
||||||
|
|
||||||
|
https://github.com/matt8707/ha-fusion
|
||||||
56
fusion/apparmor.txt
Normal 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
@@ -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
|
After Width: | Height: | Size: 24 KiB |
BIN
fusion/logo.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
4
xiaoya-tvbox/CHANGELOG.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
### latest (2024-03-23)
|
||||||
|
|
||||||
|
- 首次推出
|
||||||
18
xiaoya-tvbox/DOCS.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# 小雅-TvBox版
|
||||||
|
|
||||||
|
## 使用说明
|
||||||
|
|
||||||
|
小雅addons版
|
||||||
|
1. 加载项一键安装和更新
|
||||||
|
1. 打开WEB UI:http://your-ip:4567/#/accounts 默认用户名:admin 密码:admin
|
||||||
|
1. 账号/添加账号,获取并填写阿里token、开放token
|
||||||
|
1. 将订阅地址http://your-ip:4567/sub/0 输入到TvBox配置
|
||||||
|
|
||||||
|
|
||||||
|
使用webdav连接方式:
|
||||||
|
1. 地址:http://xxxxx:4567/dav
|
||||||
|
1. webdav 账号密码
|
||||||
|
1. 用户: guest 密码: guest_Api789
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
7
xiaoya-tvbox/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# 冬瓜甄选Addons:小雅-TvBox版
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
知名的小雅TVBox版本,直接管理界面配置,方便实用。
|
||||||
|
|
||||||
|
## 来源
|
||||||
|
- 文档:https://github.com/power721/alist-tvbox/blob/master/doc/README_zh.md
|
||||||
20
xiaoya-tvbox/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: "小雅-TvBox"
|
||||||
|
description: "AList代理,支持xiaoya版AList界面管理。"
|
||||||
|
version: "latest"
|
||||||
|
slug: "xiaoya-tvbox"
|
||||||
|
url: https://github.com/power721/alist-tvbox
|
||||||
|
image: haroldli/xiaoya-tvbox
|
||||||
|
init: false
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
webui: "[PROTO:http]://[HOST]:[PORT:4567]"
|
||||||
|
ports:
|
||||||
|
4567/tcp: 4567
|
||||||
|
80/tcp: 5344
|
||||||
|
environment:
|
||||||
|
no_proxy: "*.aliyundrive.com"
|
||||||
|
ALIST_PORT: "5344"
|
||||||
|
INSTALL: "xiaoya"
|
||||||
|
MEM_OPT: "-Xmx512M"
|
||||||
|
boot: manual
|
||||||
BIN
xiaoya-tvbox/icon.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
xiaoya-tvbox/logo.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
7
xunlei/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
### 3.11.2 (2024-06-25)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
|
### 3.7.1 (2024-05-24)
|
||||||
|
|
||||||
|
- 首次推出
|
||||||
17
xunlei/DOCS.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Xunlei(迅雷)
|
||||||
|
|
||||||
|
## 使用说明
|
||||||
|
|
||||||
|
1、在**配置**页面中找到**存储路径**。
|
||||||
|
|
||||||
|
- 支持路径为 `/meidia` 和 `/share`。
|
||||||
|
|
||||||
|
2、运行后点击**打开 WEB UI**会新建窗口打开。
|
||||||
|
|
||||||
|
3、**手机扫描**或使用**账号密码登录**。
|
||||||
|
|
||||||
|
4、点击**新建任务**在**添加链接**粘贴需要下载的地址。
|
||||||
|
|
||||||
|
5、**下载到**选择需要保存的路径(迅雷下载就是downloads目录)。
|
||||||
|
|
||||||
|
6、然后通过文件浏览器(Filebrowser)进入到**存储路径**即可查看。
|
||||||
9
xunlei/README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 冬瓜甄选addons:Xunlei(迅雷)
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
|
||||||
|
知名的国内下载工具,登录后即可远程下载到存储器中。
|
||||||
|
|
||||||
|
## 来源
|
||||||
|
|
||||||
|
https://github.com/cnk3x/xunlei
|
||||||
52
xunlei/apparmor.txt
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
#include <tunables/global>
|
||||||
|
|
||||||
|
profile hassos_ssh_configurator_addon flags=(attach_disconnected,mediate_deleted) {
|
||||||
|
#include <abstractions/base>
|
||||||
|
|
||||||
|
capability,
|
||||||
|
file,
|
||||||
|
mount,
|
||||||
|
umount,
|
||||||
|
remount,
|
||||||
|
|
||||||
|
capability setgid,
|
||||||
|
capability setuid,
|
||||||
|
capability dac_override,
|
||||||
|
|
||||||
|
# S6-Overlay
|
||||||
|
/bin/** ix,
|
||||||
|
/usr/bin/** ix,
|
||||||
|
/usr/lib/bashio/** ix,
|
||||||
|
/etc/s6/** rix,
|
||||||
|
/run/s6/** rix,
|
||||||
|
/etc/services.d/** rwix,
|
||||||
|
/etc/cont-init.d/** rwix,
|
||||||
|
/etc/cont-finish.d/** rwix,
|
||||||
|
/init rix,
|
||||||
|
/var/run/** mrwkl,
|
||||||
|
/var/run/ mrwkl,
|
||||||
|
/proc/self/attr/** mrwkl,
|
||||||
|
# Files required
|
||||||
|
/dev/sda1 mrwkl,
|
||||||
|
/dev/sda7 mrwkl,
|
||||||
|
/dev/sda8 mrwkl,
|
||||||
|
/dev/sdb1 mrwkl,
|
||||||
|
/dev/mmcblk0p1 mrwkl,
|
||||||
|
/dev/* mrwkl,
|
||||||
|
/tmp/** mrkwl,
|
||||||
|
/xunlei/** mrkwl,
|
||||||
|
/media mrkwl,
|
||||||
|
/share mrkwl,
|
||||||
|
|
||||||
|
# Data access
|
||||||
|
/data/** rw,
|
||||||
|
/addon_configs/** rw,
|
||||||
|
|
||||||
|
|
||||||
|
# suppress ptrace denials when using 'docker ps' or using 'ps' inside a container
|
||||||
|
ptrace (trace,read) peer=docker-default,
|
||||||
|
|
||||||
|
# docker daemon confinement requires explict allow rule for signal
|
||||||
|
signal (receive) set=(kill,term) peer=/usr/bin/docker,
|
||||||
|
|
||||||
|
}
|
||||||
29
xunlei/config.yaml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
name: Xunlei(迅雷)
|
||||||
|
version: 3.11.2
|
||||||
|
slug: xunlei
|
||||||
|
codenotary: wghaos@163.com
|
||||||
|
description: 迅雷NAS版
|
||||||
|
image: wghaos/xunlei
|
||||||
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
init: false
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
boot: manual
|
||||||
|
ports:
|
||||||
|
2345/tcp: 2345
|
||||||
|
webui: "http://[HOST]:[PORT:2345]/"
|
||||||
|
map:
|
||||||
|
- media:rw
|
||||||
|
- share:rw
|
||||||
|
apparmor: true
|
||||||
|
privileged:
|
||||||
|
- SYS_ADMIN
|
||||||
|
options:
|
||||||
|
download_path: ""
|
||||||
|
user: ""
|
||||||
|
password: ""
|
||||||
|
schema:
|
||||||
|
download_path: str
|
||||||
|
user: str
|
||||||
|
password: str
|
||||||
BIN
xunlei/icon.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
xunlei/logo.png
Normal file
|
After Width: | Height: | Size: 152 KiB |
14
xunlei/translations/en.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
download_path:
|
||||||
|
name: download_path
|
||||||
|
description: >-
|
||||||
|
download path
|
||||||
|
user:
|
||||||
|
name: user
|
||||||
|
description: >-
|
||||||
|
user
|
||||||
|
password:
|
||||||
|
name: password
|
||||||
|
description: >-
|
||||||
|
password
|
||||||
14
xunlei/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
download_path:
|
||||||
|
name: 存储路径
|
||||||
|
description: >-
|
||||||
|
需要保存的路径
|
||||||
|
user:
|
||||||
|
name: 用户名
|
||||||
|
description: >-
|
||||||
|
非必填项,进入页面后需要输入该用户名
|
||||||
|
password:
|
||||||
|
name: 密码
|
||||||
|
description: >-
|
||||||
|
非必填项,进入页面后需要输入该密码
|
||||||