mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
升级NeteaseCloudMusicApi、ddnsto、emby;首次推出onelist。
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## [4.14.1] - 2024-01-15
|
||||||
|
|
||||||
|
from https://github.com/Binaryify/NeteaseCloudMusicApi/releases/tag/v4.14.1
|
||||||
|
|
||||||
## [4.14.0] - 2023-12-20
|
## [4.14.0] - 2023-12-20
|
||||||
|
|
||||||
from https://github.com/Binaryify/NeteaseCloudMusicApi/releases/tag/v4.14.0
|
from https://github.com/Binaryify/NeteaseCloudMusicApi/releases/tag/v4.14.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: 网易云音乐 API
|
name: 网易云音乐 API
|
||||||
version: v4.14.0
|
version: v4.14.1
|
||||||
slug: cloud-music
|
slug: cloud-music
|
||||||
description: 网易云音乐 Node.js API service
|
description: 网易云音乐 Node.js API service
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
|||||||
@@ -80,3 +80,6 @@ AList是一个支持多种存储,支持网页浏览和 WebDAV 的文件列表
|
|||||||
|
|
||||||
✓ [HA健康检测](boost/) :
|
✓ [HA健康检测](boost/) :
|
||||||
这是一款HAOS综合网络访问健康度检查的应用,具有运行状态、网络状态、网络响应检测等功能。
|
这是一款HAOS综合网络访问健康度检查的应用,具有运行状态、网络状态、网络响应检测等功能。
|
||||||
|
|
||||||
|
✓ [onelist](onelist/) :
|
||||||
|
一个类似emby的专注于刮削alist聚合网盘形成影视媒体库的程序。
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 3.0.6 - [2024-01-18]
|
||||||
|
|
||||||
|
- 修正 填写token还不能正常启动的问题
|
||||||
|
|
||||||
## 3.0.5
|
## 3.0.5
|
||||||
|
|
||||||
- 首次发布。
|
- 首次发布。
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name: "DDNSTO"
|
name: "DDNSTO"
|
||||||
slug: ddnsto
|
slug: ddnsto
|
||||||
version: "3.0.5"
|
version: "v3.0.6"
|
||||||
description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具"
|
description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具"
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
# codenotary: wghaos@163.com
|
# codenotary: wghaos@163.com
|
||||||
@@ -17,4 +17,4 @@ options:
|
|||||||
schema:
|
schema:
|
||||||
user_token: match([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})
|
user_token: match([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})
|
||||||
device_id: list(0|1|2|3|4|5|6|7|8|9)
|
device_id: list(0|1|2|3|4|5|6|7|8|9)
|
||||||
image: "tomczhen/ddnsto-hassio-{arch}"
|
image: "docker.nju.edu.cn/wghaos/ddnsto"
|
||||||
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 4.8.0.67 (13-01-2024)
|
||||||
|
- 升级到linuxserver/docker-emby最新版
|
||||||
|
|
||||||
## 4.8.0.66 (06-01-2024)
|
## 4.8.0.66 (06-01-2024)
|
||||||
- 升级到linuxserver/docker-emby最新版
|
- 升级到linuxserver/docker-emby最新版
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
"/dev/nvme",
|
"/dev/nvme",
|
||||||
"/dev/nvme0n1p1",
|
"/dev/nvme0n1p1",
|
||||||
"/dev/nvme0n1p2",
|
"/dev/nvme0n1p2",
|
||||||
|
"/dev/nvme0n1p3",
|
||||||
"/dev/mmcblk",
|
"/dev/mmcblk",
|
||||||
"/dev/fuse",
|
"/dev/fuse",
|
||||||
"/dev/sda1",
|
"/dev/sda1",
|
||||||
@@ -114,6 +115,6 @@
|
|||||||
"slug": "emby_nas",
|
"slug": "emby_nas",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://gitcode.com/waxgourd/addons",
|
"url": "https://gitcode.com/waxgourd/addons",
|
||||||
"version": "4.8.0.66",
|
"version": "4.8.0.67",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,13 @@
|
|||||||
|
### 28.0.1-6 (14-01-2024)
|
||||||
|
- 修复了一些小bug
|
||||||
|
### 28.0.1-5 (14-01-2024)
|
||||||
|
- 修复了一些小bug
|
||||||
|
### 28.0.1-4 (12-01-2024)
|
||||||
|
- 修复 : https://github.com/alexbelgium/hassio-addons/issues/1170 https://github.com/alexbelgium/hassio-addons/issues/1171
|
||||||
|
|
||||||
|
### 28.0.1-3 (10-01-2024)
|
||||||
|
- 初步修复 : https://github.com/alexbelgium/hassio-addons/issues/1170
|
||||||
|
|
||||||
### 28.0.1-2 (07-01-2024)
|
### 28.0.1-2 (07-01-2024)
|
||||||
- 升级最后的版本从linuxserver/docker-nextcloud
|
- 升级最后的版本从linuxserver/docker-nextcloud
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,20 @@
|
|||||||
"/dev/nvme",
|
"/dev/nvme",
|
||||||
"/dev/nvme0n1p1",
|
"/dev/nvme0n1p1",
|
||||||
"/dev/nvme0n1p2",
|
"/dev/nvme0n1p2",
|
||||||
|
"/dev/nvme0n1p3",
|
||||||
|
"/dev/nvme1n1p1",
|
||||||
|
"/dev/nvme1n1p2",
|
||||||
|
"/dev/nvme1n1p3",
|
||||||
|
"/dev/nvme2n1p1",
|
||||||
|
"/dev/nvme2n1p2",
|
||||||
|
"/dev/nvme3n1p3",
|
||||||
|
"/dev/nvme0n1p3",
|
||||||
|
"/dev/nvme1n1p1",
|
||||||
|
"/dev/nvme1n1p2",
|
||||||
|
"/dev/nvme1n1p3",
|
||||||
|
"/dev/nvme2n1p1",
|
||||||
|
"/dev/nvme2n1p2",
|
||||||
|
"/dev/nvme3n1p3",
|
||||||
"/dev/mmcblk",
|
"/dev/mmcblk",
|
||||||
"/dev/fuse",
|
"/dev/fuse",
|
||||||
"/dev/sda1",
|
"/dev/sda1",
|
||||||
@@ -135,6 +149,6 @@
|
|||||||
"uart": true,
|
"uart": true,
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://gitcode.com/waxgourd/addons",
|
"url": "https://gitcode.com/waxgourd/addons",
|
||||||
"version": "28.0.1-2",
|
"version": "28.0.1-6",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
|
|||||||
3
onelist/CHANGELOG.md
Normal file
3
onelist/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## v2.0.4
|
||||||
|
|
||||||
|
- 首次发布。
|
||||||
18
onelist/DOCS.md
Normal file
18
onelist/DOCS.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# onelist
|
||||||
|
|
||||||
|
一个类似emby的专注于刮削alist聚合网盘形成影视媒体库的程序。
|
||||||
|
|
||||||
|
## 配置说明
|
||||||
|
|
||||||
|
### 更改此主机上由加载项开放的端口:
|
||||||
|
|
||||||
|
默认5245,可自行修改
|
||||||
|
|
||||||
|
可以通过浏览器页面访问 <http://ip:port> (端口号默认5245)
|
||||||
|
|
||||||
|
详细使用指南,请进入:https://alist.nn.ci/zh/guide/ 查看
|
||||||
|
|
||||||
|
### 基本使用说明:
|
||||||
|
|
||||||
|
- 用户名: admin@qq.com
|
||||||
|
- 密码: admin
|
||||||
29
onelist/README.md
Normal file
29
onelist/README.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# 冬瓜甄选addons: Onelist
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
|
||||||
|
一个类似emby的专注于刮削alist聚合网盘形成影视媒体库的程序。
|
||||||
|
|
||||||
|
### 主要解决以下痛点:
|
||||||
|
|
||||||
|
- alist挂载云盘后能在网页端看视频,却没有分类,没有海报墙
|
||||||
|
- 使用webdav挂载本地后,用jellyfin或者emby刮削会下载视频截取封面导致封号
|
||||||
|
- 用jellyfin或者emby之类,没有大带宽公网ip,在外难以访问
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 添加媒体库
|
||||||
|
|
||||||
|
1.对应输入媒体库名字,比如电影,类型选择movie
|
||||||
|
|
||||||
|
2.封面图片可以暂时不填
|
||||||
|
|
||||||
|
3.填写alist相关信息,这个主要用于程序查询你alist中文件,根据文件名进行刮削
|
||||||
|
|
||||||
|
## 来源
|
||||||
|
|
||||||
|
- 源项目地址:`https://github.com/msterzhang/onelist/`
|
||||||
|
|
||||||
|
|
||||||
66
onelist/apparmor.txt
Normal file
66
onelist/apparmor.txt
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
#include <tunables/global>
|
||||||
|
|
||||||
|
profile addon_db21ed7f_emby_nas flags=(attach_disconnected,mediate_deleted) {
|
||||||
|
#include <abstractions/base>
|
||||||
|
|
||||||
|
capability,
|
||||||
|
file,
|
||||||
|
signal,
|
||||||
|
mount,
|
||||||
|
umount,
|
||||||
|
remount,
|
||||||
|
network udp,
|
||||||
|
network tcp,
|
||||||
|
network dgram,
|
||||||
|
network stream,
|
||||||
|
network inet,
|
||||||
|
network inet6,
|
||||||
|
network netlink raw,
|
||||||
|
network unix dgram,
|
||||||
|
|
||||||
|
capability setgid,
|
||||||
|
capability setuid,
|
||||||
|
capability sys_admin,
|
||||||
|
capability dac_read_search,
|
||||||
|
# capability dac_override,
|
||||||
|
# capability sys_rawio,
|
||||||
|
|
||||||
|
# S6-Overlay
|
||||||
|
/init ix,
|
||||||
|
/run/{s6,s6-rc*,service}/** ix,
|
||||||
|
/package/** ix,
|
||||||
|
/command/** ix,
|
||||||
|
/run/{,**} rwk,
|
||||||
|
/dev/tty rw,
|
||||||
|
/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,
|
||||||
|
/dev/i2c-1 mrwkl,
|
||||||
|
# Files required
|
||||||
|
/dev/fuse mrwkl,
|
||||||
|
/dev/sda1 mrwkl,
|
||||||
|
/dev/sdb1 mrwkl,
|
||||||
|
/dev/nvme0 mrwkl,
|
||||||
|
/dev/nvme1 mrwkl,
|
||||||
|
/dev/ttyUSB0 mrwkl,
|
||||||
|
/dev/* mrwkl,
|
||||||
|
/tmp/** mrkwl,
|
||||||
|
|
||||||
|
# Data access
|
||||||
|
/data/** 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,
|
||||||
|
|
||||||
|
}
|
||||||
76
onelist/config.yaml
Normal file
76
onelist/config.yaml
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
name: Onelist
|
||||||
|
slug: onelist
|
||||||
|
version: v2.0.4
|
||||||
|
description: '专注于刮削alist聚合网盘形成影视媒体库的程序。'
|
||||||
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
codenotary: wghaos@163.com
|
||||||
|
image: wghaos/onelist
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
backup_exclude:
|
||||||
|
- '*/data/'
|
||||||
|
devices:
|
||||||
|
- /dev/dri
|
||||||
|
- /dev/dri/card0
|
||||||
|
- /dev/dri/card1
|
||||||
|
- /dev/dri/renderD128
|
||||||
|
- /dev/vchiq
|
||||||
|
- /dev/ttyUSB0
|
||||||
|
- /dev/sda
|
||||||
|
- /dev/sdb
|
||||||
|
- /dev/nvme
|
||||||
|
- /dev/nvme0n1p1
|
||||||
|
- /dev/nvme0n1p2
|
||||||
|
- /dev/mmcblk
|
||||||
|
- /dev/fuse
|
||||||
|
- /dev/net/tun
|
||||||
|
apparmor: true
|
||||||
|
init: false
|
||||||
|
boot: auto
|
||||||
|
startup: application
|
||||||
|
host_network: false
|
||||||
|
privileged:
|
||||||
|
- SYS_ADMIN
|
||||||
|
- DAC_READ_SEARCH
|
||||||
|
ports:
|
||||||
|
'5245': 5245
|
||||||
|
ports_description:
|
||||||
|
'5245': web port
|
||||||
|
webui: "http://[HOST]:[PORT:5245]/"
|
||||||
|
options:
|
||||||
|
env: Release
|
||||||
|
title: onelist
|
||||||
|
user:
|
||||||
|
user_email: admin@qq.com
|
||||||
|
user_password: admin
|
||||||
|
db:
|
||||||
|
db_driver: sqlite
|
||||||
|
db_user: root
|
||||||
|
db_name: onelist
|
||||||
|
db_password_debug: "123456"
|
||||||
|
db_password_release: "123456"
|
||||||
|
api_secret: zaWs5gGUrYr8czqwlkqVJzDrzMplCzNp
|
||||||
|
faviconico_url: https://wework.qpic.cn/wwpic/818353_fizV30xbQCGPQRP_1677394564/0
|
||||||
|
download_image: 是
|
||||||
|
img_url: https://image.tmdb.org
|
||||||
|
video_types: https://image.tmdb.org
|
||||||
|
key_db: 22f10ca52f109158ac7fe064ebbcf697
|
||||||
|
schema:
|
||||||
|
env: list(Release|Debug)
|
||||||
|
title: str
|
||||||
|
user:
|
||||||
|
user_email: str
|
||||||
|
user_password: str
|
||||||
|
db:
|
||||||
|
db_driver: str
|
||||||
|
db_user: str
|
||||||
|
db_name: str
|
||||||
|
db_password_debug: str
|
||||||
|
db_password_release: str
|
||||||
|
api_secret: str
|
||||||
|
faviconico_url: str
|
||||||
|
download_image: str
|
||||||
|
img_url: str
|
||||||
|
video_types: str
|
||||||
|
key_db: str
|
||||||
BIN
onelist/icon.png
Normal file
BIN
onelist/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
onelist/img/01.png
Normal file
BIN
onelist/img/01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
BIN
onelist/img/02.png
Normal file
BIN
onelist/img/02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 371 KiB |
BIN
onelist/logo.png
Normal file
BIN
onelist/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
71
onelist/translations/en.yaml
Normal file
71
onelist/translations/en.yaml
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
env:
|
||||||
|
name: env
|
||||||
|
description: >-
|
||||||
|
env
|
||||||
|
title:
|
||||||
|
name: title
|
||||||
|
description: >-
|
||||||
|
title
|
||||||
|
user:
|
||||||
|
name: user
|
||||||
|
description: >-
|
||||||
|
user
|
||||||
|
user_email:
|
||||||
|
name: user_email
|
||||||
|
description: >-
|
||||||
|
user_email
|
||||||
|
user_password:
|
||||||
|
name: user_password
|
||||||
|
description: >-
|
||||||
|
user_password
|
||||||
|
db:
|
||||||
|
name: db
|
||||||
|
description: >-
|
||||||
|
db
|
||||||
|
db_driver:
|
||||||
|
name: db_driver
|
||||||
|
description: >-
|
||||||
|
db_driver
|
||||||
|
db_user:
|
||||||
|
name: db_user
|
||||||
|
description: >-
|
||||||
|
db_user
|
||||||
|
db_name:
|
||||||
|
name: db_name
|
||||||
|
description: >-
|
||||||
|
db_name
|
||||||
|
db_password_debug:
|
||||||
|
name: db_password_debug
|
||||||
|
description: >-
|
||||||
|
db_password_debug
|
||||||
|
db_password_release:
|
||||||
|
name: db_password_release
|
||||||
|
description: >-
|
||||||
|
db_password_release
|
||||||
|
api_secret:
|
||||||
|
name: api_secret
|
||||||
|
description: >-
|
||||||
|
api_secret
|
||||||
|
faviconico_url:
|
||||||
|
name: faviconico_url
|
||||||
|
description: >-
|
||||||
|
faviconico_url
|
||||||
|
download_image:
|
||||||
|
name: download_image
|
||||||
|
description: >-
|
||||||
|
download_image
|
||||||
|
img_url:
|
||||||
|
name: img_url
|
||||||
|
description: >-
|
||||||
|
img_url
|
||||||
|
video_types:
|
||||||
|
name: video_types
|
||||||
|
description: >-
|
||||||
|
video_types
|
||||||
|
key_db:
|
||||||
|
name: key_db
|
||||||
|
description: >-
|
||||||
|
key_db
|
||||||
|
|
||||||
71
onelist/translations/zh-Hans.yaml
Normal file
71
onelist/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
---
|
||||||
|
configuration:
|
||||||
|
env:
|
||||||
|
name: 环境
|
||||||
|
description: >-
|
||||||
|
这里选择运行的环境
|
||||||
|
title:
|
||||||
|
name: 标题
|
||||||
|
description: >-
|
||||||
|
这里填写标题
|
||||||
|
user:
|
||||||
|
name: 用户配置
|
||||||
|
description: >-
|
||||||
|
这里填写用户的信息
|
||||||
|
user_email:
|
||||||
|
name: 邮箱
|
||||||
|
description: >-
|
||||||
|
这里填写邮箱地址
|
||||||
|
user_password:
|
||||||
|
name: 密码
|
||||||
|
description: >-
|
||||||
|
这里填写用户密码
|
||||||
|
db:
|
||||||
|
name: 数据库配置
|
||||||
|
description: >-
|
||||||
|
这里填写数据库的配置项
|
||||||
|
db_driver:
|
||||||
|
name: db_driver
|
||||||
|
description: >-
|
||||||
|
db_driver
|
||||||
|
db_user:
|
||||||
|
name: db_user
|
||||||
|
description: >-
|
||||||
|
db_user
|
||||||
|
db_name:
|
||||||
|
name: db_name
|
||||||
|
description: >-
|
||||||
|
db_name
|
||||||
|
db_password_debug:
|
||||||
|
name: db_password_debug
|
||||||
|
description: >-
|
||||||
|
db_password_debug
|
||||||
|
db_password_release:
|
||||||
|
name: db_password_release
|
||||||
|
description: >-
|
||||||
|
db_password_release
|
||||||
|
api_secret:
|
||||||
|
name: API密钥
|
||||||
|
description: >-
|
||||||
|
这里填写API密钥
|
||||||
|
faviconico_url:
|
||||||
|
name: 收藏的url
|
||||||
|
description: >-
|
||||||
|
这里是收藏的url地址
|
||||||
|
download_image:
|
||||||
|
name: 下载图片
|
||||||
|
description: >-
|
||||||
|
这里配置是否下载图片
|
||||||
|
img_url:
|
||||||
|
name: 图片地址
|
||||||
|
description: >-
|
||||||
|
这里填写图片地址
|
||||||
|
video_types:
|
||||||
|
name: 视频类型
|
||||||
|
description: >-
|
||||||
|
这里填写视频类型
|
||||||
|
key_db:
|
||||||
|
name: 数据库键
|
||||||
|
description: >-
|
||||||
|
这里填写数据库的键
|
||||||
|
|
||||||
Reference in New Issue
Block a user