[PR #332] [MERGED] feat: add proxy domain support and enhance DNS configuration handling #433

Closed
opened 2026-03-03 11:29:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/332
Author: @manikanta9176
Created: 7/10/2025
Status: Merged
Merged: 7/10/2025
Merged by: @manikanta9176

Base: mainHead: fix/custom-global-domain


📝 Commits (1)

  • 0ac2a24 feat: add proxy domain support and enhance DNS configuration handling

📊 Changes

4 files changed (+482 additions, -236 deletions)

View changed files

📝 .env.example (+6 -0)
📝 env.ts (+2 -0)
📝 src/components/servers/DomainList.tsx (+232 -92)
📝 src/components/service/DomainList.tsx (+242 -144)

📄 Description

  • Introduced new environment variables for proxy domain configuration in .env.example.
  • Updated env.ts to include optional proxy domain properties.
  • Enhanced DomainList and DomainItem components to check for proxy domain existence and adjust DNS configuration checks accordingly.
  • Improved user feedback with toast notifications for DNS verification and syncing actions.
  • Refactored StatusBadge component to better represent DNS verification states.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/332 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `fix/custom-global-domain` --- ### 📝 Commits (1) - [`0ac2a24`](https://github.com/dflow-sh/dflow/commit/0ac2a24c1732b358fab880f6302d0227520667bf) feat: add proxy domain support and enhance DNS configuration handling ### 📊 Changes **4 files changed** (+482 additions, -236 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+6 -0) 📝 `env.ts` (+2 -0) 📝 `src/components/servers/DomainList.tsx` (+232 -92) 📝 `src/components/service/DomainList.tsx` (+242 -144) </details> ### 📄 Description - Introduced new environment variables for proxy domain configuration in .env.example. - Updated env.ts to include optional proxy domain properties. - Enhanced DomainList and DomainItem components to check for proxy domain existence and adjust DNS configuration checks accordingly. - Improved user feedback with toast notifications for DNS verification and syncing actions. - Refactored StatusBadge component to better represent DNS verification states. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#433
No description provided.