更新 '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

23
xunlei-test/CHANGELOG.md Normal file
View File

@@ -0,0 +1,23 @@
### 3.20.2-4 2025-06-24
- 版本升级
### 3.20.2-3 2025-06-24
- 版本升级
### 3.20.2-2 2025-06-20
- 版本升级
### 3.20.2 2024-10-14
- 版本升级
### 3.20.1 2024-08-09
- 版本升级
### 3.7.1 2024-08-08
- 首次推出

17
xunlei-test/DOCS.md Normal file
View File

@@ -0,0 +1,17 @@
# Xunlei(迅雷)内测版
## 使用说明
1、在**配置**页面中找到**存储路径**。
- 支持路径为 `/media``/share`
2、运行后点击**打开 WEB UI**会新建窗口打开。
3、**手机扫描**或使用**账号密码登录**。
4、点击**新建任务**在**添加链接**粘贴需要下载的地址。
5、**下载到**选择需要保存的路径迅雷下载就是downloads目录
6、然后通过文件浏览器Filebrowser进入到**存储路径**即可查看。

9
xunlei-test/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 冬瓜甄选addonsXunlei(迅雷)内测版
## 关于
知名的国内下载工具,登录后即可远程下载到存储器中。
## 来源
https://github.com/cnk3x/xunlei

52
xunlei-test/apparmor.txt Normal file
View File

@@ -0,0 +1,52 @@
#include <tunables/global>
profile xunlei-test 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-test/config.yaml Normal file
View File

@@ -0,0 +1,29 @@
name: Xunlei(迅雷)内测版
version: 3.20.2-4
slug: xunlei-test
codenotary: wghaos@163.com
description: 迅雷NAS内测版
image: r.hassbus.com/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: "/share"
user: ""
password: ""
schema:
download_path: str
user: str
password: str

BIN
xunlei-test/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

BIN
xunlei-test/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

View File

@@ -0,0 +1,14 @@
---
configuration:
download_path:
name: download_path
description: >-
download path
user:
name: user
description: >-
user
password:
name: password
description: >-
password

View File

@@ -0,0 +1,14 @@
---
configuration:
download_path:
name: 存储路径
description: >-
需要保存的路径
user:
name: 用户名
description: >-
非必填项,进入页面后需要输入该用户名
password:
name: 密码
description: >-
非必填项,进入页面后需要输入该密码