📝 docs(apps): update documentation links and configuration files
- 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
This commit is contained in:
parent
925dc203f1
commit
c0bf6dc650
|
|
@ -1,6 +1,5 @@
|
||||||
services:
|
services:
|
||||||
anheyu:
|
anheyu:
|
||||||
# build: .
|
|
||||||
image: anheyu/pro:1.5.2
|
image: anheyu/pro:1.5.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ additionalProperties:
|
||||||
limit: 0
|
limit: 0
|
||||||
website: https://anheyu.com/
|
website: https://anheyu.com/
|
||||||
github: https://github.com/anzhiyu-c/anheyu-app
|
github: https://github.com/anzhiyu-c/anheyu-app
|
||||||
document: https://anheyu.com/posts/Z3MC
|
document: https://dev.anheyu.com/docs/getting-started/
|
||||||
description:
|
description:
|
||||||
en: A modern blog and content management system built with Go backend and Vue3 frontend.
|
en: A modern blog and content management system built with Go backend and Vue3 frontend.
|
||||||
zh: 一个基于 Go 语言后端与 Vue3 前端构建的现代化博客与内容管理系统。
|
zh: 一个基于 Go 语言后端与 Vue3 前端构建的现代化博客与内容管理系统。
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
services:
|
services:
|
||||||
anheyu:
|
anheyu:
|
||||||
# build: .
|
|
||||||
image: anheyu/anheyu-backend:1.5.2
|
image: anheyu/anheyu-backend:1.5.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ additionalProperties:
|
||||||
limit: 0
|
limit: 0
|
||||||
website: https://anheyu.com/
|
website: https://anheyu.com/
|
||||||
github: https://github.com/anzhiyu-c/anheyu-app
|
github: https://github.com/anzhiyu-c/anheyu-app
|
||||||
document: https://anheyu.com/posts/Z3MC
|
document: https://dev.anheyu.com/docs/getting-started/
|
||||||
description:
|
description:
|
||||||
en: A modern blog and content management system built with Go backend and Vue3 frontend.
|
en: A modern blog and content management system built with Go backend and Vue3 frontend.
|
||||||
zh: 一个基于 Go 语言后端与 Vue3 前端构建的现代化博客与内容管理系统。
|
zh: 一个基于 Go 语言后端与 Vue3 前端构建的现代化博客与内容管理系统。
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,12 @@ services:
|
||||||
image: bestrui/bestsub:v1.6.3
|
image: bestrui/bestsub:v1.6.3
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8080
|
- ${PANEL_APP_PORT_HTTP}:8080
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ additionalProperties:
|
||||||
recommend: 0
|
recommend: 0
|
||||||
website: https://github.com/bestruirui/BestSub
|
website: https://github.com/bestruirui/BestSub
|
||||||
github: 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:
|
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.
|
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,支持多种检测方式、订阅格式转换、节点池持久化、模块化扩展,以及灵活的通知与存储方案。
|
zh: ⚡ BestSub 是一个高性能的节点检测与订阅转换服务,基于 Go 语言开发。它提供现代化的 Web 管理界面与完整的 API,支持多种检测方式、订阅格式转换、节点池持久化、模块化扩展,以及灵活的通知与存储方案。
|
||||||
|
|
@ -29,3 +29,4 @@ additionalProperties:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
- arm/v7
|
||||||
|
|
|
||||||
|
|
@ -31,4 +31,3 @@ additionalProperties:
|
||||||
ko: 다중 업스트림 DNS 집합 관리 시스템으로, 지능형 라우팅, 캐시 가속 및 시각적 관리를 지원하며 DoH/DoT/DoQ 등 최신 프로토콜을 지원합니다.
|
ko: 다중 업스트림 DNS 집합 관리 시스템으로, 지능형 라우팅, 캐시 가속 및 시각적 관리를 지원하며 DoH/DoT/DoQ 등 최신 프로토콜을 지원합니다.
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
|
||||||
|
|
|
||||||
|
|
@ -30,3 +30,6 @@ additionalProperties:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
- ppc64le
|
||||||
|
- arm/v7
|
||||||
|
- s390x
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ additionalProperties:
|
||||||
recommend: 0
|
recommend: 0
|
||||||
website: https://github.com/LukeGus/Termix
|
website: https://github.com/LukeGus/Termix
|
||||||
github: 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:
|
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.
|
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 是一个多功能的跨平台终端工具,支持多种终端协议、插件与个性化扩展,帮助开发者更高效地管理和优化命令行体验。
|
zh: 🖥️ Termix 是一个多功能的跨平台终端工具,支持多种终端协议、插件与个性化扩展,帮助开发者更高效地管理和优化命令行体验。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue