mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-27 06:15:57 +03:00
[PR #177] [CLOSED] feat: add security documentation and server management guides #377
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#377
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/177
Author: @charanm927
Created: 5/20/2025
Status: ❌ Closed
Base:
main← Head:documentation📝 Commits (1)
0026420feat: 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.