mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出alist、HA健康检测、青龙面板 for HA
This commit is contained in:
21
README.md
21
README.md
@@ -48,19 +48,19 @@ MyIP一个更好的 IP 工具箱。可以查看IP、IP 信息(代理前后)
|
|||||||
|
|
||||||
✓ [Zigbee2MQTT](zigbee2mqtt/) :
|
✓ [Zigbee2MQTT](zigbee2mqtt/) :
|
||||||
|
|
||||||
官方Zigbee2MQTT家庭助理插件
|
官方Zigbee2MQTT家庭助理插件。
|
||||||
|
|
||||||
✓ [portainer](portainer/) :
|
✓ [portainer](portainer/) :
|
||||||
|
|
||||||
比较流行的docker管理工具
|
比较流行的docker管理工具。
|
||||||
|
|
||||||
✓ [MPD](mpd/) :
|
✓ [MPD](mpd/) :
|
||||||
|
|
||||||
HA中有名的播放器
|
HA中有名的播放器。
|
||||||
|
|
||||||
✓ [ddnsto](ddnsto/) :
|
✓ [ddnsto](ddnsto/) :
|
||||||
|
|
||||||
优秀的外网访问内网的插件
|
优秀的外网访问内网的插件。
|
||||||
|
|
||||||
✓ [mi-scale](mi-scale/) :
|
✓ [mi-scale](mi-scale/) :
|
||||||
|
|
||||||
@@ -68,4 +68,15 @@ HA中有名的播放器
|
|||||||
|
|
||||||
✓ [haos_turbo](haos_turbo/) :
|
✓ [haos_turbo](haos_turbo/) :
|
||||||
|
|
||||||
HA加速器
|
HA加速器
|
||||||
|
|
||||||
|
✓ [青龙面板 for HA](qinglong/) :
|
||||||
|
|
||||||
|
定时任务管理平台
|
||||||
|
|
||||||
|
✓ [alist](alist/) :
|
||||||
|
|
||||||
|
AList是一个支持多种存储,支持网页浏览和 WebDAV 的文件列表程序,由 gin 和 Solidjs 驱动。
|
||||||
|
|
||||||
|
✓ [HA健康检测](boost/) :
|
||||||
|
这是一款HAOS综合网络访问健康度检查的应用,具有运行状态、网络状态、网络响应检测等功能。
|
||||||
3
alist/CHANGELOG.md
Normal file
3
alist/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## v3.30.0
|
||||||
|
|
||||||
|
- 首次发布。
|
||||||
16
alist/DOCS.md
Normal file
16
alist/DOCS.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Alist
|
||||||
|
|
||||||
|
一个支持多个存储的文件列表程序。
|
||||||
|
|
||||||
|
## 配置说明
|
||||||
|
|
||||||
|
### 更改此主机上由加载项开放的端口:
|
||||||
|
|
||||||
|
默认5244,可自行修改
|
||||||
|
|
||||||
|
可以通过浏览器页面访问 <http://homeassistant:port> (端口号默认5244)
|
||||||
|
|
||||||
|
默认用户名: "admin" 密码: "admin"
|
||||||
|
|
||||||
|
详细使用指南,请进入:https://alist.nn.ci/zh/guide/ 查看
|
||||||
|
|
||||||
11
alist/README.md
Normal file
11
alist/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# 冬瓜甄选addons: Alist
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
|
||||||
|
AList是一个支持多种存储,支持网页浏览和 WebDAV 的文件列表程序,由 gin 和 Solidjs 驱动。简单的来说就是能够帮助你管理各种网盘应用,类似于CloudDrive,AList除了支持网盘存储之外,还支持对象存储,本地存储,FTP等等。
|
||||||
|
|
||||||
|
## 来源
|
||||||
|
|
||||||
|
https://github.com/alist-org/alist
|
||||||
66
alist/apparmor.txt
Normal file
66
alist/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,
|
||||||
|
|
||||||
|
}
|
||||||
40
alist/config.yaml
Normal file
40
alist/config.yaml
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
name: Alist
|
||||||
|
slug: alist
|
||||||
|
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
|
||||||
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
version: v3.30.0
|
||||||
|
image: docker.nju.edu.cn/wghaos/alist
|
||||||
|
codenotary: wghaos@163.com
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
apparmor: true
|
||||||
|
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
|
||||||
|
webui: "http://[HOST]:[PORT:5244]/"
|
||||||
|
privileged:
|
||||||
|
- SYS_ADMIN
|
||||||
|
- DAC_READ_SEARCH
|
||||||
|
host_network: false
|
||||||
|
init: false
|
||||||
|
ports:
|
||||||
|
'5244': 5244
|
||||||
|
ports_description:
|
||||||
|
'5244': web port
|
||||||
|
startup: application
|
||||||
|
boot: auto
|
||||||
BIN
alist/icon.png
Normal file
BIN
alist/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
alist/logo.png
Normal file
BIN
alist/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
2
boost/CHANGELOG.md
Normal file
2
boost/CHANGELOG.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
## 1.0.1(2023-12-10)
|
||||||
|
- 首次提交
|
||||||
8
boost/DOCS.md
Normal file
8
boost/DOCS.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# HA健康检测
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 配置说明
|
||||||
|
|
||||||
|
启动前一定要在信息页面中关闭 保护模式。
|
||||||
|
|
||||||
7
boost/README.md
Normal file
7
boost/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# 冬瓜甄选addons:HA健康检测
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
|
||||||
|
这是一款HAOS综合网络访问健康度检查的应用,具有运行状态、网络状态、网络响应检测等功能。
|
||||||
|
|
||||||
|
注:冬瓜HAOS 11.3以上支持host网络检测,其他HAOS的host部分无法检测,会显示为空白。
|
||||||
28
boost/config.yaml
Normal file
28
boost/config.yaml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
name: HA健康检测
|
||||||
|
slug: wgha-boost
|
||||||
|
version: 1.0.1
|
||||||
|
description: HAOS综合网络访问健康度检查的应用,具有运行状态、网络状态、网络响应检测等功能
|
||||||
|
init: false
|
||||||
|
startup: services
|
||||||
|
codenotary: wghaos@163.com
|
||||||
|
ingress: true
|
||||||
|
ingress_port: 8991
|
||||||
|
ingress_stream: true
|
||||||
|
image: wghaos/wga-boost
|
||||||
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
ports:
|
||||||
|
8991/tcp: 8991
|
||||||
|
panel_icon: mdi:stethoscope
|
||||||
|
hassio_api: true
|
||||||
|
hassio_role: admin
|
||||||
|
docker_api: true
|
||||||
|
map:
|
||||||
|
- addon_config:rw
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
options:
|
||||||
|
config_file: /config/config.yaml
|
||||||
|
schema:
|
||||||
|
config_file: str?
|
||||||
BIN
boost/icon.png
Normal file
BIN
boost/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
boost/logo.png
Normal file
BIN
boost/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
3
qinglong/CHANGELOG.md
Normal file
3
qinglong/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 1.0.0(2024-01-11)
|
||||||
|
|
||||||
|
首次推出
|
||||||
9
qinglong/DOCS.md
Normal file
9
qinglong/DOCS.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 青龙面板 for HA
|
||||||
|
|
||||||
|
支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台
|
||||||
|
|
||||||
|
## 配置说明
|
||||||
|
|
||||||
|
### 更改此主机上由加载项开放的端口
|
||||||
|
|
||||||
|
默认端口号5700
|
||||||
20
qinglong/README.md
Normal file
20
qinglong/README.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# 冬瓜甄选addons: 青龙面板 for HA
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
|
||||||
|
支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台
|
||||||
|
|
||||||
|
### 功能
|
||||||
|
|
||||||
|
- 支持多种脚本语言(python3、javaScript、shell、typescript)
|
||||||
|
- 支持在线管理脚本、环境变量、配置文件
|
||||||
|
- 支持在线查看任务日志
|
||||||
|
- 支持秒级任务设置
|
||||||
|
- 支持系统级通知
|
||||||
|
- 支持暗黑模式
|
||||||
|
- 支持手机端操作
|
||||||
|
|
||||||
|
## 来源
|
||||||
|
|
||||||
|
https://github.com/whyour/qinglong
|
||||||
|
|
||||||
21
qinglong/config.yaml
Normal file
21
qinglong/config.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: 青龙面板 for HA
|
||||||
|
version: 1.0.0
|
||||||
|
slug: qinglong
|
||||||
|
description: "支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台"
|
||||||
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
init: false
|
||||||
|
codenotary: wghaos@163.com
|
||||||
|
map:
|
||||||
|
- share:rw
|
||||||
|
arch:
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
webui: "http://[HOST]:[PORT:5700]/"
|
||||||
|
ports_description:
|
||||||
|
5700/tcp: 'Web UI port'
|
||||||
|
ports:
|
||||||
|
5700/tcp: 5700
|
||||||
|
image: wghaos/qinglong
|
||||||
|
environment:
|
||||||
|
QL_DIR: /share/qinglong
|
||||||
BIN
qinglong/icon.png
Normal file
BIN
qinglong/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
BIN
qinglong/logo.png
Normal file
BIN
qinglong/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Reference in New Issue
Block a user