mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #328] [MERGED] Chore/remove letsencrypt setup #432
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#432
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:chore/remove-letsencrypt-setup📝 Commits (4)
21bd3e3feat: enhance letsencrypt plugin configuration and onboarding steps509148bfeat: improve onboarding step 4 with conditional redirection logice631765feat: enhance domain management and onboarding logic6b24c20feat: 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.