Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tm4rtin17
/
ControlRoom
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
v0.2 — Kubernetes management tab + fat-privileged container + CI repair
- #1
#1
Merged
tm4rtin17
merged 25 commits into
main
tm4rtin17/ControlRoom:main
from
v0.2
tm4rtin17/ControlRoom:v0.2
Copy head branch name to clipboard
May 9, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
v0.2 — Kubernetes management tab + fat-privileged container + CI repair
#1
tm4rtin17
merged 25 commits into
main
tm4rtin17/ControlRoom:main
from
v0.2
tm4rtin17/ControlRoom:v0.2
Copy head branch name to clipboard
Commits
Commits on May 8, 2026
logs: docker-logs fallback + clean 503 + Tailscale banner fix
Show description for 638fbdb
tm4rtin17
committed
638fbdb
View commit details
Copy full SHA for 638fbdb
Browse repository at this point
gitignore: ignore .claude/ and stray *.crt files
Show description for 8627e08
tm4rtin17
committed
8627e08
View commit details
Copy full SHA for 8627e08
Browse repository at this point
nav: hide Services / Containers tabs when backend lacks the capability
Show description for 395b640
tm4rtin17
committed
395b640
View commit details
Copy full SHA for 395b640
Browse repository at this point
docker: initialize slice/map fields so JSON encodes [] / {} not null
Show description for 74dd538
tm4rtin17
committed
74dd538
View commit details
Copy full SHA for 74dd538
Browse repository at this point
k8s: Phase A read-only Kubernetes tab + in-cluster deployment
Show description for 9e2d3fe
tm4rtin17
committed
9e2d3fe
View commit details
Copy full SHA for 9e2d3fe
Browse repository at this point
k8s: Phase B detail drawers + pod log streaming
Show description for dff99cc
tm4rtin17
committed
dff99cc
View commit details
Copy full SHA for dff99cc
Browse repository at this point
Commits on May 9, 2026
deploy: wire kubeconfig into docker-compose so K8s tab works
Show description for 246a6c7
tm4rtin17
committed
246a6c7
View commit details
Copy full SHA for 246a6c7
Browse repository at this point
deploy: fat-privileged container — host shell, journal, services, apt, network
Show description for f52c126
tm4rtin17
committed
f52c126
View commit details
Copy full SHA for f52c126
Browse repository at this point
terminal: spawn /bin/login (PAM auth) instead of root shell by default
Show description for 2d353e7
tm4rtin17
committed
2d353e7
View commit details
Copy full SHA for 2d353e7
Browse repository at this point
terminal: use bash+su instead of login(1) for the host-credentials prompt
Show description for f0ca1f7
tm4rtin17
committed
f0ca1f7
View commit details
Copy full SHA for f0ca1f7
Browse repository at this point
terminal: drop to nobody before su so PAM actually authenticates
Show description for aca5187
tm4rtin17
committed
aca5187
View commit details
Copy full SHA for aca5187
Browse repository at this point
network: initialize slice fields so JSON encodes [] / {} not null
Show description for 83deeaa
tm4rtin17
committed
83deeaa
View commit details
Copy full SHA for 83deeaa
Browse repository at this point
docs: refresh README + INSTALL + SECURITY for v0.2; add CONFIG.md
Show description for f58ccf3
tm4rtin17
committed
f58ccf3
View commit details
Copy full SHA for f58ccf3
Browse repository at this point
k8s: Phase C lifecycle actions — restart, scale, delete pod, cordon
Show description for 7755b9a
tm4rtin17
committed
7755b9a
View commit details
Copy full SHA for 7755b9a
Browse repository at this point
k8s: Phase D1 — pod exec via SPDY → WebSocket bridge
Show description for 4ffa357
tm4rtin17
committed
4ffa357
View commit details
Copy full SHA for 4ffa357
Browse repository at this point
k8s: Phase D2 — ConfigMap viewer + editor
Show description for 33d3b0c
tm4rtin17
committed
33d3b0c
View commit details
Copy full SHA for 33d3b0c
Browse repository at this point
ci: fix workflow drift — Go from go.mod, correct embed path, v* trigger
Show description for f7917ac
tm4rtin17
committed
f7917ac
View commit details
Copy full SHA for f7917ac
Browse repository at this point
ci: fix invalid YAML in 'inspect image size' step
Show description for 8ad0356
tm4rtin17
committed
8ad0356
View commit details
Copy full SHA for 8ad0356
Browse repository at this point
ci: track package-lock.json + bump golangci-lint to v2.5.0
Show description for 675dbb9
tm4rtin17
committed
675dbb9
View commit details
Copy full SHA for 675dbb9
Browse repository at this point
ci: add .golangci.yml + fix the two real lint findings
Show description for 0673ce8
tm4rtin17
committed
0673ce8
View commit details
Copy full SHA for 0673ce8
Browse repository at this point
ci: align Dockerfile COPY with vite outDir (web/dist, not internal/web/dist)
Show description for c8fb01c
tm4rtin17
committed
c8fb01c
View commit details
Copy full SHA for c8fb01c
Browse repository at this point
k8s: Phase D3 — read-only Secret viewer (masked + per-read audit)
Show description for 8bb8564
tm4rtin17
committed
8bb8564
View commit details
Copy full SHA for 8bb8564
Browse repository at this point
k8s: Phase D4 — Monaco YAML editor (Get + Update with dry-run)
Show description for 72b454d
tm4rtin17
committed
72b454d
View commit details
Copy full SHA for 72b454d
Browse repository at this point
deploy: declare controlroom-data volume as external
Show description for a4187c8
tm4rtin17
committed
a4187c8
View commit details
Copy full SHA for a4187c8
Browse repository at this point
docs: changelog + D3/D4 + volume-external for v0.2 release
Show description for c49b84e
tm4rtin17
committed
c49b84e
View commit details
Copy full SHA for c49b84e
Browse repository at this point
You can’t perform that action at this time.