Skip to content

Commit

Permalink
feat: Add Multi-Language Support to OpenResty (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored Jan 14, 2025
1 parent 0626ee5 commit 778d2e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/openresty/1.21.4.3-3-3-focal/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,25 @@ additionalProperties:
labelZh: HTTP 端口
required: true
type: number
label:
en: HTTP Port
ja: HTTP ポート
ms: Port HTTP
pt-br: Porta HTTP
ru: HTTP Порт
zh-Hant: HTTP 端口
zh: HTTP 端口
- default: 443
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
type: number
label:
en: HTTPS Port
ja: HTTPS ポート
ms: Port HTTPS
pt-br: Porta HTTPS
ru: HTTPS Порт
zh-Hant: HTTPS 端口
zh: HTTPS 端口
8 changes: 8 additions & 0 deletions apps/openresty/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ additionalProperties:
- Server
shortDescZh: 基于 NGINX 和 LuaJIT 的 Web 平台
shortDescEn: High performance web platform based on Nginx and LuaJIT
description:
en: Web Platform Based on NGINX and LuaJIT
ja: NGINX と LuaJIT に基づく Web プラットフォーム
ms: Platform Web Berdasarkan NGINX dan LuaJIT
pt-br: Plataforma Web Baseada em NGINX e LuaJIT
ru: Веб-платформа на основе NGINX и LuaJIT
zh-Hant: 基於 NGINX 和 LuaJIT 的 Web 平台
zh: 基于 NGINX 和 LuaJIT 的 Web 平台
type: runtime
crossVersionUpdate: true
limit: 1
Expand Down

0 comments on commit 778d2e0

Please sign in to comment.