mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #318] [MERGED] feat: add global build directory configuration for Dokku applications #428
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#428
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/318
Author: @manikanta9176
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @manikanta9176
Base:
main← Head:feat/global-build-path📝 Commits (1)
ead366bfeat: add global build directory configuration for Dokku applications📊 Changes
7 files changed (+290 additions, -0 deletions)
View changed files
📝
src/actions/server/index.ts(+37 -0)📝
src/actions/server/validator.ts(+5 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx(+2 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+25 -0)➕
src/components/servers/GlobalBuildDirForm.tsx(+205 -0)📝
src/payload-types.ts(+5 -0)📝
src/payload/collections/Servers/index.ts(+11 -0)📄 Description
globalBuildPathto define the default build directory for all Dokku applications on the server.configureGlobalBuildDirActionto handle updates to the global build directory.GlobalBuildDirFormcomponent for user input and management of the global build directory setting.configureGlobalBuildDirSchema.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.