feat: add Orchestration and Messaging sections to Homer
Añadidas nuevas secciones en Homer dashboard para los servicios de orquestación y mensajería. Orchestration: - Temporal UI (puerto 3400) - Dagu (puerto 8090) - DAG scheduler nativo en WSL Messaging: - NATS Monitoring (puerto 8222) Actualizados iconos para usar favicon.ico de los servicios correspondientes.
This commit is contained in:
@@ -92,6 +92,33 @@ services:
|
||||
url: "http://localhost:3001"
|
||||
target: "_blank"
|
||||
|
||||
- name: "Orchestration"
|
||||
icon: "fas fa-code-branch"
|
||||
items:
|
||||
- name: "Temporal UI"
|
||||
logo: "http://localhost:3400/favicon.ico"
|
||||
subtitle: "Workflow Orchestration"
|
||||
tag: "orchestration"
|
||||
url: "http://localhost:3400"
|
||||
target: "_blank"
|
||||
|
||||
- name: "Dagu"
|
||||
logo: "http://localhost:8090/assets/favicon.ico"
|
||||
subtitle: "DAG Scheduler - Local Scripts"
|
||||
tag: "orchestration"
|
||||
url: "http://localhost:8090"
|
||||
target: "_blank"
|
||||
|
||||
- name: "Messaging"
|
||||
icon: "fas fa-stream"
|
||||
items:
|
||||
- name: "NATS Monitoring"
|
||||
logo: "https://nats.io/img/logos/nats-icon-color.png"
|
||||
subtitle: "JetStream Message Broker"
|
||||
tag: "messaging"
|
||||
url: "http://localhost:8222"
|
||||
target: "_blank"
|
||||
|
||||
- name: "Databases"
|
||||
icon: "fas fa-database"
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user