Skip to content

Add hermes-webui app (v0.51.345)#46

Merged
cori merged 1 commit into
mainfrom
claude/hermes-webui-app-store-j2rczl
Jun 9, 2026
Merged

Add hermes-webui app (v0.51.345)#46
cori merged 1 commit into
mainfrom
claude/hermes-webui-app-store-j2rczl

Conversation

@cori

@cori cori commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds hermes-webui app at port 8787 using ghcr.io/nesquena/hermes-webui:0.51.345
  • Exposes two form fields: Password (for iOS app pairing) and Default Model (optional override)
  • State/sessions persisted to ${APP_DATA_DIR}/data
  • Supports arm64 and amd64

Test plan

  • bun test passes (54 tests, verified locally)
  • Install via Runtipi and confirm UI loads on port 8787
  • Set a password and confirm Hermes Agent Mobile (iOS) can connect

https://claude.ai/code/session_01Xwf5nZf6d1npMerNteodq2


Generated by Claude Code

Browser UI for Hermes Agent; pairs with Hermes Agent Mobile iOS app via password auth on port 8787.

https://claude.ai/code/session_01Xwf5nZf6d1npMerNteodq2
@cori cori marked this pull request as ready for review June 9, 2026 22:21
@cori cori requested a review from Copilot June 9, 2026 22:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Runtipi dynamic-config app definition for Hermes WebUI, packaging the ghcr.io/nesquena/hermes-webui:0.51.345 container with persisted state and two user-configurable settings.

Changes:

  • Introduces apps/hermes-webui/config.json with app metadata, port (8787), supported architectures, and form fields for Password + Default Model.
  • Adds apps/hermes-webui/docker-compose.json (schemaVersion 2) to run the pinned image and persist state to ${APP_DATA_DIR}/data.
  • Adds end-user documentation in apps/hermes-webui/metadata/description.md describing features and configuration.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
apps/hermes-webui/metadata/description.md Documents Hermes WebUI features, configuration fields, and iOS pairing usage.
apps/hermes-webui/docker-compose.json Defines the Runtipi v2 service, env wiring for form fields, and a persistent /data volume.
apps/hermes-webui/config.json Registers the app in the store with metadata, port, architectures, and dynamic form fields.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cori cori merged commit acd6bdd into main Jun 9, 2026
3 checks passed
@cori cori deleted the claude/hermes-webui-app-store-j2rczl branch June 9, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants