[PR #270] [MERGED] feat: Wrote api calls for tailscale integration #408

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/270
Author: @akhil-naidu
Created: 6/26/2025
Status: Merged
Merged: 6/26/2025
Merged by: @akhil-naidu

Base: mainHead: feat/tailnet-integration


📝 Commits (3)

  • ef2f311 feat: Wrote api calls for tailscale integration
  • 8fbeb5b chore: trying to fix the issue in prod with minimal updates
  • bf6c3f1 chore: fix type issues with build

📊 Changes

10 files changed (+587 additions, -174 deletions)

View changed files

📝 .env.example (+4 -0)
📝 Dockerfile (+2 -0)
📝 env.ts (+4 -0)
📝 src/actions/server/index.ts (+305 -126)
📝 src/actions/server/validator.ts (+13 -6)
src/actions/tailscale/index.ts (+116 -0)
📝 src/components/servers/TailscaleForm.tsx (+111 -31)
src/lib/axios/tailscale.ts (+7 -0)
📝 src/lib/ssh.ts (+23 -9)
📝 src/queues/environment/update.ts (+2 -2)

📄 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/270 **Author:** [@akhil-naidu](https://github.com/akhil-naidu) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@akhil-naidu](https://github.com/akhil-naidu) **Base:** `main` ← **Head:** `feat/tailnet-integration` --- ### 📝 Commits (3) - [`ef2f311`](https://github.com/dflow-sh/dflow/commit/ef2f3117518758d21a9500e18b01987f1f026826) feat: Wrote api calls for tailscale integration - [`8fbeb5b`](https://github.com/dflow-sh/dflow/commit/8fbeb5bd784f5cae4852591fbc846f27703a3fbc) chore: trying to fix the issue in prod with minimal updates - [`bf6c3f1`](https://github.com/dflow-sh/dflow/commit/bf6c3f15c13531038f4212b0ca4e3bb2f7900c9b) chore: fix type issues with build ### 📊 Changes **10 files changed** (+587 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -0) 📝 `Dockerfile` (+2 -0) 📝 `env.ts` (+4 -0) 📝 `src/actions/server/index.ts` (+305 -126) 📝 `src/actions/server/validator.ts` (+13 -6) ➕ `src/actions/tailscale/index.ts` (+116 -0) 📝 `src/components/servers/TailscaleForm.tsx` (+111 -31) ➕ `src/lib/axios/tailscale.ts` (+7 -0) 📝 `src/lib/ssh.ts` (+23 -9) 📝 `src/queues/environment/update.ts` (+2 -2) </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:49 +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#408
No description provided.