diff --git a/Dockerfile b/Dockerfile index 0b792c0..23edf1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=nousresearch/hermes-agent:latest +ARG BASE_IMAGE=xinmi/hermes-agent:latest FROM ${BASE_IMAGE} ARG NODE_VERSION=24.15.0 diff --git a/docker-compose.yml b/docker-compose.yml index 679ed72..9845b3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ services: - hermes-webui: + xinmi-hermes-ui: build: context: . dockerfile: Dockerfile - image: ${WEBUI_IMAGE:-hermes-web-ui-local:latest} - container_name: ${WEBUI_CONTAINER_NAME:-hermes-webui} + image: ${WEBUI_IMAGE:-xinmi-hermes-ui:latest} + container_name: ${WEBUI_CONTAINER_NAME:-xinmi-hermes-ui} ports: - "${PORT:-6060}:${PORT:-6060}" - "${PREVIEW_FRONTEND_PORT:-8651}:8651" diff --git a/package.json b/package.json index ed4c552..2c723ca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "hermes-web-ui", + "name": "xinmi-hermes-ui", "version": "0.6.8", "description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model web UI with multi-platform integration", "repository": { @@ -30,7 +30,7 @@ "typescript" ], "bin": { - "hermes-web-ui": "./bin/hermes-web-ui.mjs" + "xinmi-hermes-ui": "./bin/hermes-web-ui.mjs" }, "scripts": { "start": "vite --host --port 8648", diff --git a/packages/client/src/i18n/locales/en.ts b/packages/client/src/i18n/locales/en.ts index a80c31f..5cea116 100644 --- a/packages/client/src/i18n/locales/en.ts +++ b/packages/client/src/i18n/locales/en.ts @@ -1,7 +1,7 @@ export default { // Login login: { - title: 'Hermes Web UI', + title: '新觅 Web UI', description: 'Enter your username and password to continue.', placeholder: 'Access token', submit: 'Login', diff --git a/packages/client/src/i18n/locales/zh.ts b/packages/client/src/i18n/locales/zh.ts index 399787a..f20bc66 100644 --- a/packages/client/src/i18n/locales/zh.ts +++ b/packages/client/src/i18n/locales/zh.ts @@ -1,7 +1,7 @@ export default { // 登录 login: { - title: 'Hermes Web UI', + title: '新觅 Web UI', description: '输入用户名和密码以继续。', placeholder: '访问令牌', submit: '登录', diff --git a/packages/client/src/views/LoginView.vue b/packages/client/src/views/LoginView.vue index 9f893c4..957f01c 100644 --- a/packages/client/src/views/LoginView.vue +++ b/packages/client/src/views/LoginView.vue @@ -62,7 +62,7 @@ async function handlePasswordLogin() {
+
{{ t("login.description") }}
@@ -87,9 +87,9 @@ async function handlePasswordLogin() {hermes-web-ui clear-login-locks --restart
+ xinmi-hermes-ui clear-login-locks --restart
{{ t("login.defaultLoginResetHint") }}
- hermes-web-ui reset-default-login
+ xinmi-hermes-ui reset-default-login