Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Node Support #730

Closed
yohamta opened this issue Dec 6, 2024 · 0 comments · Fixed by #731
Closed

Remote Node Support #730

yohamta opened this issue Dec 6, 2024 · 0 comments · Fixed by #731
Assignees
Labels
Milestone

Comments

@yohamta
Copy link
Collaborator

yohamta commented Dec 6, 2024

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"
@yohamta yohamta self-assigned this Dec 6, 2024
@yohamta yohamta added the soon label Dec 6, 2024
@yohamta yohamta changed the title Multi-Instance Management Support Remote Node Support Dec 6, 2024
@yohamta yohamta added this to the v1.14.9 milestone Dec 6, 2024
yohamta added a commit that referenced this issue Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant