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: additionalProperties:
formFields: formFields:
- default: "8502" - default: "8502"
envKey: REACT_FRONTEND_PORT envKey: PANEL_APP_PORT_HTTP
labelZh: 前端端口 labelZh: 前端端口
labelEn: Frontend Port labelEn: Frontend Port
label: label:

View File

@ -6,7 +6,7 @@ services:
networks: networks:
- 1panel-network - 1panel-network
ports: ports:
- ${REACT_FRONTEND_PORT}:8502 - ${PANEL_APP_PORT_HTTP}:8502
- ${REST_API_BACKEND_PORT}:5055 - ${REST_API_BACKEND_PORT}:5055
# env_file: # env_file:
# - ./.docker.env # - ./.docker.env

View File

@ -1,5 +1,6 @@
name: Open Notebook name: Open Notebook
tags: tags:
- AI
- 实用工具 - 实用工具
title: 一个开源的、注重隐私的 Google Notebook LM 替代方案 title: 一个开源的、注重隐私的 Google Notebook LM 替代方案
description: description:
@ -9,6 +10,7 @@ additionalProperties:
key: open-notebook key: open-notebook
name: Open Notebook name: Open Notebook
tags: tags:
- AI
- Tool - Tool
shortDescZh: 一个开源的、注重隐私的 Google Notebook LM 替代方案 shortDescZh: 一个开源的、注重隐私的 Google Notebook LM 替代方案
shortDescEn: An open source, privacy-focused alternative to Google's Notebook LM shortDescEn: An open source, privacy-focused alternative to Google's Notebook LM