feat: 重命名项目为Boardware Genius并添加运行时环境同步功能
- 将项目品牌从nanobot重命名为Boardware Genius,更新所有相关文档、注释和日志输出 - 在web服务器中添加运行时环境变量同步功能,支持授权和后端身份配置 - 更新create-instance脚本以生成运行时环境文件 - 添加实例后端绑定功能到部署控制服务 - 修改入口脚本以加载运行时环境变量 - 更新前端和认证门户的相关描述文本
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# nanobot-auth-portal
|
||||
# Boardware Genius Auth Portal
|
||||
|
||||
Dedicated login/register frontend for nanobot containers.
|
||||
Dedicated login/register frontend for Boardware Genius containers.
|
||||
|
||||
## Docs
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Boardware Agent Sandbox Auth Portal',
|
||||
description: 'Dedicated login and registration portal for nanobot containers.',
|
||||
description: 'Dedicated login and registration portal for Boardware Genius containers.',
|
||||
icons: {
|
||||
icon: '/boardware-logo.jpg',
|
||||
},
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 120 KiB |
Reference in New Issue
Block a user