diff --git a/cpolar/CHANGELOG.md b/cpolar/CHANGELOG.md new file mode 100644 index 0000000..3c86042 --- /dev/null +++ b/cpolar/CHANGELOG.md @@ -0,0 +1,3 @@ +### 3.3.18(2024-07-22) + +- 首次推出 \ No newline at end of file diff --git a/cpolar/DOCS.md b/cpolar/DOCS.md new file mode 100644 index 0000000..f5bd6e1 --- /dev/null +++ b/cpolar/DOCS.md @@ -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 步骤 \ No newline at end of file diff --git a/cpolar/README.md b/cpolar/README.md new file mode 100644 index 0000000..38844ab --- /dev/null +++ b/cpolar/README.md @@ -0,0 +1,9 @@ +# 冬瓜甄选addons:Cpolar极点云 + +## 关于 + +安全的内网穿透工具,很多人用在找,特此做一个出来。 + +## 功能 + +只需要简单配置,就可以将HA映射到公网,方便大家远程访问 diff --git a/cpolar/config.yaml b/cpolar/config.yaml new file mode 100644 index 0000000..2098b9d --- /dev/null +++ b/cpolar/config.yaml @@ -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? diff --git a/cpolar/icon.png b/cpolar/icon.png new file mode 100644 index 0000000..2167f4d Binary files /dev/null and b/cpolar/icon.png differ diff --git a/cpolar/logo.png b/cpolar/logo.png new file mode 100644 index 0000000..f8bdad2 Binary files /dev/null and b/cpolar/logo.png differ diff --git a/fusion/CHANGELOG.md b/fusion/CHANGELOG.md new file mode 100644 index 0000000..2236d30 --- /dev/null +++ b/fusion/CHANGELOG.md @@ -0,0 +1,3 @@ +### 2024.5.3(2024-05-22) + +- 首次推出 \ No newline at end of file diff --git a/fusion/DOCS.md b/fusion/DOCS.md new file mode 100644 index 0000000..97d5329 --- /dev/null +++ b/fusion/DOCS.md @@ -0,0 +1,12 @@ +# Fusion(仪表板) + +## 使用方法 + +- 配置项中有默认的端口(点击打开禁用的端口旁的按钮,就可以自行修改). + +- 启动加载项,并检查加载项日志,是否启动正常. + +- 启动后可在信息页中点击"打开 WEI UI". + +- 在打开的界面进行设置和添加. + diff --git a/fusion/README.md b/fusion/README.md new file mode 100644 index 0000000..e3829f7 --- /dev/null +++ b/fusion/README.md @@ -0,0 +1,8 @@ +# 冬瓜甄选addons:Fusion(仪表板) + +## 关于 +Fusion 现代、易于使用、高性能的自定义Home Assistant仪表板 + +## 来源 + +https://github.com/matt8707/ha-fusion diff --git a/fusion/apparmor.txt b/fusion/apparmor.txt new file mode 100644 index 0000000..9cfcaff --- /dev/null +++ b/fusion/apparmor.txt @@ -0,0 +1,56 @@ +#include + +profile fusion flags=(attach_disconnected,mediate_deleted) { + #include + + # 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 + + # 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, + } +} \ No newline at end of file diff --git a/fusion/config.yaml b/fusion/config.yaml new file mode 100644 index 0000000..e705498 --- /dev/null +++ b/fusion/config.yaml @@ -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 diff --git a/fusion/icon.png b/fusion/icon.png new file mode 100644 index 0000000..1778133 Binary files /dev/null and b/fusion/icon.png differ diff --git a/fusion/logo.png b/fusion/logo.png new file mode 100644 index 0000000..4664a7c Binary files /dev/null and b/fusion/logo.png differ diff --git a/xiaoya-tvbox/CHANGELOG.md b/xiaoya-tvbox/CHANGELOG.md new file mode 100644 index 0000000..a984ddc --- /dev/null +++ b/xiaoya-tvbox/CHANGELOG.md @@ -0,0 +1,4 @@ + +### latest (2024-03-23) + +- 首次推出 \ No newline at end of file diff --git a/xiaoya-tvbox/DOCS.md b/xiaoya-tvbox/DOCS.md new file mode 100644 index 0000000..f27a719 --- /dev/null +++ b/xiaoya-tvbox/DOCS.md @@ -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 + + + diff --git a/xiaoya-tvbox/README.md b/xiaoya-tvbox/README.md new file mode 100644 index 0000000..ea34286 --- /dev/null +++ b/xiaoya-tvbox/README.md @@ -0,0 +1,7 @@ +# 冬瓜甄选Addons:小雅-TvBox版 + +## 关于 +知名的小雅TVBox版本,直接管理界面配置,方便实用。 + +## 来源 +- 文档:https://github.com/power721/alist-tvbox/blob/master/doc/README_zh.md \ No newline at end of file diff --git a/xiaoya-tvbox/config.yaml b/xiaoya-tvbox/config.yaml new file mode 100644 index 0000000..15e3fa9 --- /dev/null +++ b/xiaoya-tvbox/config.yaml @@ -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 \ No newline at end of file diff --git a/xiaoya-tvbox/icon.png b/xiaoya-tvbox/icon.png new file mode 100644 index 0000000..7afefeb Binary files /dev/null and b/xiaoya-tvbox/icon.png differ diff --git a/xiaoya-tvbox/logo.png b/xiaoya-tvbox/logo.png new file mode 100644 index 0000000..51c0dde Binary files /dev/null and b/xiaoya-tvbox/logo.png differ diff --git a/xunlei/CHANGELOG.md b/xunlei/CHANGELOG.md new file mode 100644 index 0000000..b19828c --- /dev/null +++ b/xunlei/CHANGELOG.md @@ -0,0 +1,7 @@ +### 3.11.2 (2024-06-25) + +- 版本升级 + +### 3.7.1 (2024-05-24) + +- 首次推出 \ No newline at end of file diff --git a/xunlei/DOCS.md b/xunlei/DOCS.md new file mode 100644 index 0000000..b98e943 --- /dev/null +++ b/xunlei/DOCS.md @@ -0,0 +1,17 @@ +# Xunlei(迅雷) + +## 使用说明 + +1、在**配置**页面中找到**存储路径**。 + + - 支持路径为 `/meidia` 和 `/share`。 + +2、运行后点击**打开 WEB UI**会新建窗口打开。 + +3、**手机扫描**或使用**账号密码登录**。 + +4、点击**新建任务**在**添加链接**粘贴需要下载的地址。 + +5、**下载到**选择需要保存的路径(迅雷下载就是downloads目录)。 + +6、然后通过文件浏览器(Filebrowser)进入到**存储路径**即可查看。 \ No newline at end of file diff --git a/xunlei/README.md b/xunlei/README.md new file mode 100644 index 0000000..d6dd432 --- /dev/null +++ b/xunlei/README.md @@ -0,0 +1,9 @@ +# 冬瓜甄选addons:Xunlei(迅雷) + +## 关于 + +知名的国内下载工具,登录后即可远程下载到存储器中。 + +## 来源 + +https://github.com/cnk3x/xunlei \ No newline at end of file diff --git a/xunlei/apparmor.txt b/xunlei/apparmor.txt new file mode 100644 index 0000000..91b0613 --- /dev/null +++ b/xunlei/apparmor.txt @@ -0,0 +1,52 @@ +#include + +profile hassos_ssh_configurator_addon flags=(attach_disconnected,mediate_deleted) { + #include + + 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, + +} diff --git a/xunlei/config.yaml b/xunlei/config.yaml new file mode 100644 index 0000000..7e1c58c --- /dev/null +++ b/xunlei/config.yaml @@ -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 diff --git a/xunlei/icon.png b/xunlei/icon.png new file mode 100644 index 0000000..c601b57 Binary files /dev/null and b/xunlei/icon.png differ diff --git a/xunlei/logo.png b/xunlei/logo.png new file mode 100644 index 0000000..c601b57 Binary files /dev/null and b/xunlei/logo.png differ diff --git a/xunlei/translations/en.yaml b/xunlei/translations/en.yaml new file mode 100644 index 0000000..6a021e8 --- /dev/null +++ b/xunlei/translations/en.yaml @@ -0,0 +1,14 @@ +--- +configuration: + download_path: + name: download_path + description: >- + download path + user: + name: user + description: >- + user + password: + name: password + description: >- + password \ No newline at end of file diff --git a/xunlei/translations/zh-Hans.yaml b/xunlei/translations/zh-Hans.yaml new file mode 100644 index 0000000..1f73f01 --- /dev/null +++ b/xunlei/translations/zh-Hans.yaml @@ -0,0 +1,14 @@ +--- +configuration: + download_path: + name: 存储路径 + description: >- + 需要保存的路径 + user: + name: 用户名 + description: >- + 非必填项,进入页面后需要输入该用户名 + password: + name: 密码 + description: >- + 非必填项,进入页面后需要输入该密码 \ No newline at end of file