[PR #297] [MERGED] Feat treafik proxy #421

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/297
Author: @pavanbhaskardev
Created: 7/3/2025
Status: Merged
Merged: 7/3/2025
Merged by: @pavanbhaskardev

Base: mainHead: feat-treafik-proxy


📝 Commits (4)

  • 26f1c17 chore: added TraefikConfiguration tab in domains
  • 2200fc8 feat: added traefik configuration creation
  • f18f645 chore: commented the traefik configuration in service-domains tab
  • 7242746 chore: removed yaml configuration from payload-collection

📊 Changes

24 files changed (+427 additions, -397 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 env.ts (+2 -0)
📝 src/actions/server/index.ts (+0 -43)
📝 src/actions/server/validator.ts (+0 -4)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx (+2 -2)
📝 src/app/(payload)/payload-admin/importMap.js (+0 -2)
src/components/ServerHostConnectionCheck.tsx (+0 -31)
📝 src/components/servers/DomainList.tsx (+5 -3)
📝 src/components/servers/onboarding/ConfigureDefaultDomain.tsx (+6 -2)
src/components/service/DomainsTab.tsx (+34 -0)
src/components/service/TraefikConfiguration.tsx (+19 -0)
src/lib/axios/traefik.ts (+14 -0)
src/lib/tailscale/ssh.ts (+0 -147)
📝 src/payload-types.ts (+47 -0)
📝 src/payload.config.ts (+2 -0)
📝 src/payload/collections/Servers/index.ts (+0 -5)
src/payload/collections/Services/hooks/handleTraefikConfiguration.ts (+77 -0)
📝 src/payload/collections/Services/index.ts (+18 -1)
src/payload/collections/Traefik/index.ts (+31 -0)
📝 src/queues/app/buildpacks-deployment.ts (+55 -52)

...and 4 more files

📄 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/297 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-treafik-proxy` --- ### 📝 Commits (4) - [`26f1c17`](https://github.com/dflow-sh/dflow/commit/26f1c17900a7fb53b31f226ba254c4ac6813e30c) chore: added TraefikConfiguration tab in domains - [`2200fc8`](https://github.com/dflow-sh/dflow/commit/2200fc8561473116b53d0a877992c4df76971638) feat: added traefik configuration creation - [`f18f645`](https://github.com/dflow-sh/dflow/commit/f18f645457288846e63887d21cc73643fd445182) chore: commented the traefik configuration in service-domains tab - [`7242746`](https://github.com/dflow-sh/dflow/commit/7242746c2c3967093e77766741da6bd163ca7fb1) chore: removed yaml configuration from payload-collection ### 📊 Changes **24 files changed** (+427 additions, -397 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `env.ts` (+2 -0) 📝 `src/actions/server/index.ts` (+0 -43) 📝 `src/actions/server/validator.ts` (+0 -4) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx` (+2 -2) 📝 `src/app/(payload)/payload-admin/importMap.js` (+0 -2) ➖ `src/components/ServerHostConnectionCheck.tsx` (+0 -31) 📝 `src/components/servers/DomainList.tsx` (+5 -3) 📝 `src/components/servers/onboarding/ConfigureDefaultDomain.tsx` (+6 -2) ➕ `src/components/service/DomainsTab.tsx` (+34 -0) ➕ `src/components/service/TraefikConfiguration.tsx` (+19 -0) ➕ `src/lib/axios/traefik.ts` (+14 -0) ➖ `src/lib/tailscale/ssh.ts` (+0 -147) 📝 `src/payload-types.ts` (+47 -0) 📝 `src/payload.config.ts` (+2 -0) 📝 `src/payload/collections/Servers/index.ts` (+0 -5) ➕ `src/payload/collections/Services/hooks/handleTraefikConfiguration.ts` (+77 -0) 📝 `src/payload/collections/Services/index.ts` (+18 -1) ➕ `src/payload/collections/Traefik/index.ts` (+31 -0) 📝 `src/queues/app/buildpacks-deployment.ts` (+55 -52) _...and 4 more files_ </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:52 +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#421
No description provided.