[PR #177] [CLOSED] feat: add security documentation and server management guides #377

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/177
Author: @charanm927
Created: 5/20/2025
Status: Closed

Base: mainHead: documentation


📝 Commits (1)

  • 0026420 feat: add security documentation and server management guides

📊 Changes

16 files changed (+527 additions, -86 deletions)

View changed files

📝 content-collections.ts (+24 -1)
📝 src/app/(frontend)/(dashboard)/docs/DocsSidebar.tsx (+3 -0)
📝 src/app/(frontend)/(dashboard)/docs/[categorySlug]/[slug]/page.tsx (+2 -0)
📝 src/app/(frontend)/(dashboard)/servers/page.tsx (+5 -1)
📝 src/components/servers/AttachCustomServerForm.tsx (+49 -6)
📝 src/components/servers/CreateEC2InstanceForm.tsx (+73 -9)
📝 src/components/servers/ServerForm.tsx (+8 -2)
📝 src/components/service/DockerForm.tsx (+17 -2)
src/docs/security/security-group.md (+0 -0)
src/docs/security/security.md (+64 -0)
src/docs/security/ssh-key.md (+78 -0)
src/docs/servers/add-server-aws.md (+87 -0)
📝 src/docs/servers/add-server.md (+27 -36)
📝 src/docs/servers/attach-server.md (+50 -22)
src/docs/servers/server-overview.md (+32 -0)
📝 src/docs/services/docker-service.md (+8 -7)

📄 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/177 **Author:** [@charanm927](https://github.com/charanm927) **Created:** 5/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `documentation` --- ### 📝 Commits (1) - [`0026420`](https://github.com/dflow-sh/dflow/commit/00264200be1daa396bd1cd76ead88a98334c6199) feat: add security documentation and server management guides ### 📊 Changes **16 files changed** (+527 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `content-collections.ts` (+24 -1) 📝 `src/app/(frontend)/(dashboard)/docs/DocsSidebar.tsx` (+3 -0) 📝 `src/app/(frontend)/(dashboard)/docs/[categorySlug]/[slug]/page.tsx` (+2 -0) 📝 `src/app/(frontend)/(dashboard)/servers/page.tsx` (+5 -1) 📝 `src/components/servers/AttachCustomServerForm.tsx` (+49 -6) 📝 `src/components/servers/CreateEC2InstanceForm.tsx` (+73 -9) 📝 `src/components/servers/ServerForm.tsx` (+8 -2) 📝 `src/components/service/DockerForm.tsx` (+17 -2) ➕ `src/docs/security/security-group.md` (+0 -0) ➕ `src/docs/security/security.md` (+64 -0) ➕ `src/docs/security/ssh-key.md` (+78 -0) ➕ `src/docs/servers/add-server-aws.md` (+87 -0) 📝 `src/docs/servers/add-server.md` (+27 -36) 📝 `src/docs/servers/attach-server.md` (+50 -22) ➕ `src/docs/servers/server-overview.md` (+32 -0) 📝 `src/docs/services/docker-service.md` (+8 -7) </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:38 +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#377
No description provided.