From c0bf6dc650b2c9ae800b7774a0ff4ca7ed90e863 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(apps):=20update=20documenta?= =?UTF-8?q?tion=20links=20and=20configuration=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update documentation links for anheyu-blog-pro, anheyu-blog, bestsub, and termix - remove commented build lines from docker-compose.yml files for anheyu-blog-pro and anheyu-blog - add arm/v7 architecture support for bestsub application - remove arm64 architecture support from dnsmgr application - add ppc64le, arm/v7, and s390x architecture support for oauth2-proxy application - removing unnecessary whitespace --- anheyu-blog-pro/1.5.2/docker-compose.yml | 1 - anheyu-blog-pro/data.yml | 2 +- anheyu-blog/1.5.2/docker-compose.yml | 1 - anheyu-blog/data.yml | 2 +- bestsub/1.6.3/docker-compose.yml | 3 --- bestsub/data.yml | 3 ++- dnsmgr/data.yml | 1 - oauth2-proxy/data.yml | 3 +++ termix/data.yml | 2 +- 9 files changed, 8 insertions(+), 10 deletions(-) diff --git a/anheyu-blog-pro/1.5.2/docker-compose.yml b/anheyu-blog-pro/1.5.2/docker-compose.yml index 56f7e719d..b83dd12cf 100644 --- a/anheyu-blog-pro/1.5.2/docker-compose.yml +++ b/anheyu-blog-pro/1.5.2/docker-compose.yml @@ -1,6 +1,5 @@ services: anheyu: - # build: . image: anheyu/pro:1.5.2 container_name: ${CONTAINER_NAME} restart: always diff --git a/anheyu-blog-pro/data.yml b/anheyu-blog-pro/data.yml index fe296ff4d..a86588830 100644 --- a/anheyu-blog-pro/data.yml +++ b/anheyu-blog-pro/data.yml @@ -15,7 +15,7 @@ additionalProperties: limit: 0 website: https://anheyu.com/ github: https://github.com/anzhiyu-c/anheyu-app - document: https://anheyu.com/posts/Z3MC + document: https://dev.anheyu.com/docs/getting-started/ description: en: A modern blog and content management system built with Go backend and Vue3 frontend. zh: 一个基于 Go 语言后端与 Vue3 前端构建的现代化博客与内容管理系统。 diff --git a/anheyu-blog/1.5.2/docker-compose.yml b/anheyu-blog/1.5.2/docker-compose.yml index d861c6949..c3ee4d7bf 100644 --- a/anheyu-blog/1.5.2/docker-compose.yml +++ b/anheyu-blog/1.5.2/docker-compose.yml @@ -1,6 +1,5 @@ services: anheyu: - # build: . image: anheyu/anheyu-backend:1.5.2 container_name: ${CONTAINER_NAME} restart: always diff --git a/anheyu-blog/data.yml b/anheyu-blog/data.yml index cfbf5fff1..cbaa9dc49 100644 --- a/anheyu-blog/data.yml +++ b/anheyu-blog/data.yml @@ -15,7 +15,7 @@ additionalProperties: limit: 0 website: https://anheyu.com/ github: https://github.com/anzhiyu-c/anheyu-app - document: https://anheyu.com/posts/Z3MC + document: https://dev.anheyu.com/docs/getting-started/ description: en: A modern blog and content management system built with Go backend and Vue3 frontend. zh: 一个基于 Go 语言后端与 Vue3 前端构建的现代化博客与内容管理系统。 diff --git a/bestsub/1.6.3/docker-compose.yml b/bestsub/1.6.3/docker-compose.yml index a0ae2347b..4cf7401d9 100644 --- a/bestsub/1.6.3/docker-compose.yml +++ b/bestsub/1.6.3/docker-compose.yml @@ -3,15 +3,12 @@ services: image: bestrui/bestsub:v1.6.3 container_name: ${CONTAINER_NAME} restart: always - labels: createdBy: "Apps" ports: - ${PANEL_APP_PORT_HTTP}:8080 - volumes: - ./data:/app/data - networks: - 1panel-network diff --git a/bestsub/data.yml b/bestsub/data.yml index 91017a3bf..540712b6e 100644 --- a/bestsub/data.yml +++ b/bestsub/data.yml @@ -16,7 +16,7 @@ additionalProperties: recommend: 0 website: https://github.com/bestruirui/BestSub github: https://github.com/bestruirui/BestSub - document: https://github.com/bestruirui/BestSub#readme + document: https://github.com/bestruirui/BestSub description: en: ⚡ BestSub is a high-performance node detection and subscription conversion service built with Go. It provides a modern Web UI and complete API, supports multiple detection methods, subscription format conversions, persistent node pools, extensible modules, and flexible notification and storage options. zh: ⚡ BestSub 是一个高性能的节点检测与订阅转换服务,基于 Go 语言开发。它提供现代化的 Web 管理界面与完整的 API,支持多种检测方式、订阅格式转换、节点池持久化、模块化扩展,以及灵活的通知与存储方案。 @@ -29,3 +29,4 @@ additionalProperties: architectures: - amd64 - arm64 + - arm/v7 diff --git a/dnsmgr/data.yml b/dnsmgr/data.yml index cd688a8c5..fa4d05276 100644 --- a/dnsmgr/data.yml +++ b/dnsmgr/data.yml @@ -31,4 +31,3 @@ additionalProperties: ko: 다중 업스트림 DNS 집합 관리 시스템으로, 지능형 라우팅, 캐시 가속 및 시각적 관리를 지원하며 DoH/DoT/DoQ 등 최신 프로토콜을 지원합니다. architectures: - amd64 - - arm64 diff --git a/oauth2-proxy/data.yml b/oauth2-proxy/data.yml index 1692bb03c..9088cfc51 100644 --- a/oauth2-proxy/data.yml +++ b/oauth2-proxy/data.yml @@ -30,3 +30,6 @@ additionalProperties: architectures: - amd64 - arm64 + - ppc64le + - arm/v7 + - s390x diff --git a/termix/data.yml b/termix/data.yml index d026e8eaa..11d9e73ef 100644 --- a/termix/data.yml +++ b/termix/data.yml @@ -18,7 +18,7 @@ additionalProperties: recommend: 0 website: https://github.com/LukeGus/Termix github: https://github.com/LukeGus/Termix - document: https://github.com/LukeGus/Termix#readme + document: https://github.com/LukeGus/Termix description: en: 🖥️ Termix is a versatile cross-platform terminal tool that supports multiple terminal protocols, plugins, and customizations, making it easier to manage and enhance your command-line experience. zh: 🖥️ Termix 是一个多功能的跨平台终端工具,支持多种终端协议、插件与个性化扩展,帮助开发者更高效地管理和优化命令行体验。