diff --git a/.github/workflows/app_from_contentful.yml b/.github/workflows/app_from_contentful.yml
index 7c3192134..7b0db55c4 100644
--- a/.github/workflows/app_from_contentful.yml
+++ b/.github/workflows/app_from_contentful.yml
@@ -28,8 +28,8 @@ jobs:
run: |
python builds/gen_md_from_contenful.py template/meta/zh_head.jinja2 docs/apps/_include --override
python builds/gen_md_from_contenful.py template/meta/en_head.jinja2 i18n/en/docusaurus-plugin-content-docs/current/apps/_include --override
- python builds/gen_md_from_contenful.py template/meta/zh_app.jinja2 docs/apps
- python builds/gen_md_from_contenful.py template/meta/en_app.jinja2 i18n/en/docusaurus-plugin-content-docs/current/apps
+ python builds/gen_md_from_contenful.py template/meta/zh_app.jinja2 docs/apps --ignore-list template/meta/skip_file.json
+ python builds/gen_md_from_contenful.py template/meta/en_app.jinja2 i18n/en/docusaurus-plugin-content-docs/current/apps --ignore-list template/meta/skip_file.json
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
diff --git a/builds/gen_md_from_contenful.py b/builds/gen_md_from_contenful.py
index 63fc111b0..1a7d0c8ac 100644
--- a/builds/gen_md_from_contenful.py
+++ b/builds/gen_md_from_contenful.py
@@ -2,14 +2,22 @@
from jinja2 import Environment, FileSystemLoader
import os
import argparse
+import json
# 解析命令行参数
parser = argparse.ArgumentParser(description='Generate Markdown files from Contentful entries based on a template file.')
parser.add_argument('template_file', help='The template file to use for generating the Markdown files.')
parser.add_argument('output_dir', help='The output directory for the generated Markdown files.')
parser.add_argument('--override', action='store_true', help='Override existing files if they exist.')
+parser.add_argument('--ignore-list', help='JSON file containing keys to ignore.')
args = parser.parse_args()
+# 解析忽略列表
+ignore_list = []
+if args.ignore_list:
+ with open(args.ignore_list, 'r', encoding='utf-8') as f:
+ ignore_list = json.load(f)
+
# 设置 Jinja2 模板环境
TEMPLATE_DIR = os.path.dirname(args.template_file)
TEMPLATE_FILE = os.path.basename(args.template_file)
@@ -87,6 +95,12 @@
# 获取 key 作为文件名
key = fields.get('key', entry.sys['id'])
+
+ # 检查 key 是否在忽略列表中
+ if key in ignore_list:
+ print(f"Key {key} is in the ignore list. Skipping.")
+ continue
+
md_filename = f"{key}.md"
# 完整的文件路径
diff --git a/docs/apps/_include/anythingllm.md b/docs/apps/_include/anythingllm.md
index 8f082dfba..1ee49f390 100644
--- a/docs/apps/_include/anythingllm.md
+++ b/docs/apps/_include/anythingllm.md
@@ -1,4 +1,4 @@
-[AnythingLLM](https://anythingllm.com/) 是一个 **一体化人工智能应用程序**,它被用于 开源大模型 等场景。AnythingLLM是一个多功能的语言模型,支持多种任务和应用,提供智能对话和文本生成。
+[AnythingLLM](https://anythingllm.com/) 是一个 **一体化人工智能应用程序**,它被用于 开源大模型/服务 等场景。AnythingLLM是一个多功能的语言模型,支持多种任务和应用,提供智能对话和文本生成。
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/anythingllm/anythingllm-gui-websoft9.png)
diff --git a/docs/apps/_include/autogptnextweb.md b/docs/apps/_include/autogptnextweb.md
index dba630242..eee2c48c2 100755
--- a/docs/apps/_include/autogptnextweb.md
+++ b/docs/apps/_include/autogptnextweb.md
@@ -1,4 +1,4 @@
-[AutoGPT.NextWeb](https://github.com/ConnectAI-E/AutoGPT-Next-Web) 是一个 **AutoGPT 私有化应用**,它被用于 生成式 AI 等场景。一键免费部署你的私人AutoGPT 网页应用
+[AutoGPT.NextWeb](https://github.com/ConnectAI-E/AutoGPT-Next-Web) 是一个 **AutoGPT 私有化应用**,它被用于 AI 交互界面 等场景。一键免费部署你的私人AutoGPT 网页应用
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/autogptnextweb/autogptnextweb-gui-websoft9.png)
diff --git a/docs/apps/_include/danswer.md b/docs/apps/_include/danswer.md
index 16d549c77..4ecd230c0 100644
--- a/docs/apps/_include/danswer.md
+++ b/docs/apps/_include/danswer.md
@@ -1,4 +1,4 @@
-[Danswer](https://www.danswer.ai/) 是一个 **Danswer AI 助手**,它被用于 生成式 AI 等场景。Danswer 是一个为团队设计的生成式 AI 聊天平台。
+[Danswer](https://www.danswer.ai/) 是一个 **Danswer AI 助手**,它被用于 AI 交互界面 等场景。Danswer 是一个为团队设计的生成式 AI 聊天平台。
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/danswer/danswer-gui-websoft9.png)
diff --git a/docs/apps/_include/dashy.md b/docs/apps/_include/dashy.md
index 90adfb09a..5e95fe359 100644
--- a/docs/apps/_include/dashy.md
+++ b/docs/apps/_include/dashy.md
@@ -1,4 +1,4 @@
-[Dashy]() 是一个 **为您打造的自助式个人仪表板**,它被用于 家庭服务器 等场景。Dashy是一款开源、高度可定制、易于使用、尊重隐私的仪表板应用程序。
+[Dashy](https://dashy.to) 是一个 **为您打造的自助式个人仪表板**,它被用于 家庭服务器 等场景。Dashy是一款开源、高度可定制、易于使用、尊重隐私的仪表板应用程序。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/dashy/dashy-gui-websoft9.png)
diff --git a/docs/apps/_include/flowise.md b/docs/apps/_include/flowise.md
index 43660ba49..ef990d03c 100755
--- a/docs/apps/_include/flowise.md
+++ b/docs/apps/_include/flowise.md
@@ -1,4 +1,4 @@
-[Flowise](https://flowiseai.com/) 是一个 **低代码 LLM 应用构建系统**,它被用于 生成式 AI 低代码/零代码 Web 开发框架 等场景。开源低代码工具,供开发人员构建定制的 LLM 编排流程和 AI 代理
+[Flowise](https://flowiseai.com/) 是一个 **低代码 LLM 应用构建系统**,它被用于 AI 交互界面 低代码/零代码 Web 开发框架 等场景。开源低代码工具,供开发人员构建定制的 LLM 编排流程和 AI 代理
![控制台](https://libs.websoft9.com/Websoft9/DocsPicture/zh/flowise/flowise-gui-websoft9.png)
diff --git a/docs/apps/_include/g4f.md b/docs/apps/_include/g4f.md
new file mode 100644
index 000000000..62e15b3a6
--- /dev/null
+++ b/docs/apps/_include/g4f.md
@@ -0,0 +1,21 @@
+[GPT4Free](https://github.com/xtekky/gpt4free) 是一个 **用于文本和图像生成的开源AI **,它被用于 AI 自然语言处理 AI 图像处理/机器视觉 等场景。GPT4Free 是一个开源AI API包,支持多提供者文本和图像生成、负载平衡和流量控制.
+
+
+![界面](https://libs.websoft9.com/Websoft9/DocsPicture/zh/g4f/g4f-gui-websoft9.png)
+
+
+## 准备
+
+在参阅本文档使用 GPT4Free 时,需要确保如下几点:
+
+- [登录 Websoft9 控制台](./login-console),然后找到(或安装)GPT4Free:
+ - **我的应用** 菜单找到应用
+ - **应用商店** 菜单部署应用
+
+- 应用是基于 Websoft9 安装的
+
+
+- 应用的用途符合 [GPL-3.0](https://opensource.org/licenses/GPL-3.0) 开源许可协议
+
+
+- 为应用准备配置访问方式:[配置域名](./domain-set) 或 **服务器安全组**开启网外端口
\ No newline at end of file
diff --git a/docs/apps/_include/geminiprochat.md b/docs/apps/_include/geminiprochat.md
index 80e866707..6fdc0a566 100755
--- a/docs/apps/_include/geminiprochat.md
+++ b/docs/apps/_include/geminiprochat.md
@@ -1,4 +1,4 @@
-[GeminiProChat](https://github.com/babaohuang/GeminiProChat) 是一个 **与 Gemini Pro 聊天的最简 WebUI**,它被用于 生成式 AI 等场景。与 Gemini Pro 聊天的最简 WebUI
+[GeminiProChat](https://github.com/babaohuang/GeminiProChat) 是一个 **与 Gemini Pro 聊天的最简 WebUI**,它被用于 AI 交互界面 等场景。与 Gemini Pro 聊天的最简 WebUI
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/geminiprochat/geminiprochat-gui-websoft9.png)
diff --git a/docs/apps/_include/huggingchat.md b/docs/apps/_include/huggingchat.md
index fadfe8ed4..bcbf7f8ea 100644
--- a/docs/apps/_include/huggingchat.md
+++ b/docs/apps/_include/huggingchat.md
@@ -1,4 +1,4 @@
-[HuggingChat](https://huggingface.co) 是一个 **Hugging Face的开源聊天界面**,它被用于 团队聊天 生成式 AI 等场景。HuggingChat 是一个开源聊天机器人,基于自然语言处理技术,支持多种语言的对话生成。
+[HuggingChat](https://huggingface.co) 是一个 **Hugging Face的开源聊天界面**,它被用于 团队聊天 AI 交互界面 等场景。HuggingChat 是一个开源聊天机器人,基于自然语言处理技术,支持多种语言的对话生成。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/huggingchat/huggingchat-gui-websoft9.png)
diff --git a/docs/apps/_include/kavita.md b/docs/apps/_include/kavita.md
new file mode 100644
index 000000000..a6aed5433
--- /dev/null
+++ b/docs/apps/_include/kavita.md
@@ -0,0 +1,22 @@
+[Kavita](https://www.kavitareader.com) 是一个 **Kavita是一个快速、功能丰富、跨平台的阅读服务器。**,它被用于 文章聚合 文档协作/企业网盘 等场景。Kavita是一个快速、功能丰富、跨平台的阅读服务器。旨在为您的所有阅读需求提供完整的解决方案。设置自己的服务器,并与朋友和家人分享您的阅读收藏。
+
+
+
+![界面](https://libs.websoft9.com/Websoft9/DocsPicture/zh/kavita/kavita-gui-websoft9.png)
+
+
+## 准备
+
+在参阅本文档使用 Kavita 时,需要确保如下几点:
+
+- [登录 Websoft9 控制台](./login-console),然后找到(或安装)Kavita:
+ - **我的应用** 菜单找到应用
+ - **应用商店** 菜单部署应用
+
+- 应用是基于 Websoft9 安装的
+
+
+- 应用的用途符合 [GPL-3.0](https://opensource.org/licenses/GPL-3.0) 开源许可协议
+
+
+- 为应用准备配置访问方式:[配置域名](./domain-set) 或 **服务器安全组**开启网外端口
\ No newline at end of file
diff --git a/docs/apps/_include/keila.md b/docs/apps/_include/keila.md
index b80820fff..2ba7437f6 100644
--- a/docs/apps/_include/keila.md
+++ b/docs/apps/_include/keila.md
@@ -1,4 +1,4 @@
-[Keila]() 是一个 **开源通讯工具**,它被用于 文章聚合 文档协作/企业网盘 等场景。管理和扩充联系人列表,设计和发送个性化时事通讯活动,比以往任何时候都更轻松。
+[Keila](https://www.keila.io) 是一个 **开源通讯工具**,它被用于 文章聚合 文档协作/企业网盘 等场景。管理和扩充联系人列表,设计和发送个性化时事通讯活动,比以往任何时候都更轻松。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/keila/keila-gui-websoft9.png)
diff --git a/docs/apps/_include/khoj.md b/docs/apps/_include/khoj.md
index 12e6d28a2..80fb6ee17 100644
--- a/docs/apps/_include/khoj.md
+++ b/docs/apps/_include/khoj.md
@@ -1,4 +1,4 @@
-[Khoj](https://khoj.dev) 是一个 **Khoj是一款开源的个人化AI助手,旨在成为您的“第二大脑”**,它被用于 生成式 AI 等场景。Khoj的核心功能包括笔记和文档智能助手、实时互联网信息接入、快速准确的语义搜索、个性化图像生成和语音理解以及开源自托管保护隐私。
+[Khoj](https://khoj.dev) 是一个 **Khoj是一款开源的个人化AI助手,旨在成为您的“第二大脑”**,它被用于 AI 交互界面 等场景。Khoj的核心功能包括笔记和文档智能助手、实时互联网信息接入、快速准确的语义搜索、个性化图像生成和语音理解以及开源自托管保护隐私。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/khoj/khoj-gui-websoft9.png)
diff --git a/docs/apps/_include/koishi.md b/docs/apps/_include/koishi.md
index 5dae62a04..09313df9a 100755
--- a/docs/apps/_include/koishi.md
+++ b/docs/apps/_include/koishi.md
@@ -1,4 +1,4 @@
-[Koishi](https://koishi.chat) 是一个 **开箱即用的聊天机器人框架**,它被用于 生成式 AI 等场景。Koishi 是一个跨平台、可扩展、高性能的聊天机器人框架
+[Koishi](https://koishi.chat) 是一个 **开箱即用的聊天机器人框架**,它被用于 AI 交互界面 等场景。Koishi 是一个跨平台、可扩展、高性能的聊天机器人框架
![控制台](https://libs.websoft9.com/Websoft9/DocsPicture/zh/koishi/koishi-gui-websoft9.png)
diff --git a/docs/apps/_include/langflow.md b/docs/apps/_include/langflow.md
index e4958502e..f3dbe2d8f 100644
--- a/docs/apps/_include/langflow.md
+++ b/docs/apps/_include/langflow.md
@@ -1,4 +1,4 @@
-[Langflow]() 是一个 **构建人工智能代理和工作流程的低代码工具**,它被用于 低代码/零代码 AI 开发者工具 等场景。Langflow 是一款面向开发人员的低代码工具,它能让开发人员更轻松地构建强大的人工智能代理和工作流,这些代理和工作流可以使用任何 API、模型或数据库。
+[Langflow](https://www.langflow.org) 是一个 **构建人工智能代理和工作流程的低代码工具**,它被用于 低代码/零代码 AI 开发者工具 等场景。Langflow 是一款面向开发人员的低代码工具,它能让开发人员更轻松地构建强大的人工智能代理和工作流,这些代理和工作流可以使用任何 API、模型或数据库。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/langflow/langflow-gui-websoft9.png)
diff --git a/docs/apps/_include/librechat.md b/docs/apps/_include/librechat.md
index a7715e697..d8b05078a 100644
--- a/docs/apps/_include/librechat.md
+++ b/docs/apps/_include/librechat.md
@@ -1,4 +1,4 @@
-[LibreChat]() 是一个 **与LibreChat的多功能AI对话**,它被用于 团队聊天 生成式 AI 等场景。LibreChat将助理人工智能的未来与OpenAI的ChatGPT的革命性技术结合在一起。
+[LibreChat](https://www.librechat.ai) 是一个 **与LibreChat的多功能AI对话**,它被用于 团队聊天 AI 交互界面 等场景。LibreChat将助理人工智能的未来与OpenAI的ChatGPT的革命性技术结合在一起。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/librechat/librechat-gui-websoft9.png)
diff --git a/docs/apps/_include/linkwarden.md b/docs/apps/_include/linkwarden.md
new file mode 100644
index 000000000..6a0b6484e
--- /dev/null
+++ b/docs/apps/_include/linkwarden.md
@@ -0,0 +1,21 @@
+[Linkwarden](https://linkwarden.app) 是一个 **一个开源的协作书签管理器,用于收集、组织和保存网页。**,它被用于 网站与内容聚合 文件共享与传输 等场景。自托管协作书签管理器,用于收集、组织和保存网页、文章和文档。
+
+
+![界面](https://libs.websoft9.com/Websoft9/DocsPicture/zh/linkwarden/linkwarden-gui-websoft9.png)
+
+
+## 准备
+
+在参阅本文档使用 Linkwarden 时,需要确保如下几点:
+
+- [登录 Websoft9 控制台](./login-console),然后找到(或安装)Linkwarden:
+ - **我的应用** 菜单找到应用
+ - **应用商店** 菜单部署应用
+
+- 应用是基于 Websoft9 安装的
+
+
+- 应用的用途符合 [AGPL-3.0](https://opensource.org/licenses/AGPL-3.0) 开源许可协议
+
+
+- 为应用准备配置访问方式:[配置域名](./domain-set) 或 **服务器安全组**开启网外端口
\ No newline at end of file
diff --git a/docs/apps/_include/lobechat.md b/docs/apps/_include/lobechat.md
index ab1b98e48..aa64ac213 100644
--- a/docs/apps/_include/lobechat.md
+++ b/docs/apps/_include/lobechat.md
@@ -1,4 +1,4 @@
-[LobeChat](https://lobechat.com/) 是一个 **一个开源、现代设计的聊天 GPT/LLM 框架**,它被用于 生成式 AI 等场景。LobeChat是一款智能聊天工具,利用AI技术提供自然对话和个性化互动体验。
+[LobeChat](https://lobechat.com/) 是一个 **一个开源、现代设计的聊天 GPT/LLM 框架**,它被用于 AI 交互界面 等场景。LobeChat是一款智能聊天工具,利用AI技术提供自然对话和个性化互动体验。
![界面](https://libs.websoft9.com/Websoft9/DocsPicture/zh/lobechat/lobechat-gui-websoft9.png)
diff --git a/docs/apps/_include/localai.md b/docs/apps/_include/localai.md
new file mode 100644
index 000000000..c9fadf570
--- /dev/null
+++ b/docs/apps/_include/localai.md
@@ -0,0 +1,21 @@
+[LocalAI](https://localai.io) 是一个 **在消费级硬件上运行的自托管AI**,它被用于 AI 开发者工具 等场景。Local AI 是开源平台,支持本地部署 AI 模型,保护数据隐私,实现高效 AI 应用开发。
+
+
+![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/localai/localai-gui-websoft9.png)
+
+
+## 准备
+
+在参阅本文档使用 LocalAI 时,需要确保如下几点:
+
+- [登录 Websoft9 控制台](./login-console),然后找到(或安装)LocalAI:
+ - **我的应用** 菜单找到应用
+ - **应用商店** 菜单部署应用
+
+- 应用是基于 Websoft9 安装的
+
+
+- 应用的用途符合 [MIT](https://opensource.org/licenses/MIT) 开源许可协议
+
+
+- 为应用准备配置访问方式:[配置域名](./domain-set) 或 **服务器安全组**开启网外端口
\ No newline at end of file
diff --git a/docs/apps/_include/mlflow.md b/docs/apps/_include/mlflow.md
index 0881a4d22..3a3ab474f 100644
--- a/docs/apps/_include/mlflow.md
+++ b/docs/apps/_include/mlflow.md
@@ -1,4 +1,4 @@
-[MLflow](https://mlflow.org/) 是一个 **适用于传统 ML 和 GenAI 应用的统一平台**,它被用于 框架/模型/开发工具 等场景。机器学习实验管理和模型跟踪工具,支持版本控制。
+[MLflow](https://mlflow.org/) 是一个 **适用于传统 ML 和 GenAI 应用的统一平台**,它被用于 训练框架/开发工具 等场景。机器学习实验管理和模型跟踪工具,支持版本控制。
![ui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/mlflow/mlflow-ui-websoft9.png)
diff --git a/docs/apps/_include/nextchat.md b/docs/apps/_include/nextchat.md
index 9d6d980cd..247bacc5a 100644
--- a/docs/apps/_include/nextchat.md
+++ b/docs/apps/_include/nextchat.md
@@ -1,4 +1,4 @@
-[NextChat](https://nextchat.dev) 是一个 **ChatGPT 私有化应用**,它被用于 生成式 AI 等场景。一键拥有你自己的跨平台 ChatGPT 应用 (Web / PWA / Linux / Win / MacOS)
+[NextChat](https://nextchat.dev) 是一个 **ChatGPT 私有化应用**,它被用于 AI 交互界面 等场景。一键拥有你自己的跨平台 ChatGPT 应用 (Web / PWA / Linux / Win / MacOS)
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/nextchat/nextchat-gui-websoft9.png)
diff --git a/docs/apps/_include/ollama.md b/docs/apps/_include/ollama.md
index 7b4e2cba6..69044fb51 100644
--- a/docs/apps/_include/ollama.md
+++ b/docs/apps/_include/ollama.md
@@ -1,4 +1,4 @@
-[Ollama](https://ollama.com/) 是一个 **大型语言模型**,它被用于 开源大模型 等场景。Ollama 是一个开源工具,简化了机器学习模型的部署和管理,支持多种模型格式。
+[Ollama](https://ollama.com/) 是一个 **大型语言模型**,它被用于 开源大模型/服务 等场景。Ollama 是一个开源工具,简化了机器学习模型的部署和管理,支持多种模型格式。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/ollama/ollama-gui-websoft9.png)
diff --git a/docs/apps/_include/open-webui.md b/docs/apps/_include/open-webui.md
index b00910356..1a92519c1 100644
--- a/docs/apps/_include/open-webui.md
+++ b/docs/apps/_include/open-webui.md
@@ -1,4 +1,4 @@
-[Open WebUI](https://openwebui.com) 是一个 **可扩展、自托管的人工智能界面**,它被用于 生成式 AI 等场景。Open WebUI 是一个可扩展、功能丰富、用户友好的自托管人工智能平台,可完全离线运行。它支持各种 LLM 运行程序,如 Ollama 和 OpenAI 兼容 API,并内置 RAG 推理引擎,是一个强大的人工智能部署解决方案。
+[Open WebUI](https://openwebui.com) 是一个 **可扩展、自托管的人工智能界面**,它被用于 AI 交互界面 等场景。Open WebUI 是一个可扩展、功能丰富、用户友好的自托管人工智能平台,可完全离线运行。它支持各种 LLM 运行程序,如 Ollama 和 OpenAI 兼容 API,并内置 RAG 推理引擎,是一个强大的人工智能部署解决方案。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/openwebui/openwebui-gui-websoft9.png)
diff --git a/docs/apps/_include/paperlessngx.md b/docs/apps/_include/paperlessngx.md
index c92cb4aa3..3f563ebee 100644
--- a/docs/apps/_include/paperlessngx.md
+++ b/docs/apps/_include/paperlessngx.md
@@ -1,4 +1,4 @@
-[Paperless-ngx]() 是一个 **文档管理系统,将您的物理文档转换为可搜索的在线存档**,它被用于 文档协作/企业网盘 文件共享与传输 等场景。Paperless-ngx 是开源文档管理系统,支持文档扫描、OCR、分类和搜索,提升管理效率。
+[Paperless-ngx](https://docs.paperless-ngx.com ) 是一个 **文档管理系统,将您的物理文档转换为可搜索的在线存档**,它被用于 文档协作/企业网盘 文件共享与传输 等场景。Paperless-ngx 是开源文档管理系统,支持文档扫描、OCR、分类和搜索,提升管理效率。
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/paperlessngx/paperlessngx-gui-websoft9.png)
diff --git a/docs/apps/_include/sonarqube.md b/docs/apps/_include/sonarqube.md
index 117db7387..28529f02b 100644
--- a/docs/apps/_include/sonarqube.md
+++ b/docs/apps/_include/sonarqube.md
@@ -1,4 +1,4 @@
-[SonarQube]() 是一个 **持续检查您的代码**,它被用于 CI/CD 流水线 一站式 DevOps 应用 等场景。SonarQube是代码质量管理工具
+[SonarQube](https://www.sonarsource.com) 是一个 **持续检查您的代码**,它被用于 CI/CD 流水线 一站式 DevOps 应用 等场景。SonarQube是代码质量管理工具
![界面](http://libs.websoft9.com/Websoft9/DocsPicture/zh/sonarqube/sonarqube-gui-websoft9.png)
diff --git a/docs/apps/_include/taskingai.md b/docs/apps/_include/taskingai.md
new file mode 100644
index 000000000..9a4757e60
--- /dev/null
+++ b/docs/apps/_include/taskingai.md
@@ -0,0 +1,21 @@
+[TaskingAI](https://www.tasking.ai) 是一个 **协调人工智能应用,真正了解您的业务的AI**,它被用于 AI 开发者工具 等场景。TaskingAI是一个创新平台,使企业能够创建可定制的AI应用,满足其需求,功能包括聊天助手、网页小部件和知识库.
+
+
+![界面](https://libs.websoft9.com/Websoft9/DocsPicture/zh/taskingai/taskingai-gui-websoft9.png)
+
+
+## 准备
+
+在参阅本文档使用 TaskingAI 时,需要确保如下几点:
+
+- [登录 Websoft9 控制台](./login-console),然后找到(或安装)TaskingAI:
+ - **我的应用** 菜单找到应用
+ - **应用商店** 菜单部署应用
+
+- 应用是基于 Websoft9 安装的
+
+
+- 应用的用途符合 [apache2](https://opensource.org/licenses/Apache-2.0) 开源许可协议
+
+
+- 为应用准备配置访问方式:[配置域名](./domain-set) 或 **服务器安全组**开启网外端口
\ No newline at end of file
diff --git a/docs/apps/_include/tensorflow.md b/docs/apps/_include/tensorflow.md
index 729e8f655..0e013449b 100755
--- a/docs/apps/_include/tensorflow.md
+++ b/docs/apps/_include/tensorflow.md
@@ -1,4 +1,4 @@
-[TensorFlow](https://www.tensorflow.org/) 是一个 **TensorFlow 是一个端到端开源机器学习平台**,它被用于 框架/模型/开发工具 Digital twins 虚拟仿真 等场景。由 Websoft9 提供的 TensorFlow 镜像环境,预装了 TensorFlow 2.8, Nginx 1.20, Python3.8等组件,可在云服务器上一键部署。TensorFlow 是一个端到端开源机器学习平台。它可以轻松地构建模型、随时随地进行可靠的机器学习生产、进行强大的研究实验。
+[TensorFlow](https://www.tensorflow.org/) 是一个 **TensorFlow 是一个端到端开源机器学习平台**,它被用于 训练框架/开发工具 Digital twins 虚拟仿真 等场景。由 Websoft9 提供的 TensorFlow 镜像环境,预装了 TensorFlow 2.8, Nginx 1.20, Python3.8等组件,可在云服务器上一键部署。TensorFlow 是一个端到端开源机器学习平台。它可以轻松地构建模型、随时随地进行可靠的机器学习生产、进行强大的研究实验。
![gui](https://libs.websoft9.com/Websoft9/DocsPicture/en/tensorflow/tensowflow-gui-websoft9.jpg)
diff --git a/docs/apps/activepieces.md b/docs/apps/activepieces.md
new file mode 100644
index 000000000..859c02bd2
--- /dev/null
+++ b/docs/apps/activepieces.md
@@ -0,0 +1,37 @@
+---
+title: Activepieces
+slug: /activepieces
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/activepieces.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Activepieces 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Activepieces 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/affine.md b/docs/apps/affine.md
new file mode 100644
index 000000000..efd434d83
--- /dev/null
+++ b/docs/apps/affine.md
@@ -0,0 +1,43 @@
+---
+title: AFFiNE
+slug: /affine
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/affine.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 AFFiNE 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 AFFiNE 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/akeneo.md b/docs/apps/akeneo.md
new file mode 100644
index 000000000..d76668dbc
--- /dev/null
+++ b/docs/apps/akeneo.md
@@ -0,0 +1,43 @@
+---
+title: Akeneo
+slug: /akeneo
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/akeneo.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Akeneo 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Akeneo 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/anythingllm.md b/docs/apps/anythingllm.md
new file mode 100644
index 000000000..6d1d37bec
--- /dev/null
+++ b/docs/apps/anythingllm.md
@@ -0,0 +1,43 @@
+---
+title: AnythingLLM
+slug: /anythingllm
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/anythingllm.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 AnythingLLM 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 AnythingLLM 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/appflowy.md b/docs/apps/appflowy.md
new file mode 100644
index 000000000..6282ccc4a
--- /dev/null
+++ b/docs/apps/appflowy.md
@@ -0,0 +1,43 @@
+---
+title: AppFlowy
+slug: /appflowy
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/appflowy.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 AppFlowy 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 AppFlowy 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/awx.md b/docs/apps/awx.md
new file mode 100644
index 000000000..18bbaf4ed
--- /dev/null
+++ b/docs/apps/awx.md
@@ -0,0 +1,43 @@
+---
+title: AWX
+slug: /awx
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/awx.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 AWX 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 AWX 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/bigbluebutton.md b/docs/apps/bigbluebutton.md
new file mode 100644
index 000000000..6b7a1f49b
--- /dev/null
+++ b/docs/apps/bigbluebutton.md
@@ -0,0 +1,43 @@
+---
+title: BigBlueButton
+slug: /bigbluebutton
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/bigbluebutton.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 BigBlueButton 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 BigBlueButton 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/bunkerweb.md b/docs/apps/bunkerweb.md
new file mode 100644
index 000000000..a1c893f56
--- /dev/null
+++ b/docs/apps/bunkerweb.md
@@ -0,0 +1,43 @@
+---
+title: BunkerWeb
+slug: /bunkerweb
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/bunkerweb.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 BunkerWeb 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 BunkerWeb 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/calcom.md b/docs/apps/calcom.md
new file mode 100644
index 000000000..d19d3544c
--- /dev/null
+++ b/docs/apps/calcom.md
@@ -0,0 +1,43 @@
+---
+title: Cal.com
+slug: /calcom
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/calcom.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Cal.com 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Cal.com 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/ckan.md b/docs/apps/ckan.md
new file mode 100644
index 000000000..f8c85f414
--- /dev/null
+++ b/docs/apps/ckan.md
@@ -0,0 +1,43 @@
+---
+title: CKAN
+slug: /ckan
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/ckan.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 CKAN 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 CKAN 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/cockroachdb.md b/docs/apps/cockroachdb.md
new file mode 100644
index 000000000..5f1106f30
--- /dev/null
+++ b/docs/apps/cockroachdb.md
@@ -0,0 +1,43 @@
+---
+title: CockroachDB
+slug: /cockroachdb
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/cockroachdb.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 CockroachDB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 CockroachDB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/confluence.md b/docs/apps/confluence.md
new file mode 100644
index 000000000..6ad1dae72
--- /dev/null
+++ b/docs/apps/confluence.md
@@ -0,0 +1,43 @@
+---
+title: Confluence
+slug: /confluence
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/confluence.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Confluence 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Confluence 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/countly.md b/docs/apps/countly.md
new file mode 100644
index 000000000..b6c992c17
--- /dev/null
+++ b/docs/apps/countly.md
@@ -0,0 +1,43 @@
+---
+title: Countly
+slug: /countly
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/countly.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Countly 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Countly 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/dashy.md b/docs/apps/dashy.md
new file mode 100644
index 000000000..b5e8c96c6
--- /dev/null
+++ b/docs/apps/dashy.md
@@ -0,0 +1,26 @@
+---
+title: Dashy
+slug: /dashy
+tags:
+ - Dashboards
+ - Visualization
+ - Dashy
+---
+
+import Meta from './_include/dashy.md';
+
+
+
+## 入门指南{#guide}
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Dashy 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取访问 URL
+
+## 配置选项{#configs}
+
+- 多语言(√)
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/datahub.md b/docs/apps/datahub.md
new file mode 100644
index 000000000..7850b1a94
--- /dev/null
+++ b/docs/apps/datahub.md
@@ -0,0 +1,43 @@
+---
+title: DataHub
+slug: /datahub
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/datahub.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 DataHub 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 DataHub 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/discuzq.md b/docs/apps/discuzq.md
new file mode 100644
index 000000000..2c7e93961
--- /dev/null
+++ b/docs/apps/discuzq.md
@@ -0,0 +1,43 @@
+---
+title: DiscuzQ
+slug: /discuzq
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/discuzq.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 DiscuzQ 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 DiscuzQ 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/formbricks.md b/docs/apps/formbricks.md
new file mode 100644
index 000000000..02afbf818
--- /dev/null
+++ b/docs/apps/formbricks.md
@@ -0,0 +1,28 @@
+---
+title: Formbricks
+slug: /formbricks
+tags:
+ - 数据收集
+ - 表单构建
+ - Formbricks
+---
+
+import Meta from './_include/formbricks.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+1. Websoft9 控制台安装 Formbricks 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录 URL
+
+2. 本地浏览器输入访问 URL,根据提示完成初始化
+
+## 配置选项{#configs}
+
+- 多语言(√)
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/freshrss.md b/docs/apps/freshrss.md
new file mode 100644
index 000000000..500ec192b
--- /dev/null
+++ b/docs/apps/freshrss.md
@@ -0,0 +1,27 @@
+---
+title: FreshRSS
+slug: /freshrss
+tags:
+ - RSS聚合器
+ - FreshRSS
+---
+
+import Meta from './_include/freshrss.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+1. Websoft9 控制台安装 FreshRSS 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录 URL
+
+2. 本地浏览器输入访问 URL,根据提示完成初始化
+
+## 配置选项{#configs}
+
+- 多语言(√)
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/frp.md b/docs/apps/frp.md
new file mode 100644
index 000000000..98eb4d7af
--- /dev/null
+++ b/docs/apps/frp.md
@@ -0,0 +1,43 @@
+---
+title: frp
+slug: /frp
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/frp.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 frp 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 frp 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/g4f.md b/docs/apps/g4f.md
new file mode 100644
index 000000000..4fd683bbe
--- /dev/null
+++ b/docs/apps/g4f.md
@@ -0,0 +1,24 @@
+---
+title: GPT4Free
+slug: /g4f
+tags:
+ - 人工智能
+ - 聊天机器人
+ - GPT4Free
+---
+
+import Meta from './_include/g4f.md';
+
+
+
+## 入门指南{#guide}
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 GPT4Free 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取访问 URL
+
+## 配置选项{#configs}
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/geoserver.md b/docs/apps/geoserver.md
new file mode 100644
index 000000000..44c2a45c7
--- /dev/null
+++ b/docs/apps/geoserver.md
@@ -0,0 +1,43 @@
+---
+title: GeoServer
+slug: /geoserver
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/geoserver.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 GeoServer 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 GeoServer 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/gopeed.md b/docs/apps/gopeed.md
new file mode 100644
index 000000000..294e390dc
--- /dev/null
+++ b/docs/apps/gopeed.md
@@ -0,0 +1,43 @@
+---
+title: Gopeed
+slug: /gopeed
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/gopeed.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Gopeed 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Gopeed 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/gotify.md b/docs/apps/gotify.md
new file mode 100644
index 000000000..7f4af8cb1
--- /dev/null
+++ b/docs/apps/gotify.md
@@ -0,0 +1,24 @@
+---
+title: Gotify
+slug: /gotify
+tags:
+ - 推送通知
+ - 通知服务
+ - Gotify
+---
+
+import Meta from './_include/gotify.md';
+
+
+
+## 入门指南{#guide}
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Gotify 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+## 配置选项{#configs}
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/harbor.md b/docs/apps/harbor.md
new file mode 100644
index 000000000..78d90b01c
--- /dev/null
+++ b/docs/apps/harbor.md
@@ -0,0 +1,43 @@
+---
+title: Harbor
+slug: /harbor
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/harbor.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Harbor 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Harbor 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/harnessci.md b/docs/apps/harnessci.md
new file mode 100644
index 000000000..f45cb7dda
--- /dev/null
+++ b/docs/apps/harnessci.md
@@ -0,0 +1,43 @@
+---
+title: Harness CI (aka Drone)
+slug: /harnessci
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/harnessci.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Harness CI (aka Drone) 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Harness CI (aka Drone) 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/hasura.md b/docs/apps/hasura.md
new file mode 100644
index 000000000..d42f1ecef
--- /dev/null
+++ b/docs/apps/hasura.md
@@ -0,0 +1,43 @@
+---
+title: Hasura
+slug: /hasura
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/hasura.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Hasura 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Hasura 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/heyform.md b/docs/apps/heyform.md
new file mode 100644
index 000000000..1277a45a1
--- /dev/null
+++ b/docs/apps/heyform.md
@@ -0,0 +1,29 @@
+---
+title: HeyForm
+slug: /heyform
+tags:
+ - 在线表单
+ - 数据收集
+ - HeyForm
+---
+
+import Meta from './_include/heyform.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+1. Websoft9 控制台安装 HeyForm 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取访问 URL
+
+2. 浏览器输入访问 URL,注册后即可使用
+
+## 配置选项{#configs}
+
+- 多语言(√)
+
+## 管理维护{#administrator}
+
+## 故障
+
diff --git a/docs/apps/huggingchat.md b/docs/apps/huggingchat.md
new file mode 100644
index 000000000..261cf38d6
--- /dev/null
+++ b/docs/apps/huggingchat.md
@@ -0,0 +1,43 @@
+---
+title: HuggingChat
+slug: /huggingchat
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/huggingchat.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 HuggingChat 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 HuggingChat 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/jfrog.md b/docs/apps/jfrog.md
new file mode 100644
index 000000000..061ee3d37
--- /dev/null
+++ b/docs/apps/jfrog.md
@@ -0,0 +1,43 @@
+---
+title: JFrog Artifactory
+slug: /jfrog
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/jfrog.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 JFrog Artifactory 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 JFrog Artifactory 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/jumpserver.md b/docs/apps/jumpserver.md
new file mode 100644
index 000000000..2d0468a89
--- /dev/null
+++ b/docs/apps/jumpserver.md
@@ -0,0 +1,43 @@
+---
+title: JumpServer
+slug: /jumpserver
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/jumpserver.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 JumpServer 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 JumpServer 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/kavita.md b/docs/apps/kavita.md
new file mode 100644
index 000000000..a50de6f05
--- /dev/null
+++ b/docs/apps/kavita.md
@@ -0,0 +1,27 @@
+---
+title: Kavita
+slug: /kavita
+tags:
+ - Digital Library
+ - Kavita
+---
+
+import Meta from './_include/kavita.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+1. Websoft9 控制台安装 Kavita 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取访问 URL
+
+2. 本地浏览器输入访问 URL,注册用户后即可使用
+
+## 配置选项{#configs}
+
+- 多语言(√)
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/keila.md b/docs/apps/keila.md
new file mode 100644
index 000000000..3d8f076b5
--- /dev/null
+++ b/docs/apps/keila.md
@@ -0,0 +1,43 @@
+---
+title: Keila
+slug: /keila
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/keila.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Keila 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Keila 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/keycloak.md b/docs/apps/keycloak.md
new file mode 100644
index 000000000..cd1f88e99
--- /dev/null
+++ b/docs/apps/keycloak.md
@@ -0,0 +1,26 @@
+---
+title: Keycloak
+slug: /keycloak
+tags:
+ - 身份和访问管理
+ - 单点登录
+ - Keycloak
+---
+
+import Meta from './_include/keycloak.md';
+
+
+
+## 入门指南{#guide}
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Keycloak 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+## 配置选项{#configs}
+
+- 多语言(√)
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/khoj.md b/docs/apps/khoj.md
new file mode 100644
index 000000000..92aa3cad1
--- /dev/null
+++ b/docs/apps/khoj.md
@@ -0,0 +1,43 @@
+---
+title: Khoj
+slug: /khoj
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/khoj.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Khoj 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Khoj 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/komga.md b/docs/apps/komga.md
new file mode 100644
index 000000000..b7c17beb5
--- /dev/null
+++ b/docs/apps/komga.md
@@ -0,0 +1,43 @@
+---
+title: Komga
+slug: /komga
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/komga.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Komga 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Komga 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/kopia.md b/docs/apps/kopia.md
new file mode 100644
index 000000000..301b12bdb
--- /dev/null
+++ b/docs/apps/kopia.md
@@ -0,0 +1,43 @@
+---
+title: Kopia
+slug: /kopia
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/kopia.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Kopia 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Kopia 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/lago.md b/docs/apps/lago.md
new file mode 100644
index 000000000..dfa7c16ce
--- /dev/null
+++ b/docs/apps/lago.md
@@ -0,0 +1,43 @@
+---
+title: Lago
+slug: /lago
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/lago.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Lago 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Lago 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/langflow.md b/docs/apps/langflow.md
new file mode 100644
index 000000000..b430db20d
--- /dev/null
+++ b/docs/apps/langflow.md
@@ -0,0 +1,24 @@
+---
+title: Langflow
+slug: /langflow
+tags:
+ - 语言模型
+ - 自动化
+ - Langflow
+---
+
+import Meta from './_include/langflow.md';
+
+
+
+## 入门指南{#guide}
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Langflow 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录 URL
+
+## 配置选项{#configs}
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/laravel.md b/docs/apps/laravel.md
new file mode 100644
index 000000000..105ad5bee
--- /dev/null
+++ b/docs/apps/laravel.md
@@ -0,0 +1,43 @@
+---
+title: Laravel
+slug: /laravel
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/laravel.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Laravel 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Laravel 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/librechat.md b/docs/apps/librechat.md
new file mode 100644
index 000000000..a45b68f76
--- /dev/null
+++ b/docs/apps/librechat.md
@@ -0,0 +1,43 @@
+---
+title: LibreChat
+slug: /librechat
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/librechat.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 LibreChat 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 LibreChat 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/linkwarden.md b/docs/apps/linkwarden.md
new file mode 100644
index 000000000..28f107217
--- /dev/null
+++ b/docs/apps/linkwarden.md
@@ -0,0 +1,43 @@
+---
+title: Linkwarden
+slug: /linkwarden
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/linkwarden.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Linkwarden 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Linkwarden 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/localai.md b/docs/apps/localai.md
new file mode 100644
index 000000000..fe6921659
--- /dev/null
+++ b/docs/apps/localai.md
@@ -0,0 +1,43 @@
+---
+title: LocalAI
+slug: /localai
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/localai.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 LocalAI 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 LocalAI 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/mailu.md b/docs/apps/mailu.md
new file mode 100644
index 000000000..8a2bb78fd
--- /dev/null
+++ b/docs/apps/mailu.md
@@ -0,0 +1,43 @@
+---
+title: Mailu
+slug: /mailu
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/mailu.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Mailu 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Mailu 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/milvus.md b/docs/apps/milvus.md
new file mode 100644
index 000000000..a161f3824
--- /dev/null
+++ b/docs/apps/milvus.md
@@ -0,0 +1,43 @@
+---
+title: Milvus
+slug: /milvus
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/milvus.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Milvus 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Milvus 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/neko.md b/docs/apps/neko.md
new file mode 100644
index 000000000..5fd51c46e
--- /dev/null
+++ b/docs/apps/neko.md
@@ -0,0 +1,43 @@
+---
+title: Neko
+slug: /neko
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/neko.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Neko 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Neko 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/nextchat.md b/docs/apps/nextchat.md
new file mode 100644
index 000000000..606d91d53
--- /dev/null
+++ b/docs/apps/nextchat.md
@@ -0,0 +1,43 @@
+---
+title: NextChat
+slug: /nextchat
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/nextchat.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 NextChat 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 NextChat 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/nodebb.md b/docs/apps/nodebb.md
new file mode 100644
index 000000000..9318ebf92
--- /dev/null
+++ b/docs/apps/nodebb.md
@@ -0,0 +1,43 @@
+---
+title: NodeBB
+slug: /nodebb
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/nodebb.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/open-webui.md b/docs/apps/open-webui.md
new file mode 100644
index 000000000..a881d6804
--- /dev/null
+++ b/docs/apps/open-webui.md
@@ -0,0 +1,43 @@
+---
+title: Open WebUI
+slug: /open-webui
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/open-webui.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Open WebUI 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Open WebUI 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/opencart.md b/docs/apps/opencart.md
new file mode 100644
index 000000000..4ba5600b0
--- /dev/null
+++ b/docs/apps/opencart.md
@@ -0,0 +1,43 @@
+---
+title: OpenCart
+slug: /opencart
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/opencart.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 OpenCart 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 OpenCart 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/opengauss.md b/docs/apps/opengauss.md
index d317d23ba..b5efff223 100644
--- a/docs/apps/opengauss.md
+++ b/docs/apps/opengauss.md
@@ -16,8 +16,21 @@ import Meta from './_include/opengauss.md';
### 连接数据库
-1. Websoft9 控制台安装 PostgreSQL 后,通过 "我的应用" 查看应用详情,在 "访问" 标签页中获取用户名和密码
+1. Websoft9 控制台安装 openGauss 后,通过 "我的应用" 查看应用详情,在 "访问" 标签页中获取用户名和密码
+2. 进入 openGauss 容器的命令模式,使用 gsql 连接数据库
+
+ ```
+ $ su - omm
+ $ gsql -d postgres -U gaussdb
+ # 输入访问标签页中获取密码
+ Password for user gaussdb:
+ gsql ((openGauss 6.0.0 build aee4abd5) compiled at 2024-09-29 19:14:27 commit 0 last mr )
+ Non-SSL connection (SSL connection is recommended when requiring high-security)
+ Type "help" for help.
+
+ openGauss=>
+ ```
## 配置选项{#configs}
diff --git a/docs/apps/openhands.md b/docs/apps/openhands.md
new file mode 100644
index 000000000..430da1766
--- /dev/null
+++ b/docs/apps/openhands.md
@@ -0,0 +1,43 @@
+---
+title: OpenHands
+slug: /openhands
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/openhands.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 OpenHands 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 OpenHands 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/outline.md b/docs/apps/outline.md
new file mode 100644
index 000000000..51d1c1506
--- /dev/null
+++ b/docs/apps/outline.md
@@ -0,0 +1,43 @@
+---
+title: Outline
+slug: /outline
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/outline.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Outline 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Outline 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/paperlessngx.md b/docs/apps/paperlessngx.md
new file mode 100644
index 000000000..3557d69cd
--- /dev/null
+++ b/docs/apps/paperlessngx.md
@@ -0,0 +1,43 @@
+---
+title: Paperless-ngx
+slug: /paperlessngx
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/paperlessngx.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Paperless-ngx 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Paperless-ngx 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/pimcore.md b/docs/apps/pimcore.md
new file mode 100644
index 000000000..9162c9ddd
--- /dev/null
+++ b/docs/apps/pimcore.md
@@ -0,0 +1,43 @@
+---
+title: Pimcore
+slug: /pimcore
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/pimcore.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Pimcore 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Pimcore 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/plex.md b/docs/apps/plex.md
new file mode 100644
index 000000000..1bb80d40d
--- /dev/null
+++ b/docs/apps/plex.md
@@ -0,0 +1,43 @@
+---
+title: Plex Media Server
+slug: /plex
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/plex.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Plex Media Server 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Plex Media Server 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/pocketbase.md b/docs/apps/pocketbase.md
new file mode 100644
index 000000000..2db1490ad
--- /dev/null
+++ b/docs/apps/pocketbase.md
@@ -0,0 +1,43 @@
+---
+title: PocketBase
+slug: /pocketbase
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/pocketbase.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 PocketBase 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 PocketBase 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/posthog.md b/docs/apps/posthog.md
new file mode 100644
index 000000000..ca1676778
--- /dev/null
+++ b/docs/apps/posthog.md
@@ -0,0 +1,43 @@
+---
+title: PostHog
+slug: /posthog
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/posthog.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 PostHog 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 PostHog 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/rowy.md b/docs/apps/rowy.md
new file mode 100644
index 000000000..0218dac60
--- /dev/null
+++ b/docs/apps/rowy.md
@@ -0,0 +1,43 @@
+---
+title: Rowy
+slug: /rowy
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/rowy.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Rowy 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Rowy 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/rustdesk.md b/docs/apps/rustdesk.md
new file mode 100644
index 000000000..2b3d17cf4
--- /dev/null
+++ b/docs/apps/rustdesk.md
@@ -0,0 +1,43 @@
+---
+title: RustDesk
+slug: /rustdesk
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/rustdesk.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 RustDesk 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 RustDesk 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/saleor.md b/docs/apps/saleor.md
new file mode 100644
index 000000000..c5b836b6e
--- /dev/null
+++ b/docs/apps/saleor.md
@@ -0,0 +1,43 @@
+---
+title: Saleor
+slug: /saleor
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/saleor.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Saleor 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Saleor 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/searx.md b/docs/apps/searx.md
new file mode 100644
index 000000000..442d707b7
--- /dev/null
+++ b/docs/apps/searx.md
@@ -0,0 +1,43 @@
+---
+title: searx
+slug: /searx
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/searx.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 searx 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 searx 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/searxng.md b/docs/apps/searxng.md
new file mode 100644
index 000000000..3bf68c843
--- /dev/null
+++ b/docs/apps/searxng.md
@@ -0,0 +1,43 @@
+---
+title: SearXNG
+slug: /searxng
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/searxng.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 SearXNG 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 SearXNG 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/sonarqube.md b/docs/apps/sonarqube.md
new file mode 100644
index 000000000..82ae4589c
--- /dev/null
+++ b/docs/apps/sonarqube.md
@@ -0,0 +1,43 @@
+---
+title: SonarQube
+slug: /sonarqube
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/sonarqube.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 SonarQube 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 SonarQube 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/stirlingpdf.md b/docs/apps/stirlingpdf.md
new file mode 100644
index 000000000..54bca1ef7
--- /dev/null
+++ b/docs/apps/stirlingpdf.md
@@ -0,0 +1,26 @@
+---
+title: Stirling PDF
+slug: /stirlingpdf
+tags:
+ - PDF生成
+ - 可视化
+ - stirlingpdf
+---
+
+import Meta from './_include/stirlingpdf.md';
+
+
+
+## 入门指南{#guide}
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Stirling PDF 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录 URL
+
+## 配置选项{#configs}
+
+- 多语言(√)
+
+## 管理维护{#administrator}
+
+## 故障
\ No newline at end of file
diff --git a/docs/apps/supabase.md b/docs/apps/supabase.md
new file mode 100644
index 000000000..9047fe170
--- /dev/null
+++ b/docs/apps/supabase.md
@@ -0,0 +1,43 @@
+---
+title: Supabase
+slug: /supabase
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/supabase.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Supabase 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Supabase 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/supertokens.md b/docs/apps/supertokens.md
new file mode 100644
index 000000000..092cef7af
--- /dev/null
+++ b/docs/apps/supertokens.md
@@ -0,0 +1,43 @@
+---
+title: supertokens
+slug: /supertokens
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/supertokens.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 supertokens 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 supertokens 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/taskingai.md b/docs/apps/taskingai.md
new file mode 100644
index 000000000..0a12bca8a
--- /dev/null
+++ b/docs/apps/taskingai.md
@@ -0,0 +1,43 @@
+---
+title: TaskingAI
+slug: /taskingai
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/taskingai.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 TaskingAI 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 TaskingAI 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/theia.md b/docs/apps/theia.md
new file mode 100644
index 000000000..1df5080fa
--- /dev/null
+++ b/docs/apps/theia.md
@@ -0,0 +1,43 @@
+---
+title: Eclipse Theia
+slug: /theia
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/theia.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Eclipse Theia 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Eclipse Theia 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/tidb.md b/docs/apps/tidb.md
new file mode 100644
index 000000000..a1b57e7e8
--- /dev/null
+++ b/docs/apps/tidb.md
@@ -0,0 +1,43 @@
+---
+title: TiDB
+slug: /tidb
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/tidb.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 TiDB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 TiDB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/tky.md b/docs/apps/tky.md
new file mode 100644
index 000000000..df96a109e
--- /dev/null
+++ b/docs/apps/tky.md
@@ -0,0 +1,43 @@
+---
+title: Tyk
+slug: /tky
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/tky.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Tyk 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Tyk 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/umbraco.md b/docs/apps/umbraco.md
new file mode 100644
index 000000000..577047290
--- /dev/null
+++ b/docs/apps/umbraco.md
@@ -0,0 +1,43 @@
+---
+title: Umbraco
+slug: /umbraco
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/umbraco.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Umbraco 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Umbraco 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/waydroid.md b/docs/apps/waydroid.md
new file mode 100644
index 000000000..3d0fbed12
--- /dev/null
+++ b/docs/apps/waydroid.md
@@ -0,0 +1,43 @@
+---
+title: Waydroid
+slug: /waydroid
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/waydroid.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Waydroid 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Waydroid 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/weaviate.md b/docs/apps/weaviate.md
new file mode 100644
index 000000000..74341a801
--- /dev/null
+++ b/docs/apps/weaviate.md
@@ -0,0 +1,43 @@
+---
+title: Weaviate
+slug: /weaviate
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/weaviate.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Weaviate 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Weaviate 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/webmin.md b/docs/apps/webmin.md
new file mode 100644
index 000000000..1562f7bb8
--- /dev/null
+++ b/docs/apps/webmin.md
@@ -0,0 +1,43 @@
+---
+title: Webmin
+slug: /webmin
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/webmin.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Webmin 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Webmin 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/apps/wikijs.md b/docs/apps/wikijs.md
new file mode 100644
index 000000000..291868f20
--- /dev/null
+++ b/docs/apps/wikijs.md
@@ -0,0 +1,43 @@
+---
+title: Wiki.js
+slug: /wikijs
+tags:
+ - Web 面板
+ - 可视化
+ - GUI
+---
+
+import Meta from './_include/wikijs.md';
+
+
+
+## 入门指南{#guide}
+
+### 初始化{#wizard}
+
+Websoft9 控制台安装 Wiki.js 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 登录后台{#console}
+
+Websoft9 控制台安装 Wiki.js 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
+
+### 安装插件{#plugin}
+
+## 配置选项{#configs}
+
+- CLI
+- 多语言(√)
+- SMTP(√)
+- 插件市场(√)
+
+## 管理维护{#administrator}
+
+- **重置管理员密码**
+- **更换 URL**
+- **HTTPS 额外设置**
+- **在线备份**
+- **在线升级**
+
+## 故障
+
+#### 更改域名导致无法访问 ?
\ No newline at end of file
diff --git a/docs/guide/server/os/linux.md b/docs/guide/server/os/linux.md
index 2272face5..a5ada8d84 100755
--- a/docs/guide/server/os/linux.md
+++ b/docs/guide/server/os/linux.md
@@ -14,8 +14,8 @@ Websoft9 为企业用户提供个性化的 Linux 系统托管技术支持服务
目前支持个性化的操作系统包括:
-- 纯净版的操作系统,例如:Oracle Linux, Rocky Linux, CentOS7.x
-- 含桌面的操作系统,例如:Oracle Linux with Gnome
+- 纯净版的操作系统,例如:[Oracle Linux](https://market.aliyun.com/products?k=websoft9+oracle+linux&scene=market), Rocky Linux, CentOS7.x
+- 含桌面的操作系统,例如:[Oracle Linux with Gnome](https://market.aliyun.com/products?k=oracle+linux+websoft9+gnome&scene=market)
- 含软件包的操作系统,例如:Ubuntu with Docker, Ubuntu with AI 大模型
### Oracle Linux
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/anythingllm.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/anythingllm.md
index 4c701fd7b..71ca748b2 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/anythingllm.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/anythingllm.md
@@ -1,4 +1,4 @@
-[AnythingLLM](https://anythingllm.com/) is **all-in-one AI application**, used for Open Source LLM . AnythingLLM is a versatile language model that supports a wide range of tasks and applications, providing intelligent dialog and text generation.
+[AnythingLLM](https://anythingllm.com/) is **all-in-one AI application**, used for LLMs and Service . AnythingLLM is a versatile language model that supports a wide range of tasks and applications, providing intelligent dialog and text generation.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/anythingllm/anythingllm-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/autogptnextweb.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/autogptnextweb.md
index 59a562e01..9c873eef5 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/autogptnextweb.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/autogptnextweb.md
@@ -1,4 +1,4 @@
-[AutoGPT.NextWeb](https://github.com/ConnectAI-E/AutoGPT-Next-Web) is **Well-designed cross-platform AutoGPT web UI**, used for Generative AI . Assemble, configure, and deploy autonomous AI Agents in your browser.
+[AutoGPT.NextWeb](https://github.com/ConnectAI-E/AutoGPT-Next-Web) is **Well-designed cross-platform AutoGPT web UI**, used for AI User Interface . Assemble, configure, and deploy autonomous AI Agents in your browser.
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/autogptnextweb/autogptnextweb-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/danswer.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/danswer.md
index fad544a51..fc22fef53 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/danswer.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/danswer.md
@@ -1,4 +1,4 @@
-[Danswer](https://www.danswer.ai/) is **Danswer AI Assistant**, used for Generative AI . Danswer is a generative AI chat platform for teams.
+[Danswer](https://www.danswer.ai/) is **Danswer AI Assistant**, used for AI User Interface . Danswer is a generative AI chat platform for teams.
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/danswer/danswer-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/dashy.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/dashy.md
index 48083b1e9..d64381437 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/dashy.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/dashy.md
@@ -1,4 +1,4 @@
-[Dashy]() is **A self-hostable personal dashboard built for you**, used for Home Server . Dashy is an open source, highly customizable, easy to use, privacy-respecting dashboard app.
+[Dashy](https://dashy.to) is **A self-hostable personal dashboard built for you**, used for Home Server . Dashy is an open source, highly customizable, easy to use, privacy-respecting dashboard app.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/dashy/dashy-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/flowise.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/flowise.md
index 1f2a43dad..849fb59a9 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/flowise.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/flowise.md
@@ -1,4 +1,4 @@
-[Flowise](https://flowiseai.com/) is **Low-code tool for developers to build customized LLM apps**, used for Generative AI Low Code and No Code Web Framework . Open source low-code tool for developers to build customized LLM orchestration flow & AI agents
+[Flowise](https://flowiseai.com/) is **Low-code tool for developers to build customized LLM apps**, used for AI User Interface Low Code and No Code Web Framework . Open source low-code tool for developers to build customized LLM orchestration flow & AI agents
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/flowise/flowise-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/g4f.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/g4f.md
new file mode 100644
index 000000000..1e2a6e411
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/g4f.md
@@ -0,0 +1,21 @@
+[GPT4Free](https://github.com/xtekky/gpt4free) is **Open Source AI API for Text and Image Generation**, used for AI for NLP AI for Image + Machine Vision . GPT4Free is an open source AI API package that enables text and image generation with multi-provider support, load balancing, and flow control.
+
+
+![gui](https://libs.websoft9.com/Websoft9/DocsPicture/zh/g4f/g4f-gui-websoft9.png)
+
+
+## Prepare
+
+When referring to this document to use **GPT4Free**, please read and ensure the following points:
+
+- [Login to Websoft9 Console](./login-console) and find or install GPT4Free:
+ - Go to **My Apps** listing applications
+ - Go to **App Store** installing target application
+
+- This application is installed by Websoft9 console.
+
+
+- The purpose of this application complies with the [GPL-3.0](https://opensource.org/licenses/GPL-3.0) open source license agreement.
+
+
+- [Configure the domain name](./domain-set) or **server security group** opens external network ports for application access.
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/geminiprochat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/geminiprochat.md
index 80e261e1e..56bc26f47 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/geminiprochat.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/geminiprochat.md
@@ -1,4 +1,4 @@
-[GeminiProChat](https://github.com/babaohuang/GeminiProChat) is **Minimal web UI for GeminiPro**, used for Generative AI . Minimal web UI for GeminiPro
+[GeminiProChat](https://github.com/babaohuang/GeminiProChat) is **Minimal web UI for GeminiPro**, used for AI User Interface . Minimal web UI for GeminiPro
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/geminiprochat/geminiprochat-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/huggingchat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/huggingchat.md
index d503a3fa0..19853b6a7 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/huggingchat.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/huggingchat.md
@@ -1,4 +1,4 @@
-[HuggingChat](https://huggingface.co) is **Open source chat interface for Hugging Face**, used for Chat Generative AI . HuggingChat is an open-source chatbot based on natural language processing technology that supports conversation generation in multiple languages.
+[HuggingChat](https://huggingface.co) is **Open source chat interface for Hugging Face**, used for Chat AI User Interface . HuggingChat is an open-source chatbot based on natural language processing technology that supports conversation generation in multiple languages.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/huggingchat/huggingchat-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/kavita.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/kavita.md
new file mode 100644
index 000000000..1a4ec15ba
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/kavita.md
@@ -0,0 +1,21 @@
+[Kavita](https://www.kavitareader.com) is **Kavita is a fast, feature rich, cross-platform reading server.**, used for News Feed Document Collaboration . Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
+
+
+![gui](https://libs.websoft9.com/Websoft9/DocsPicture/zh/kavita/kavita-gui-websoft9.png)
+
+
+## Prepare
+
+When referring to this document to use **Kavita**, please read and ensure the following points:
+
+- [Login to Websoft9 Console](./login-console) and find or install Kavita:
+ - Go to **My Apps** listing applications
+ - Go to **App Store** installing target application
+
+- This application is installed by Websoft9 console.
+
+
+- The purpose of this application complies with the [GPL-3.0](https://opensource.org/licenses/GPL-3.0) open source license agreement.
+
+
+- [Configure the domain name](./domain-set) or **server security group** opens external network ports for application access.
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/keila.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/keila.md
index 6cebd88a1..47cafba6b 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/keila.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/keila.md
@@ -1,4 +1,4 @@
-[Keila]() is **Open Source Newsletter Tool**, used for News Feed Document Collaboration . Manage and grow your contact lists, design and send personalized newsletter campaigns easier than ever before.
+[Keila](https://www.keila.io) is **Open Source Newsletter Tool**, used for News Feed Document Collaboration . Manage and grow your contact lists, design and send personalized newsletter campaigns easier than ever before.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/keila/keila-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/khoj.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/khoj.md
index d10c338af..d515e8cfd 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/khoj.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/khoj.md
@@ -1,4 +1,4 @@
-[Khoj](https://khoj.dev) is **Khoj is an open-source personalized AI assistant designed to be your 'second brain'**, used for Generative AI . The core functions of Khoj include note taking and document intelligent assistant, real-time Internet information access, fast and accurate semantic search, personalized image generation and voice understanding, and open source self hosting to protect privacy.
+[Khoj](https://khoj.dev) is **Khoj is an open-source personalized AI assistant designed to be your 'second brain'**, used for AI User Interface . The core functions of Khoj include note taking and document intelligent assistant, real-time Internet information access, fast and accurate semantic search, personalized image generation and voice understanding, and open source self hosting to protect privacy.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/khoj/khoj-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/koishi.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/koishi.md
index b3f734237..404a09a20 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/koishi.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/koishi.md
@@ -1,4 +1,4 @@
-[Koishi](https://koishi.chat) is **Cross-platform chatbot framework**, used for Generative AI . Koishi is a cross-platform, extensive, high-performance chatbot framework
+[Koishi](https://koishi.chat) is **Cross-platform chatbot framework**, used for AI User Interface . Koishi is a cross-platform, extensive, high-performance chatbot framework
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/koishi/koishi-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/langflow.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/langflow.md
index 3328b9c0d..0e74af0cf 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/langflow.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/langflow.md
@@ -1,4 +1,4 @@
-[Langflow]() is **a low-code tool to build AI agents and workflows**, used for Low Code and No Code AI for Developer . Langflow is a low-code tool for developers that makes it easier to build powerful AI agents and workflows that can use any API, model, or database.
+[Langflow](https://www.langflow.org) is **a low-code tool to build AI agents and workflows**, used for Low Code and No Code AI for Developer . Langflow is a low-code tool for developers that makes it easier to build powerful AI agents and workflows that can use any API, model, or database.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/langflow/langflow-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/librechat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/librechat.md
index 9913e9889..349cf60a9 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/librechat.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/librechat.md
@@ -1,4 +1,4 @@
-[LibreChat]() is **All-In-One AI Conversations with LibreChat**, used for Chat Generative AI . LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT.
+[LibreChat](https://www.librechat.ai) is **All-In-One AI Conversations with LibreChat**, used for Chat AI User Interface . LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/librechat/librechat-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/linkwarden.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/linkwarden.md
new file mode 100644
index 000000000..781bf870b
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/linkwarden.md
@@ -0,0 +1,21 @@
+[Linkwarden](https://linkwarden.app) is **an open-source collaborative bookmark manager to collect, organize and preserve webpages.**, used for Content Management Files Management . Self-hosted collaborative bookmark manager to collect, organize, and preserve webpages, articles, and documents.
+
+
+![gui](https://libs.websoft9.com/Websoft9/DocsPicture/zh/linkwarden/linkwarden-gui-websoft9.png)
+
+
+## Prepare
+
+When referring to this document to use **Linkwarden**, please read and ensure the following points:
+
+- [Login to Websoft9 Console](./login-console) and find or install Linkwarden:
+ - Go to **My Apps** listing applications
+ - Go to **App Store** installing target application
+
+- This application is installed by Websoft9 console.
+
+
+- The purpose of this application complies with the [AGPL-3.0](https://opensource.org/licenses/AGPL-3.0) open source license agreement.
+
+
+- [Configure the domain name](./domain-set) or **server security group** opens external network ports for application access.
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/lobechat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/lobechat.md
index 9d8088ee5..cee1aa8c0 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/lobechat.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/lobechat.md
@@ -1,4 +1,4 @@
-[LobeChat](https://lobechat.com/) is **An open-source, modern-design ChatGPT/LLMs UI/Framework**, used for Generative AI . LobeChat is an intelligent chat tool that uses AI technology to provide natural dialogue and personalized interactive experience.
+[LobeChat](https://lobechat.com/) is **An open-source, modern-design ChatGPT/LLMs UI/Framework**, used for AI User Interface . LobeChat is an intelligent chat tool that uses AI technology to provide natural dialogue and personalized interactive experience.
![Interface](https://libs.websoft9.com/Websoft9/DocsPicture/zh/lobechat/lobechat-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/localai.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/localai.md
new file mode 100644
index 000000000..253fdec75
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/localai.md
@@ -0,0 +1,21 @@
+[LocalAI](https://localai.io) is **Self-hosted AI running on consumer-grade hardware**, used for AI for Developer . Local AI is an open-source platform that supports local deployment of AI models, protects data privacy, and enables efficient AI application development.
+
+
+![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/localai/localai-gui-websoft9.png)
+
+
+## Prepare
+
+When referring to this document to use **LocalAI**, please read and ensure the following points:
+
+- [Login to Websoft9 Console](./login-console) and find or install LocalAI:
+ - Go to **My Apps** listing applications
+ - Go to **App Store** installing target application
+
+- This application is installed by Websoft9 console.
+
+
+- The purpose of this application complies with the [MIT](https://opensource.org/licenses/MIT) open source license agreement.
+
+
+- [Configure the domain name](./domain-set) or **server security group** opens external network ports for application access.
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/mlflow.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/mlflow.md
index f4ff2de32..966db14ce 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/mlflow.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/mlflow.md
@@ -1,4 +1,4 @@
-[MLflow](https://mlflow.org/) is **Unified platform for both traditional ML and GenAI applications**, used for ML & Framework & Development . Machine learning experiment management and model tracking tool with version control support.
+[MLflow](https://mlflow.org/) is **Unified platform for both traditional ML and GenAI applications**, used for ML Framework & Development . Machine learning experiment management and model tracking tool with version control support.
![ui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/mlflow/mlflow-ui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/nextchat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/nextchat.md
index 03cbee9f8..c95cc58f7 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/nextchat.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/nextchat.md
@@ -1,4 +1,4 @@
-[NextChat](https://nextchat.dev) is **Well-designed cross-platform ChatGPT web UI**, used for Generative AI . A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS)
+[NextChat](https://nextchat.dev) is **Well-designed cross-platform ChatGPT web UI**, used for AI User Interface . A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS)
![Dashboard](https://libs.websoft9.com/Websoft9/DocsPicture/zh/nextchat/nextchat-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/ollama.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/ollama.md
index 493ac7008..2719ba540 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/ollama.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/ollama.md
@@ -1,4 +1,4 @@
-[Ollama](https://ollama.com/) is **large language models**, used for Open Source LLM . Ollama is an open source tool that simplifies the deployment and management of machine learning models, supporting multiple model formats.
+[Ollama](https://ollama.com/) is **large language models**, used for LLMs and Service . Ollama is an open source tool that simplifies the deployment and management of machine learning models, supporting multiple model formats.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/ollama/ollama-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/open-webui.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/open-webui.md
index d046966a4..cef13999b 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/open-webui.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/open-webui.md
@@ -1,4 +1,4 @@
-[Open WebUI](https://openwebui.com) is **an extensible, self-hosted AI interface**, used for Generative AI . Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.
+[Open WebUI](https://openwebui.com) is **an extensible, self-hosted AI interface**, used for AI User Interface . Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/openwebui/openwebui-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/paperlessngx.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/paperlessngx.md
index 51e9e7368..39c95d5e2 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/paperlessngx.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/paperlessngx.md
@@ -1,4 +1,4 @@
-[Paperless-ngx]() is **Document management system that transforms your physical documents into a searchable online archive**, used for Document Collaboration Files Management . Paperless-ngx is an open source document management system that supports document scanning, OCR, categorization and search to improve management efficiency.
+[Paperless-ngx](https://docs.paperless-ngx.com ) is **Document management system that transforms your physical documents into a searchable online archive**, used for Document Collaboration Files Management . Paperless-ngx is an open source document management system that supports document scanning, OCR, categorization and search to improve management efficiency.
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/paperlessngx/paperlessngx-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/sonarqube.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/sonarqube.md
index b011ce62d..8021ac416 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/sonarqube.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/sonarqube.md
@@ -1,4 +1,4 @@
-[SonarQube]() is **Continuous Inspection for your code**, used for CI/CD Pipeline All-in-one DevOps . SonarQube is a code quality management tool
+[SonarQube](https://www.sonarsource.com) is **Continuous Inspection for your code**, used for CI/CD Pipeline All-in-one DevOps . SonarQube is a code quality management tool
![gui](http://libs.websoft9.com/Websoft9/DocsPicture/zh/sonarqube/sonarqube-gui-websoft9.png)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/taskingai.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/taskingai.md
new file mode 100644
index 000000000..c7964afb6
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/taskingai.md
@@ -0,0 +1,21 @@
+[TaskingAI](https://www.tasking.ai) is **Orchestrating Artificial Intelligence Applications, the AI that really understands your business**, used for AI for Developer . TaskingAI is an innovative platform that enables businesses to create customizable AI applications tailored to their needs, with features like chat assistants, web widgets, and knowledge bases.
+
+
+![ui](https://libs.websoft9.com/Websoft9/DocsPicture/zh/taskingai/taskingai-gui-websoft9.png)
+
+
+## Prepare
+
+When referring to this document to use **TaskingAI**, please read and ensure the following points:
+
+- [Login to Websoft9 Console](./login-console) and find or install TaskingAI:
+ - Go to **My Apps** listing applications
+ - Go to **App Store** installing target application
+
+- This application is installed by Websoft9 console.
+
+
+- The purpose of this application complies with the [apache2](https://opensource.org/licenses/Apache-2.0) open source license agreement.
+
+
+- [Configure the domain name](./domain-set) or **server security group** opens external network ports for application access.
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/tensorflow.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/tensorflow.md
index f4949246a..728a92eb6 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/tensorflow.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/_include/tensorflow.md
@@ -1,4 +1,4 @@
-[TensorFlow](https://www.tensorflow.org/) is **TensorFlow is an end-to-end open source machine learning platform.**, used for ML & Framework & Development Digital twins Virtual Reality . This product integrates TensorFlow, which is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications.
+[TensorFlow](https://www.tensorflow.org/) is **TensorFlow is an end-to-end open source machine learning platform.**, used for ML Framework & Development Digital twins Virtual Reality . This product integrates TensorFlow, which is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications.
![gui](https://libs.websoft9.com/Websoft9/DocsPicture/en/tensorflow/tensowflow-gui-websoft9.jpg)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/activepieces.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/activepieces.md
new file mode 100644
index 000000000..cf7653a42
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/activepieces.md
@@ -0,0 +1,43 @@
+---
+title: Activepieces
+slug: /activepieces
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/activepieces.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Activepieces at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Activepieces at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/affine.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/affine.md
new file mode 100644
index 000000000..ea9dd0241
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/affine.md
@@ -0,0 +1,43 @@
+---
+title: AFFiNE
+slug: /affine
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/affine.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of AFFiNE at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation AFFiNE at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/akeneo.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/akeneo.md
new file mode 100644
index 000000000..519898464
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/akeneo.md
@@ -0,0 +1,43 @@
+---
+title: Akeneo
+slug: /akeneo
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/akeneo.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Akeneo at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Akeneo at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/anythingllm.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/anythingllm.md
new file mode 100644
index 000000000..24e979c93
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/anythingllm.md
@@ -0,0 +1,43 @@
+---
+title: AnythingLLM
+slug: /anythingllm
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/anythingllm.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of AnythingLLM at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation AnythingLLM at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/appflowy.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/appflowy.md
new file mode 100644
index 000000000..ee11bab84
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/appflowy.md
@@ -0,0 +1,43 @@
+---
+title: AppFlowy
+slug: /appflowy
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/appflowy.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of AppFlowy at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation AppFlowy at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/awx.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/awx.md
new file mode 100644
index 000000000..53109d419
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/awx.md
@@ -0,0 +1,43 @@
+---
+title: AWX
+slug: /awx
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/awx.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of AWX at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation AWX at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/bigbluebutton.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/bigbluebutton.md
new file mode 100644
index 000000000..5f45f1a4b
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/bigbluebutton.md
@@ -0,0 +1,43 @@
+---
+title: BigBlueButton
+slug: /bigbluebutton
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/bigbluebutton.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of BigBlueButton at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation BigBlueButton at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/bunkerweb.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/bunkerweb.md
new file mode 100644
index 000000000..665d285cb
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/bunkerweb.md
@@ -0,0 +1,43 @@
+---
+title: BunkerWeb
+slug: /bunkerweb
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/bunkerweb.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of BunkerWeb at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation BunkerWeb at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/calcom.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/calcom.md
new file mode 100644
index 000000000..bd35ac5c9
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/calcom.md
@@ -0,0 +1,43 @@
+---
+title: Cal.com
+slug: /calcom
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/calcom.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Cal.com at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Cal.com at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/ckan.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/ckan.md
new file mode 100644
index 000000000..8ac6cfe91
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/ckan.md
@@ -0,0 +1,43 @@
+---
+title: CKAN
+slug: /ckan
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/ckan.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of CKAN at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation CKAN at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/cockroachdb.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/cockroachdb.md
new file mode 100644
index 000000000..8bc8afe2d
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/cockroachdb.md
@@ -0,0 +1,43 @@
+---
+title: CockroachDB
+slug: /cockroachdb
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/cockroachdb.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of CockroachDB at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation CockroachDB at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/confluence.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/confluence.md
new file mode 100644
index 000000000..c78c64d0f
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/confluence.md
@@ -0,0 +1,43 @@
+---
+title: Confluence
+slug: /confluence
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/confluence.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Confluence at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Confluence at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/countly.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/countly.md
new file mode 100644
index 000000000..c07a9ba96
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/countly.md
@@ -0,0 +1,43 @@
+---
+title: Countly
+slug: /countly
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/countly.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Countly at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Countly at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/dashy.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/dashy.md
new file mode 100644
index 000000000..e3aca1150
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/dashy.md
@@ -0,0 +1,25 @@
+---
+title: Dashy
+slug: /dashy
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/dashy.md';
+
+
+
+## Getting started{#guide}
+
+### Login verification{#verification}
+
+1. Completed installation Dashy at Websoft9 console, get the applicaiton's overview from **My Apps**
+
+## Configuration options{#configs}
+
+- Multilingual (√)
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/datahub.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/datahub.md
new file mode 100644
index 000000000..0bb2bd4a4
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/datahub.md
@@ -0,0 +1,43 @@
+---
+title: DataHub
+slug: /datahub
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/datahub.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of DataHub at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation DataHub at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/discuz.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/discuz.md
new file mode 100644
index 000000000..c6a97f5b0
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/discuz.md
@@ -0,0 +1,43 @@
+---
+title: Discuz
+slug: /discuz
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/discuz.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Discuz at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Discuz at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/discuzq.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/discuzq.md
new file mode 100644
index 000000000..731eba3dd
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/discuzq.md
@@ -0,0 +1,43 @@
+---
+title: DiscuzQ
+slug: /discuzq
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/discuzq.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of DiscuzQ at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation DiscuzQ at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/formbricks.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/formbricks.md
new file mode 100644
index 000000000..f3df6d1c9
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/formbricks.md
@@ -0,0 +1,28 @@
+---
+title: Formbricks
+slug: /formbricks
+tags:
+ - Data Collection
+ - Form Building
+ - Formbricks
+---
+
+import Meta from './_include/formbricks.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Formbricks at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+## Configuration options{#configs}
+
+- Multilingual (√)
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/freshrss.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/freshrss.md
new file mode 100644
index 000000000..92d61821b
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/freshrss.md
@@ -0,0 +1,27 @@
+---
+title: FreshRSS
+slug: /freshrss
+tags:
+ - RSS Aggregator
+ - FreshRSS
+---
+
+import Meta from './_include/freshrss.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of FreshRSS at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+## Configuration options{#configs}
+
+- Multilingual (√)
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/frp.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/frp.md
new file mode 100644
index 000000000..f809b8890
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/frp.md
@@ -0,0 +1,43 @@
+---
+title: frp
+slug: /frp
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/frp.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of frp at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation frp at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/g4f.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/g4f.md
new file mode 100644
index 000000000..50a5b60a1
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/g4f.md
@@ -0,0 +1,24 @@
+---
+title: GPT4Free
+slug: /g4f
+tags:
+ - Artificial Intelligence
+ - Chatbots
+ - GPT4Free
+---
+
+import Meta from './_include/g4f.md';
+
+
+
+## Getting started{#guide}
+
+### Login verification{#verification}
+
+1. Completed installation GPT4Free at Websoft9 console, get the applicaiton's overview from **My Apps**
+
+## Configuration options{#configs}
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/geoserver.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/geoserver.md
new file mode 100644
index 000000000..47645f926
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/geoserver.md
@@ -0,0 +1,43 @@
+---
+title: GeoServer
+slug: /geoserver
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/geoserver.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of GeoServer at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation GeoServer at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/gopeed.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/gopeed.md
new file mode 100644
index 000000000..39ecbbec7
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/gopeed.md
@@ -0,0 +1,43 @@
+---
+title: Gopeed
+slug: /gopeed
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/gopeed.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Gopeed at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Gopeed at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/gotify.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/gotify.md
new file mode 100644
index 000000000..7aaf7ffc5
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/gotify.md
@@ -0,0 +1,26 @@
+---
+title: Gotify
+slug: /gotify
+tags:
+ - Push Notification
+ - Notification Services
+ - Gotify
+---
+
+import Meta from './_include/gotify.md';
+
+
+
+## Getting started{#guide}
+
+### Login verification{#verification}
+
+1. Completed installation Gotify at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/harbor.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/harbor.md
new file mode 100644
index 000000000..4a6c6cb3f
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/harbor.md
@@ -0,0 +1,43 @@
+---
+title: Harbor
+slug: /harbor
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/harbor.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Harbor at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Harbor at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/harnessci.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/harnessci.md
new file mode 100644
index 000000000..3d73a1758
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/harnessci.md
@@ -0,0 +1,43 @@
+---
+title: Harness CI (aka Drone)
+slug: /harnessci
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/harnessci.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Harness CI (aka Drone) at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Harness CI (aka Drone) at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/hasura.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/hasura.md
new file mode 100644
index 000000000..bf9173ba3
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/hasura.md
@@ -0,0 +1,43 @@
+---
+title: Hasura
+slug: /hasura
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/hasura.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Hasura at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Hasura at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/heyform.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/heyform.md
new file mode 100644
index 000000000..2f180a74c
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/heyform.md
@@ -0,0 +1,28 @@
+---
+title: HeyForm
+slug: /heyform
+tags:
+ - Online Forms
+ - Data Collection
+ - HeyForm
+---
+
+import Meta from './_include/heyform.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of HeyForm at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+## Configuration options{#configs}
+
+- Multilingual (√)
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/huggingchat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/huggingchat.md
new file mode 100644
index 000000000..b3fcc1ab8
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/huggingchat.md
@@ -0,0 +1,43 @@
+---
+title: HuggingChat
+slug: /huggingchat
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/huggingchat.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of HuggingChat at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation HuggingChat at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/jfrog.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/jfrog.md
new file mode 100644
index 000000000..aa753bc03
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/jfrog.md
@@ -0,0 +1,43 @@
+---
+title: JFrog Artifactory
+slug: /jfrog
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/jfrog.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of JFrog Artifactory at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation JFrog Artifactory at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/jumpserver.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/jumpserver.md
new file mode 100644
index 000000000..6996246cb
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/jumpserver.md
@@ -0,0 +1,43 @@
+---
+title: JumpServer
+slug: /jumpserver
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/jumpserver.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of JumpServer at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation JumpServer at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/kavita.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/kavita.md
new file mode 100644
index 000000000..c067281db
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/kavita.md
@@ -0,0 +1,27 @@
+---
+title: Kavita
+slug: /kavita
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/kavita.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Kavita at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+## Configuration options{#configs}
+
+- Multilingual (√)
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/keila.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/keila.md
new file mode 100644
index 000000000..aed3135a2
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/keila.md
@@ -0,0 +1,43 @@
+---
+title: Keila
+slug: /keila
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/keila.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Keila at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Keila at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/keycloak.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/keycloak.md
new file mode 100644
index 000000000..cc20a873c
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/keycloak.md
@@ -0,0 +1,28 @@
+---
+title: Keycloak
+slug: /keycloak
+tags:
+ - Identity and Access Management
+ - Single Sign-On
+ - Keycloak
+---
+
+import Meta from './_include/keycloak.md';
+
+
+
+## Getting started{#guide}
+
+### Login verification{#verification}
+
+1. Completed installation Keycloak at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- Multilingual (√)
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/khoj.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/khoj.md
new file mode 100644
index 000000000..697c4041b
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/khoj.md
@@ -0,0 +1,43 @@
+---
+title: Khoj
+slug: /khoj
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/khoj.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Khoj at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Khoj at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/komga.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/komga.md
new file mode 100644
index 000000000..1bfd6a533
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/komga.md
@@ -0,0 +1,43 @@
+---
+title: Komga
+slug: /komga
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/komga.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Komga at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Komga at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/kopia.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/kopia.md
new file mode 100644
index 000000000..a903f4356
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/kopia.md
@@ -0,0 +1,43 @@
+---
+title: Kopia
+slug: /kopia
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/kopia.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Kopia at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Kopia at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/lago.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/lago.md
new file mode 100644
index 000000000..c2f4193d8
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/lago.md
@@ -0,0 +1,43 @@
+---
+title: Lago
+slug: /lago
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/lago.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Lago at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Lago at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/langflow.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/langflow.md
new file mode 100644
index 000000000..46f4a2ac0
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/langflow.md
@@ -0,0 +1,24 @@
+---
+title: Langflow
+slug: /langflow
+tags:
+ - Language Modeling
+ - Automation
+ - Langflow
+---
+
+import Meta from './_include/langflow.md';
+
+
+
+## Getting started{#guide}
+
+### Login verification{#verification}
+
+1. Completed installation Langflow at Websoft9 console, get the applicaiton's overview from **My Apps**
+
+## Configuration options{#configs}
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/laravel.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/laravel.md
new file mode 100644
index 000000000..62019d5f6
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/laravel.md
@@ -0,0 +1,43 @@
+---
+title: Laravel
+slug: /laravel
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/laravel.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Laravel at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Laravel at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/librechat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/librechat.md
new file mode 100644
index 000000000..2ab45fe4b
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/librechat.md
@@ -0,0 +1,43 @@
+---
+title: LibreChat
+slug: /librechat
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/librechat.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of LibreChat at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation LibreChat at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/linkwarden.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/linkwarden.md
new file mode 100644
index 000000000..9e19ea22c
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/linkwarden.md
@@ -0,0 +1,43 @@
+---
+title: Linkwarden
+slug: /linkwarden
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/linkwarden.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Linkwarden at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Linkwarden at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/localai.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/localai.md
new file mode 100644
index 000000000..97891cd74
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/localai.md
@@ -0,0 +1,43 @@
+---
+title: LocalAI
+slug: /localai
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/localai.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of LocalAI at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation LocalAI at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/mailu.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/mailu.md
new file mode 100644
index 000000000..7d359491d
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/mailu.md
@@ -0,0 +1,43 @@
+---
+title: Mailu
+slug: /mailu
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/mailu.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Mailu at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Mailu at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/milvus.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/milvus.md
new file mode 100644
index 000000000..f09430549
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/milvus.md
@@ -0,0 +1,43 @@
+---
+title: Milvus
+slug: /milvus
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/milvus.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Milvus at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Milvus at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/neko.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/neko.md
new file mode 100644
index 000000000..5b5cdc704
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/neko.md
@@ -0,0 +1,43 @@
+---
+title: Neko
+slug: /neko
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/neko.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Neko at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Neko at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/nextchat.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/nextchat.md
new file mode 100644
index 000000000..7eff5b9e3
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/nextchat.md
@@ -0,0 +1,43 @@
+---
+title: NextChat
+slug: /nextchat
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/nextchat.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of NextChat at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation NextChat at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md
new file mode 100644
index 000000000..1ee4c3f97
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md
@@ -0,0 +1,43 @@
+---
+title: NodeBB
+slug: /nodebb
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/nodebb.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of NodeBB at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation NodeBB at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/open-webui.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/open-webui.md
new file mode 100644
index 000000000..a57a494ea
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/open-webui.md
@@ -0,0 +1,43 @@
+---
+title: Open WebUI
+slug: /open-webui
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/open-webui.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Open WebUI at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Open WebUI at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/opencart.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/opencart.md
new file mode 100644
index 000000000..4f40d898b
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/opencart.md
@@ -0,0 +1,43 @@
+---
+title: OpenCart
+slug: /opencart
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/opencart.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of OpenCart at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation OpenCart at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/opengauss.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/opengauss.md
index dc1ef28d7..239ec6485 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/apps/opengauss.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/opengauss.md
@@ -15,7 +15,21 @@ import Meta from './_include/opengauss.md';
### Connecting to the Database
-1. After installing PostgreSQL in the Websoft9 console, view the application details through “My Applications” and get the username and password in the “Access” tab.
+1. After installing openGauss in the Websoft9 console, view the application details through “My Applications” and get the username and password in the “Access” tab.
+
+2. Enter the command mode of the openGauss container and use gsql to connect to the database:
+
+ ```
+ $ su - omm
+ $ gsql -d postgres -U gaussdb
+ # Get passwords in the input access tab
+ Password for user gaussdb:
+ gsql ((openGauss 6.0.0 build aee4abd5) compiled at 2024-09-29 19:14:27 commit 0 last mr )
+ Non-SSL connection (SSL connection is recommended when requiring high-security)
+ Type "help" for help.
+
+ openGauss=>
+ ```
## Configuration options{#configs}
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/openhands.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/openhands.md
new file mode 100644
index 000000000..896ba7817
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/openhands.md
@@ -0,0 +1,43 @@
+---
+title: OpenHands
+slug: /openhands
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/openhands.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of OpenHands at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation OpenHands at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/outline.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/outline.md
new file mode 100644
index 000000000..e2525108d
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/outline.md
@@ -0,0 +1,43 @@
+---
+title: Outline
+slug: /outline
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/outline.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Outline at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Outline at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/paperlessngx.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/paperlessngx.md
new file mode 100644
index 000000000..bcf366eb7
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/paperlessngx.md
@@ -0,0 +1,43 @@
+---
+title: Paperless-ngx
+slug: /paperlessngx
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/paperlessngx.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Paperless-ngx at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Paperless-ngx at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/pimcore.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/pimcore.md
new file mode 100644
index 000000000..74203465a
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/pimcore.md
@@ -0,0 +1,43 @@
+---
+title: Pimcore
+slug: /pimcore
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/pimcore.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Pimcore at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Pimcore at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/plex.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/plex.md
new file mode 100644
index 000000000..006c6c0bc
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/plex.md
@@ -0,0 +1,43 @@
+---
+title: Plex Media Server
+slug: /plex
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/plex.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Plex Media Server at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Plex Media Server at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/pocketbase.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/pocketbase.md
new file mode 100644
index 000000000..886e6a0df
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/pocketbase.md
@@ -0,0 +1,43 @@
+---
+title: PocketBase
+slug: /pocketbase
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/pocketbase.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of PocketBase at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation PocketBase at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/posthog.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/posthog.md
new file mode 100644
index 000000000..811a447bf
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/posthog.md
@@ -0,0 +1,43 @@
+---
+title: PostHog
+slug: /posthog
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/posthog.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of PostHog at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation PostHog at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/rowy.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/rowy.md
new file mode 100644
index 000000000..164982f8e
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/rowy.md
@@ -0,0 +1,43 @@
+---
+title: Rowy
+slug: /rowy
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/rowy.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Rowy at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Rowy at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/rustdesk.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/rustdesk.md
new file mode 100644
index 000000000..6a5a79536
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/rustdesk.md
@@ -0,0 +1,43 @@
+---
+title: RustDesk
+slug: /rustdesk
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/rustdesk.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of RustDesk at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation RustDesk at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/saleor.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/saleor.md
new file mode 100644
index 000000000..782dabedf
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/saleor.md
@@ -0,0 +1,43 @@
+---
+title: Saleor
+slug: /saleor
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/saleor.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Saleor at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Saleor at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/searx.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/searx.md
new file mode 100644
index 000000000..da723a7bc
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/searx.md
@@ -0,0 +1,43 @@
+---
+title: searx
+slug: /searx
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/searx.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of searx at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation searx at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/searxng.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/searxng.md
new file mode 100644
index 000000000..f43663737
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/searxng.md
@@ -0,0 +1,43 @@
+---
+title: SearXNG
+slug: /searxng
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/searxng.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of SearXNG at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation SearXNG at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/sonarqube.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/sonarqube.md
new file mode 100644
index 000000000..477b0969e
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/sonarqube.md
@@ -0,0 +1,43 @@
+---
+title: SonarQube
+slug: /sonarqube
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/sonarqube.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of SonarQube at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation SonarQube at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/srs.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/srs.md
new file mode 100644
index 000000000..71fdcd65d
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/srs.md
@@ -0,0 +1,43 @@
+---
+title: SRS
+slug: /srs
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/srs.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of SRS at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation SRS at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/stirlingpdf.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/stirlingpdf.md
new file mode 100644
index 000000000..42f728b49
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/stirlingpdf.md
@@ -0,0 +1,26 @@
+---
+title: Stirling PDF
+slug: /stirlingpdf
+tags:
+ - PDF Generation
+ - Visualization
+ - stirlingpdf
+---
+
+import Meta from './_include/stirlingpdf.md';
+
+
+
+## Getting started{#guide}
+
+### Login verification{#verification}
+
+1. Completed installation Stirling PDF at Websoft9 console, get the applicaiton's overview from **My Apps**
+
+## Configuration options{#configs}
+
+- Multilingual (√)
+
+## Administer{#administrator}
+
+## Troubleshooting{#troubleshooting}
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/supabase.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/supabase.md
new file mode 100644
index 000000000..7b647840f
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/supabase.md
@@ -0,0 +1,43 @@
+---
+title: Supabase
+slug: /supabase
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/supabase.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Supabase at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Supabase at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/supertokens.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/supertokens.md
new file mode 100644
index 000000000..5d6f82d40
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/supertokens.md
@@ -0,0 +1,43 @@
+---
+title: supertokens
+slug: /supertokens
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/supertokens.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of supertokens at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation supertokens at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/taskingai.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/taskingai.md
new file mode 100644
index 000000000..657e1a2f7
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/taskingai.md
@@ -0,0 +1,43 @@
+---
+title: TaskingAI
+slug: /taskingai
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/taskingai.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of TaskingAI at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation TaskingAI at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/theia.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/theia.md
new file mode 100644
index 000000000..547d1d560
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/theia.md
@@ -0,0 +1,43 @@
+---
+title: Eclipse Theia
+slug: /theia
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/theia.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Eclipse Theia at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Eclipse Theia at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/tidb.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/tidb.md
new file mode 100644
index 000000000..83ab420da
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/tidb.md
@@ -0,0 +1,43 @@
+---
+title: TiDB
+slug: /tidb
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/tidb.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of TiDB at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation TiDB at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/tky.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/tky.md
new file mode 100644
index 000000000..96ebafd3e
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/tky.md
@@ -0,0 +1,43 @@
+---
+title: Tyk
+slug: /tky
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/tky.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Tyk at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Tyk at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/umbraco.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/umbraco.md
new file mode 100644
index 000000000..de8292b3d
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/umbraco.md
@@ -0,0 +1,43 @@
+---
+title: Umbraco
+slug: /umbraco
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/umbraco.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Umbraco at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Umbraco at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/waydroid.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/waydroid.md
new file mode 100644
index 000000000..4b189b099
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/waydroid.md
@@ -0,0 +1,43 @@
+---
+title: Waydroid
+slug: /waydroid
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/waydroid.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Waydroid at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Waydroid at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/weaviate.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/weaviate.md
new file mode 100644
index 000000000..6c0869acd
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/weaviate.md
@@ -0,0 +1,43 @@
+---
+title: Weaviate
+slug: /weaviate
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/weaviate.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Weaviate at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Weaviate at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/webmin.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/webmin.md
new file mode 100644
index 000000000..03d41bc43
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/webmin.md
@@ -0,0 +1,43 @@
+---
+title: Webmin
+slug: /webmin
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/webmin.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Webmin at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Webmin at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/apps/wikijs.md b/i18n/en/docusaurus-plugin-content-docs/current/apps/wikijs.md
new file mode 100644
index 000000000..8ee4dc542
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/apps/wikijs.md
@@ -0,0 +1,43 @@
+---
+title: Wiki.js
+slug: /wikijs
+tags:
+ - console
+ - other
+---
+
+import Meta from './_include/wikijs.md';
+
+
+
+## Getting started{#guide}
+
+### Initial setup{#wizard}
+
+1. When completed installation of Wiki.js at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
+
+2. Complete the install wizard step by step
+
+### Login verification{#verification}
+
+1. Completed installation Wiki.js at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
+
+2. Starting to verify it
+
+## Configuration options{#configs}
+
+- CLI
+- Multilingual (√)
+- SMTP (√)
+
+## Administer{#administrator}
+
+- **Password recover**
+- **Change URL**
+- **HTTPS**
+- **Online backup**
+- **Online upgrade**
+
+## Troubleshooting{#troubleshooting}
+
+#### 502 failed code?
\ No newline at end of file
diff --git a/template/meta/skip_file.json b/template/meta/skip_file.json
new file mode 100644
index 000000000..7bc3e1282
--- /dev/null
+++ b/template/meta/skip_file.json
@@ -0,0 +1,14 @@
+[
+ "bt",
+ "mingdao",
+ "fastpanel",
+ "docker",
+ "dotnet",
+ "go",
+ "nodejs",
+ "php",
+ "python",
+ "ruby",
+ "phpfpmapache",
+ "phpfpmnginx"
+]