1
0

feat(linkstack): update documentation and simplify application configuration

- Rewrite README.md in Chinese and add README_en.md in English to focus on product introduction and main features
- Update data.yml with improved multilingual descriptions, architecture support, and simplified form fields (only HTTP port configuration)
- Simplify docker-compose.yml by removing unnecessary environment variables and using volume mount instead of named volume
- Add init.sh script for container initialization and update logo.png file
- Remove .env.sample file with complex environment variables
This commit is contained in:
pooneyy
2026-01-06 02:20:39 +08:00
parent 739fda72c5
commit b22683d153
8 changed files with 66 additions and 184 deletions

View File

@@ -1,82 +1,30 @@
additionalProperties:
formFields:
- default: 40225
edit: true
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: Application HTTP Port
labelZh: 应用 HTTP 端口
labelZh: HTTP 端口
labelEn: HTTP Port
label:
en: Application HTTP Port
zh: 应用 HTTP 端口
zh: HTTP 端口
zh-Hant: HTTP 連接埠
en: HTTP Port
ja: HTTP ポート
ko: HTTP 포트
ms: Port HTTP
pt-br: Porta HTTP
ru: HTTP Порт
tr: HTTP Portu
description:
zh: "设置应用的 HTTP 访问端口,有效范围: 1-65535"
zh-Hant: "設定應用程式的 HTTP 存取連接埠,有效範圍: 1-65535"
en: "Set the HTTP access port for the application, valid range: 1-65535"
ja: "アプリケーションのHTTPアクセスポートを設定します。有効範囲: 1-65535"
ko: "애플리케이션의 HTTP 접근 포트를 설정합니다. 유효 범위: 1-65535"
ms: "Tetapkan port akses HTTP untuk aplikasi, julat sah: 1-65535"
pt-br: "Defina a porta de acesso HTTP para o aplicativo, intervalo válido: 1-65535"
ru: "Установите порт доступа HTTP для приложения, допустимый диапазон: 1-65535"
tr: "Uygulama için HTTP erişim portunu ayarlayın, geçerli aralık: 1-65535"
required: true
type: number
- default: 40226
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: Application HTTPS Port
labelZh: 应用 HTTPS 端口
label:
en: Application HTTPS Port
zh: 应用 HTTPS 端口
required: true
type: number
- default: www.example.xyz
edit: true
envKey: HTTP_SERVER_NAME
labelEn: HTTP Server Name
labelZh: HTTP 服务器名称
label:
en: HTTP Server Name
zh: HTTP 服务器名称
required: true
type: text
- default: www.example.xyz
edit: true
envKey: HTTPS_SERVER_NAME
labelEn: HTTPS Server Name
labelZh: HTTPS 服务器名称
label:
en: HTTPS Server Name
zh: HTTPS 服务器名称
required: true
type: text
- default: admin@example.xyz
edit: true
envKey: SERVER_ADMIN
labelEn: Server Admin
labelZh: 服务器管理员
label:
en: Server Admin
zh: 服务器管理员
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
label:
en: Time zone
zh: 时区
required: true
type: text
- default: 512M
edit: true
envKey: PHP_MEMORY_LIMIT
labelEn: PHP Memory Limit
labelZh: PHP 内存限制
label:
en: PHP Memory Limit
zh: PHP 内存限制
required: true
type: text
- default: 8M
edit: true
envKey: UPLOAD_MAX_FILESIZE
labelEn: Upload Max Filesize
labelZh: 上传文件最大限制
label:
en: Upload Max Filesize
zh: 上传文件最大限制
required: true
type: text
rule: paramPort