mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出frp-client-51、dozzle;
升级了alist。
This commit is contained in:
@@ -105,5 +105,10 @@ Netdata每秒收集指标,并将其显示在漂亮的低延迟仪表板中。
|
||||
|
||||
✓ [Portainer汉化版](Portainer汉化版) :
|
||||
这是一个很有名的docker可视化界面的管理工具。此版本为汉化版。
|
||||
|
||||
✓ [游戏机模拟器](emulatorjs-zh/) :
|
||||
基本Web浏览器的怀旧游戏机模拟器。
|
||||
✓ [docker日志监控Dozzle](docker日志监控dozzle/) :
|
||||
这是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志。
|
||||
✓ [frp客户端V0.51.0](frp-client-51/) :
|
||||
相同版本的组件在不同仓库中的数据迁移。
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
### v3.30.0 (2024-01-11)
|
||||
### v3.31.0 (02-26-2024)
|
||||
|
||||
- 版本更新
|
||||
|
||||
### v3.30.0 (01-11-2024)
|
||||
|
||||
- 首次推出
|
||||
@@ -2,7 +2,7 @@ name: Alist
|
||||
slug: alist
|
||||
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
version: v3.30.0
|
||||
version: v3.31.0
|
||||
image: wghaos/alist
|
||||
codenotary: wghaos@163.com
|
||||
arch:
|
||||
|
||||
3
dozzle/CHANGELOG.md
Normal file
3
dozzle/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### v6.2.0 (05-02-2024)
|
||||
|
||||
- 首次推出
|
||||
24
dozzle/DOCS.md
Normal file
24
dozzle/DOCS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# docker日志监控Dozzle
|
||||
|
||||
## 使用方法
|
||||
|
||||
- 启动前必须在信息页中,关闭“保护模式”,否则无法启动。
|
||||
|
||||
## 特征
|
||||
|
||||
- 智能模糊搜索容器名称 🤖
|
||||
|
||||
- 使用正则表达式🔦搜索日志
|
||||
|
||||
- 内存占用🏎小
|
||||
|
||||
- 用于查看多个日志的分屏
|
||||
|
||||
- 轻松下载日志
|
||||
|
||||
- 包含内存和 CPU 使用率的实时统计信息
|
||||
|
||||
- 支持代理转发授权🚨的多用户身份验证
|
||||
|
||||
Dozzle 已经过数百个容器的测试。但是,它不支持离线搜索
|
||||
|
||||
10
dozzle/README.md
Normal file
10
dozzle/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 冬瓜甄选addons:docker日志监控Dozzle
|
||||
|
||||
## 关于
|
||||
|
||||
Dozzle 是一个小型轻量级应用程序,具有基于Web 的界面来监控 Docker 日志。它不存储任何日志文件。它仅用于实时监视容器日志。
|
||||
|
||||
|
||||
## 来源
|
||||
|
||||
https://github.com/amir20/dozzle
|
||||
17
dozzle/config.yaml
Normal file
17
dozzle/config.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: docker日志监控Dozzle
|
||||
version: v6.2.0
|
||||
slug: dozzle
|
||||
codenotary: wghaos@163.com
|
||||
description: 'Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志。'
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
image: wghaos/dozzle
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
docker_api: true
|
||||
webui: "[PROTO:http]://[HOST]:[PORT:8080]"
|
||||
ports:
|
||||
8080/tcp: 8080
|
||||
ports_description:
|
||||
8080/tcp: Web interface
|
||||
BIN
dozzle/icon.png
Normal file
BIN
dozzle/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
dozzle/logo.png
Normal file
BIN
dozzle/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
3
frp-client-51/CHANGELOG.md
Normal file
3
frp-client-51/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### 0.51.0 (02-28-2024)
|
||||
|
||||
- 首次推出
|
||||
15
frp-client-51/DOCS.md
Normal file
15
frp-client-51/DOCS.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# FRP Client v0.51.0
|
||||
|
||||
## 配置说明
|
||||
|
||||
|
||||
1. 按照实际情况填写相关"配置",自定义二级域名必填。
|
||||
2. 用File editor修改Home Assistant `configuration.yaml` 最后一行添加:
|
||||
|
||||
```yaml
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 127.0.0.1
|
||||
```
|
||||
3. 修改之后,重启HA
|
||||
9
frp-client-51/README.md
Normal file
9
frp-client-51/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 冬瓜甄选addons:FRP Client v0.51.0
|
||||
|
||||
## 关于
|
||||
|
||||
您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问。
|
||||
|
||||
## 本项目为Frp HA客户端
|
||||
|
||||
https://github.com/huxiaoxu2019/hass-addon-frp-client
|
||||
37
frp-client-51/config.yaml
Normal file
37
frp-client-51/config.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
name: "FRP Client v0.51.0"
|
||||
slug: "frp_client_51"
|
||||
version: "0.51.0"
|
||||
description: "您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问"
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
host_network: true
|
||||
startup: application
|
||||
boot: "auto"
|
||||
init: false
|
||||
image: wghaos/frp-client-51
|
||||
map:
|
||||
- share:rw
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
options:
|
||||
server_addr: "frp.freefrp.net"
|
||||
server_port: 7000
|
||||
token: "freefrp.net"
|
||||
proxy_type: http
|
||||
proxy_name: "myweb"
|
||||
local_port: 8123
|
||||
remote_port: 18123
|
||||
schema:
|
||||
server_addr: str
|
||||
server_port: int
|
||||
token: str
|
||||
proxy_type: list(http|tcp)
|
||||
proxy_name: str
|
||||
local_port: int
|
||||
custom_domains: str
|
||||
remote_port: int
|
||||
subdomain: str?
|
||||
BIN
frp-client-51/icon.png
Normal file
BIN
frp-client-51/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
frp-client-51/logo.png
Normal file
BIN
frp-client-51/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
38
frp-client-51/translations/en.yaml
Normal file
38
frp-client-51/translations/en.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
configuration:
|
||||
server_addr:
|
||||
name: server_addr
|
||||
description: >-
|
||||
The address to connect to the server.
|
||||
server_port:
|
||||
name: server_port
|
||||
description: >-
|
||||
The default port for connecting to the server is 7000.
|
||||
token:
|
||||
name: token
|
||||
description: >-
|
||||
Token authentication.
|
||||
custom_domains:
|
||||
name: custom_domains
|
||||
description: >-
|
||||
Custom field.
|
||||
subdomain:
|
||||
name: subdomain
|
||||
description: >-
|
||||
subdomain.
|
||||
proxy_name:
|
||||
name: proxy_name
|
||||
description: >-
|
||||
Agent name.
|
||||
local_port:
|
||||
name: local_port
|
||||
description: >-
|
||||
Local port.
|
||||
remote_port:
|
||||
name: remote_port
|
||||
description: >-
|
||||
Remote_port.
|
||||
proxy_type:
|
||||
name: proxy_type
|
||||
description: >-
|
||||
Proxy_type.
|
||||
38
frp-client-51/translations/zh-Hans.yaml
Normal file
38
frp-client-51/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
configuration:
|
||||
server_addr:
|
||||
name: FRP服务端地址
|
||||
description: >-
|
||||
FRP服务端的地址(默认为freefrp.net指定地址)。
|
||||
server_port:
|
||||
name: FRP服务器端口
|
||||
description: >-
|
||||
FRP服务端端口(默认为freefrp.net指定端口)。
|
||||
token:
|
||||
name: 验证令牌
|
||||
description: >-
|
||||
身份验证令牌(默认为freefrp.net要求的令牌)。
|
||||
custom_domains:
|
||||
name: 自定义二级域名
|
||||
description: >-
|
||||
自定义二级域名(填写需要绑定的二级域名)。
|
||||
subdomain:
|
||||
name: 子域名
|
||||
description: >-
|
||||
子域名(选填,原freefrp子域名功能,与自定义二级域名功能一样,自有子域名服务器时可用)。
|
||||
proxy_name:
|
||||
name: 配置项名称
|
||||
description: >-
|
||||
该配置信息的名称(没特殊需求默认即可)。
|
||||
local_port:
|
||||
name: Web本地端口
|
||||
description: >-
|
||||
HomeAssistant的Web本地端口。
|
||||
remote_port:
|
||||
name: Web访问端口
|
||||
description: >-
|
||||
HomeAssistant的Web访问端口。
|
||||
proxy_type:
|
||||
name: 代理协议
|
||||
description: >-
|
||||
代理协议。
|
||||
@@ -1,4 +1,4 @@
|
||||
# 冬瓜甄选:IT Tools
|
||||
# 冬瓜甄选addons:IT Tools
|
||||
|
||||
## 关于
|
||||
|
||||
|
||||
Reference in New Issue
Block a user