From 9814da97740d6ff476aff7bfe9ce27170bb44eac Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Thu, 7 Nov 2024 13:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20NexusPHP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/nexusphp/1.8.14/data.yml | 9 ++++++++- apps/nexusphp/1.8.14/docker-compose.yml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/nexusphp/1.8.14/data.yml b/apps/nexusphp/1.8.14/data.yml index 0e8f349b9..844a573cd 100644 --- a/apps/nexusphp/1.8.14/data.yml +++ b/apps/nexusphp/1.8.14/data.yml @@ -71,11 +71,18 @@ additionalProperties: type: number - default: "http://localhost" edit: true - envKey: text + envKey: APP_URL labelZh: 公网地址 labelEn: Public URL required: true type: text + - default: "NexusPHP" + edit: true + envKey: APP_NAME + labelZh: 应用名称 + labelEn: Application Name + required: true + type: text - default: "base64:WUbN2wa2kl3E1VDW4iKaH3RBHw3hKY7BK0hWEkBZmGg=" edit: true envKey: APP_KEY diff --git a/apps/nexusphp/1.8.14/docker-compose.yml b/apps/nexusphp/1.8.14/docker-compose.yml index de651b589..af3e26be0 100644 --- a/apps/nexusphp/1.8.14/docker-compose.yml +++ b/apps/nexusphp/1.8.14/docker-compose.yml @@ -12,7 +12,7 @@ services: networks: - 1panel-network ports: - - ${PANEL_APP_PORT_HTTP}:8080 + - ${PANEL_APP_PORT_HTTP}:80 env_file: - /etc/1panel/envs/global.env - ${ENV_FILE:-/etc/1panel/envs/default.env}