Dokploy / Dokploy/dokploy

feat: auto-validate DNS when Domains page loads

Open Beginner friendly
#5,000 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

Summary

On the Domains tab (application/compose), users currently have to manually click Validate DNS every time they open the page to see whether domains resolve correctly.

Proposed behavior

When the Domains page loads and domains are available, automatically run DNS validation for each domain (same as clicking Validate DNS). Keep the badge/button so users can still re-validate manually.

Why

DNS status is useful context whenever reviewing domains. Requiring a click every visit adds friction for a check that is safe and idempotent.

Scope

Frontend-only change in ShowDomains — reuse the existing domain.validateDomain mutation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the ShowDomains frontend component and trace the existing Validate DNS action to the domain.validateDomain mutation. Reuse that behavior when the page loads with available domains, while keeping the existing badge or button for manual re-validation. Done means DNS status appears automatically on page load without removing manual validation.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.