✨ feat(open-notebook): add AI tag and update port environment variable
- add AI tag to application metadata for better categorization - update frontend port environment variable from REACT_FRONTEND_PORT to PANEL_APP_PORT_HTTP for consistency
This commit is contained in:
parent
08e7c3af77
commit
f44b240b7b
|
|
@ -1,7 +1,7 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8502"
|
||||
envKey: REACT_FRONTEND_PORT
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: 前端端口
|
||||
labelEn: Frontend Port
|
||||
label:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ services:
|
|||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${REACT_FRONTEND_PORT}:8502
|
||||
- ${PANEL_APP_PORT_HTTP}:8502
|
||||
- ${REST_API_BACKEND_PORT}:5055
|
||||
# env_file:
|
||||
# - ./.docker.env
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
name: Open Notebook
|
||||
tags:
|
||||
- AI
|
||||
- 实用工具
|
||||
title: 一个开源的、注重隐私的 Google Notebook LM 替代方案
|
||||
description:
|
||||
|
|
@ -9,6 +10,7 @@ additionalProperties:
|
|||
key: open-notebook
|
||||
name: Open Notebook
|
||||
tags:
|
||||
- AI
|
||||
- Tool
|
||||
shortDescZh: 一个开源的、注重隐私的 Google Notebook LM 替代方案
|
||||
shortDescEn: An open source, privacy-focused alternative to Google's Notebook LM
|
||||
|
|
|
|||
Loading…
Reference in New Issue