mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #297] [MERGED] Feat treafik proxy #421
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#421
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/297
Author: @pavanbhaskardev
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-treafik-proxy📝 Commits (4)
26f1c17chore: added TraefikConfiguration tab in domains2200fc8feat: added traefik configuration creationf18f645chore: commented the traefik configuration in service-domains tab7242746chore: 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.