Swap the generic Open WebUI frontend for the purpose-built hermes-webui (nesquena) with full CLI parity: - 3-panel layout: sessions, chat, workspace file browser - Native session, cron, skills, memory, profile management - Themes (dark/light/slate/solarized/monokai/nord/oled) - Mobile responsive - Sidecar container sharing the hermes-agent PVC - Exposed via Tailscale on port 8787 (plain HTTP) Access: http://hermes-webui.tail14a963.ts.net:8787
11 lines
274 B
YAML
11 lines
274 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
- hermes-secret.yaml
|
|
- configmap.yaml
|
|
- rays-hermes-secret.yaml
|
|
- rays-deployment.yaml
|
|
- api-server-configmap.yaml
|
|
- hermes-webui-service.yaml
|
|
- hermes-service.yaml
|