[PR #328] [MERGED] Chore/remove letsencrypt setup #432

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/328
Author: @pavanbhaskardev
Created: 7/9/2025
Status: Merged
Merged: 7/9/2025
Merged by: @pavanbhaskardev

Base: mainHead: chore/remove-letsencrypt-setup


📝 Commits (4)

  • 21bd3e3 feat: enhance letsencrypt plugin configuration and onboarding steps
  • 509148b feat: improve onboarding step 4 with conditional redirection logic
  • e631765 feat: enhance domain management and onboarding logic
  • 6b24c20 feat: enhance domain management with server details and conditional logic

📊 Changes

19 files changed (+302 additions, -167 deletions)

View changed files

📝 src/actions/plugin/index.ts (+3 -1)
📝 src/actions/plugin/validator.ts (+6 -3)
📝 src/actions/service/index.ts (+4 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx (+2 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+3 -1)
📝 src/components/onboarding/dokkuInstallation/DokkuInstallationStepContext.tsx (+11 -1)
📝 src/components/onboarding/dokkuInstallation/Step3.tsx (+43 -2)
📝 src/components/onboarding/dokkuInstallation/Step4.tsx (+40 -5)
src/components/onboarding/dokkuInstallation/Step5.tsx (+0 -78)
📝 src/components/servers/DomainForm.tsx (+9 -5)
📝 src/components/servers/DomainList.tsx (+22 -13)
📝 src/components/servers/PluginConfigurationForm.tsx (+11 -4)
📝 src/components/servers/onboarding/ConfigureDefaultDomain.tsx (+28 -8)
📝 src/components/servers/onboarding/DokkuInstallation.tsx (+9 -14)
📝 src/components/servers/onboarding/ServerOnboardingLayout.tsx (+5 -3)
📝 src/components/service/DomainForm.tsx (+2 -2)
📝 src/components/service/DomainList.tsx (+69 -25)
📝 src/components/service/DomainsTab.tsx (+6 -2)
📝 src/queues/domain/manage.ts (+29 -0)

📄 Description

No description provided


🔄 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/328 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `chore/remove-letsencrypt-setup` --- ### 📝 Commits (4) - [`21bd3e3`](https://github.com/dflow-sh/dflow/commit/21bd3e3e79bc7faaff628e294268c9a01707c5e6) feat: enhance letsencrypt plugin configuration and onboarding steps - [`509148b`](https://github.com/dflow-sh/dflow/commit/509148baaf4c71650e4b3dfd6b72c740c2a2e97b) feat: improve onboarding step 4 with conditional redirection logic - [`e631765`](https://github.com/dflow-sh/dflow/commit/e631765265b8528bc3d9738fb97a78540373dfd1) feat: enhance domain management and onboarding logic - [`6b24c20`](https://github.com/dflow-sh/dflow/commit/6b24c20105c48a0b607d1160a16bd2b217dc093a) feat: enhance domain management with server details and conditional logic ### 📊 Changes **19 files changed** (+302 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/plugin/index.ts` (+3 -1) 📝 `src/actions/plugin/validator.ts` (+6 -3) 📝 `src/actions/service/index.ts` (+4 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx` (+2 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+3 -1) 📝 `src/components/onboarding/dokkuInstallation/DokkuInstallationStepContext.tsx` (+11 -1) 📝 `src/components/onboarding/dokkuInstallation/Step3.tsx` (+43 -2) 📝 `src/components/onboarding/dokkuInstallation/Step4.tsx` (+40 -5) ➖ `src/components/onboarding/dokkuInstallation/Step5.tsx` (+0 -78) 📝 `src/components/servers/DomainForm.tsx` (+9 -5) 📝 `src/components/servers/DomainList.tsx` (+22 -13) 📝 `src/components/servers/PluginConfigurationForm.tsx` (+11 -4) 📝 `src/components/servers/onboarding/ConfigureDefaultDomain.tsx` (+28 -8) 📝 `src/components/servers/onboarding/DokkuInstallation.tsx` (+9 -14) 📝 `src/components/servers/onboarding/ServerOnboardingLayout.tsx` (+5 -3) 📝 `src/components/service/DomainForm.tsx` (+2 -2) 📝 `src/components/service/DomainList.tsx` (+69 -25) 📝 `src/components/service/DomainsTab.tsx` (+6 -2) 📝 `src/queues/domain/manage.ts` (+29 -0) </details> ### 📄 Description _No description provided_ --- <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#432
No description provided.