Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/hermes-webui/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"utilities"
],
"description": "Hermes WebUI is a lightweight, dark-themed web interface that connects to your existing Hermes Agent gateway, sharing sessions and history with the CLI and other interfaces. It provides near-complete parity with the CLI experience via a three-panel layout with session management, chat, and workspace file browsing. Use it in any browser, or pair it with the Hermes Agent Mobile iOS app by setting a password.",
"tipi_version": 2,
"tipi_version": 3,
"version": "0.51.345",
"source": "https://github.com/nesquena/hermes-webui",
"website": "https://github.com/nesquena/hermes-webui",
Expand All @@ -21,7 +21,7 @@
"amd64"
],
"created_at": 1780963200000,
"updated_at": 1781049600000,
"updated_at": 1781136000000,
"dynamic_config": true,
"form_fields": [
{
Expand Down
1 change: 1 addition & 0 deletions apps/hermes-webui/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{ "key": "HERMES_WEBUI_PORT", "value": "8787" },
{ "key": "HERMES_WEBUI_STATE_DIR", "value": "/data" },
{ "key": "HERMES_WEBUI_CHAT_BACKEND", "value": "gateway" },
{ "key": "HERMES_WEBUI_SKIP_ONBOARDING", "value": "1" },
{ "key": "HERMES_WEBUI_GATEWAY_BASE_URL", "value": "${HERMES_WEBUI_GATEWAY_BASE_URL}" },
{ "key": "HERMES_WEBUI_PASSWORD", "value": "${HERMES_WEBUI_PASSWORD}" },
{ "key": "HERMES_WEBUI_DEFAULT_MODEL", "value": "${HERMES_WEBUI_DEFAULT_MODEL}" }
Expand Down
Loading