mirror of
https://github.com/jhd3197/ServerKit.git
synced 2026-04-26 08:25:59 +03:00
[PR #3] [MERGED] Add multi-server agent system, remote terminal, and security features #10
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ServerKit#10
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/jhd3197/ServerKit/pull/3
Author: @jhd3197
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @jhd3197
Base:
main← Head:dev📝 Commits (10+)
2083c00Add info color variables to LESS styles6ec2465chore: bump version to 1.2.46 [skip ci]5139facAdd Nginx /gitea path support for Gitea and update UId38dbfdchore: bump version to 1.2.47 [skip ci]5597521Add git webhook and deployment management APIsae56fcachore: bump version to 1.2.48 [skip ci]d4b44b5Integrate firewall management into Security page775f192chore: bump version to 1.2.49 [skip ci]39aac19Add advanced security management features1152cdfchore: bump version to 1.2.50 [skip ci]📊 Changes
89 files changed (+28684 additions, -122 deletions)
View changed files
➕
.github/workflows/agent-release.yml(+463 -0)📝
ROADMAP.md(+44 -34)➕
SERVERS_INTEGRATION_PLAN.md(+1535 -0)➕
SERVER_SECURITY_PLAN.md(+330 -0)📝
VERSION(+1 -1)➕
agent/.dockerignore(+34 -0)➕
agent/Dockerfile(+81 -0)➕
agent/Makefile(+152 -0)➕
agent/README.md(+418 -0)➕
agent/agent.exe(+0 -0)➕
agent/cmd/agent/main.go(+357 -0)➕
agent/docker-compose.yml(+69 -0)➕
agent/go.mod(+42 -0)➕
agent/go.sum(+132 -0)➕
agent/internal/agent/agent.go(+928 -0)➕
agent/internal/agent/registration.go(+196 -0)➕
agent/internal/auth/auth.go(+126 -0)➕
agent/internal/config/config.go(+396 -0)➕
agent/internal/docker/client.go(+653 -0)➕
agent/internal/logger/logger.go(+77 -0)...and 69 more files
📄 Description
Summary
This release introduces the ServerKit Agent system for multi-server management, along with
remote terminal support, enhanced security features, and various UI improvements.
Multi-Server Agent System
Remote Management
Security Enhancements
Infrastructure
UI/Styling
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.