diff --git a/README.md b/README.md index 809bbbc..2514cd6 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,24 @@ Netdata每秒收集指标,并将其显示在漂亮的低延迟仪表板中。 ✓ [frp客户端V0.51.0](frp-client-51/) : -相同版本的组件在不同仓库中的数据迁移。 +FRP客户端。 ✓ [Addon Data Migrate](addon-data-migrate/) : 相同版本的组件在不同仓库中的数据迁移。 +✓ [Lucky](lucky/) : + +具有动态域名、Web服务、内网穿透、等服务器。 + +✓ [HA清理大师](addon-data-clean/) : + +一个专门为HAOS清理垃圾数据的工具,让HA也能直观的进行存储规划。 + +✓ [小雅Alist](xiaoya-alist/) : + +一个口碑级的alist应用。 + +✓ [冬瓜HAOS-ttyd](wg-ttyd/) : + +可以将ttyd在HA内嵌的方式打开,方便大家远程时操作。 \ No newline at end of file diff --git a/addon-data-clean/icon.png b/addon-data-clean/icon.png index 4886ac0..8f49826 100644 Binary files a/addon-data-clean/icon.png and b/addon-data-clean/icon.png differ diff --git a/addon-data-migrate/icon.png b/addon-data-migrate/icon.png index 4886ac0..cc4e3ad 100644 Binary files a/addon-data-migrate/icon.png and b/addon-data-migrate/icon.png differ diff --git a/wg-ttyd/CHANGELOG.md b/wg-ttyd/CHANGELOG.md new file mode 100644 index 0000000..0ec2b08 --- /dev/null +++ b/wg-ttyd/CHANGELOG.md @@ -0,0 +1,3 @@ +### 0.1.0 (2024-04-10) + +- 首次推出 diff --git a/wg-ttyd/DOCS.md b/wg-ttyd/DOCS.md new file mode 100644 index 0000000..7fe8597 --- /dev/null +++ b/wg-ttyd/DOCS.md @@ -0,0 +1,19 @@ +# 冬瓜HAOS-ttyd + +## 使用方法 + +- 安装该加载项。 + +- 检查该加载项的日志,检查是否报错。 + +- 打开webUI即可使用。 + + + + + +**注意:如果ttyd更改端口号后,该加载项不能正常访问!!!** + +**注意:如果ttyd更改端口号后,该加载项不能正常访问!!!** + +**注意:如果ttyd更改端口号后,该加载项不能正常访问!!!** \ No newline at end of file diff --git a/wg-ttyd/README.md b/wg-ttyd/README.md new file mode 100644 index 0000000..84c871e --- /dev/null +++ b/wg-ttyd/README.md @@ -0,0 +1,4 @@ +# 冬瓜甄选addons:冬瓜HAOS-ttyd + +## 关于 +可以将ttyd在HA内嵌的方式打开,方便大家远程时操作。 diff --git a/wg-ttyd/config.yaml b/wg-ttyd/config.yaml new file mode 100644 index 0000000..ce65e13 --- /dev/null +++ b/wg-ttyd/config.yaml @@ -0,0 +1,17 @@ +name: '冬瓜HAOS-ttyd' +version: '0.1.0' +slug: 'wghaos-ttyd' +codenotary: 'wghaos@163.com' +description: "可以将ttyd在HA内嵌的方式打开,方便大家远程时操作" +url: https://gitcode.com/waxgourd/addons +image: wghaos/addons-wghaos-ttyd +init: false +arch: + - aarch64 + - amd64 + - armv7 +ingress: true +ingress_port: 7681 +panel_icon: 'mdi:application-variable' +host_network: true +boot: manual diff --git a/wg-ttyd/icon.png b/wg-ttyd/icon.png new file mode 100644 index 0000000..de1baf7 Binary files /dev/null and b/wg-ttyd/icon.png differ diff --git a/wg-ttyd/logo.png b/wg-ttyd/logo.png new file mode 100644 index 0000000..cabc324 Binary files /dev/null and b/wg-ttyd/logo.png differ