Add hermes-webui app (v0.51.345)#46
Merged
Merged
Conversation
Browser UI for Hermes Agent; pairs with Hermes Agent Mobile iOS app via password auth on port 8787. https://claude.ai/code/session_01Xwf5nZf6d1npMerNteodq2
There was a problem hiding this comment.
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.jsonwith 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.mddescribing 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hermes-webuiapp at port 8787 usingghcr.io/nesquena/hermes-webui:0.51.345${APP_DATA_DIR}/dataTest plan
bun testpasses (54 tests, verified locally)https://claude.ai/code/session_01Xwf5nZf6d1npMerNteodq2
Generated by Claude Code