Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remote Node Support #730

@yottahmd

Description

@yottahmd

Overview
Add capability to manage multiple Dagu instances from a single UI, allowing users to monitor and control DAGs across different environments or servers.

Feature Details

  • Enable configuring multiple Dagu instances (remote nodes) through admin.yaml
  • Add UI dropdown to switch between instances
  • Support proxying API requests to remote instances
  • Maintain all UI functionality across remote instances

Configuration Example

# admin.yaml
remoteNodes:
  - name: "prod"
    apiBaseUrl: "https://prod-dagu.example.com/api/v1"
  - name: "staging"
    apiBaseUrl: "https://staging-dagu.example.com/api/v1"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions