1
0
Fork 0

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:
pooneyy 2025-11-13 22:48:59 +08:00
parent 08e7c3af77
commit f44b240b7b
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
additionalProperties:
formFields:
- default: "8502"
envKey: REACT_FRONTEND_PORT
envKey: PANEL_APP_PORT_HTTP
labelZh: 前端端口
labelEn: Frontend Port
label:

View File

@ -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

View File

@ -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