mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #273] [MERGED] feat: enhance server configuration with Tailscale support #410
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#410
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/273
Author: @akhil-naidu
Created: 6/27/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @akhil-naidu
Base:
main← Head:feat/tailscale-integration📝 Commits (10+)
8ad8d92feat: enhance server configuration with Tailscale support and connection type selection5327d24fix: update Tailscale hostname in entrypoint script from "railway-container" to "dflow"62ece39fix: enforce required connection type for server configuration and update default value to Tailscale5a41c02Merge pull request #272 from akhil-naidu/maincc908e5refactor: enhance SSH connection types and validation for server configuration365105bfeat: implement SSH and Tailscale connection utilities with detailed validation and command execution61ff85arefactor: enhance populateDokkuVersion hook with detailed connection handling and error management4b48803feat: add support for Tailscale connection type across various actions and components7ea5236refactor: streamline SSH and Tailscale connection handling, improving command execution and error management363e8c7chore: refactored ssh.ts file📊 Changes
24 files changed (+701 additions, -271 deletions)
View changed files
📝
scripts/entrypoint.sh(+2 -2)📝
src/actions/cloud/aws/index.ts(+1 -0)📝
src/actions/cloud/index.ts(+1 -0)📝
src/actions/server/index.ts(+47 -5)📝
src/actions/server/validator.ts(+17 -13)📝
src/actions/service/index.ts(+3 -2)📝
src/actions/tailscale/index.ts(+1 -1)📝
src/actions/terminal/index.ts(+1 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/page.tsx(+8 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+9 -2)📝
src/components/servers/AttachCustomServerForm.tsx(+4 -3)📝
src/components/servers/DomainList.tsx(+2 -2)📝
src/components/servers/TailscaleForm.tsx(+58 -6)📝
src/components/servers/UpdateEC2InstanceForm.tsx(+1 -1)📝
src/components/servers/UpdateServerForm.tsx(+3 -3)📝
src/components/servers/monitoring/Monitoring.tsx(+8 -2)📝
src/components/service/DatabaseForm.tsx(+8 -1)➕
src/lib/ssh-default.ts(+145 -0)📝
src/lib/ssh.ts(+70 -174)📝
src/payload-types.ts(+86 -3)...and 4 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.