mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #497] [MERGED] Feat nginx configuration #499
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#499
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/497
Author: @pavanbhaskardev
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/18/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-nginx-configuration📝 Commits (6)
bfb9967chore: added proxy tab with nginx parameters update supporta586910chore: add docs for nginx proxy parameters configurationb6cf4a2chore: shifted service tabs to individual pages6cd1d2cchore: add loading.tsx to all pages in service details page38f0e06chore: add service page restrictione2a2d13chore: removed tailscale connection log📊 Changes
36 files changed (+1370 additions, -294 deletions)
View changed files
📝
content-collections.ts(+51 -20)📝
package.json(+2 -0)📝
pnpm-lock.yaml(+353 -4)📝
src/actions/pages/service/index.ts(+32 -0)📝
src/actions/service/index.ts(+66 -0)📝
src/actions/service/validator.ts(+39 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/backups/page.tsx(+44 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/deployments/page.tsx(+37 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/domains/page.tsx(+45 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/environment/page.tsx(+26 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/layout.client.tsx(+31 -43)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/loading.tsx(+12 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/logs/page.tsx(+28 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/page.tsx(+8 -128)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/proxy/page.tsx(+33 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/scaling/page.tsx(+38 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/settings/page.tsx(+28 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/volumes/page.tsx(+26 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/DocsSidebar.tsx(+1 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/[slug]/page.tsx(+1 -3)...and 16 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.