Panel — public source drop (v0.9.0)

Self-hostable game-server control panel: controller + agent + 26 game
modules. One-line install (prebuilt release, no Go required):

  curl -fsSL https://git.pdxtechs.com/dbledeez/panel/raw/branch/main/install.sh | sudo bash

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 21:17:39 -07:00
commit a00bd620a1
2160 changed files with 300574 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Runtime data — gitignored and churns constantly
# (CA certs, agent certs, per-instance sidecar metadata, container logs, backups)
data/
# Compiled binaries (dev artifacts, not source)
agent.exe
controller.exe
panelctl.exe
*.exe
# Generated protobuf stubs — regenerated by `buf generate`
# Keep them searchable since they're committed, but deprioritize vs. source proto
# (no ignore — just noting that proto/panel/v1/*.pb.go is generated)
# Go build + test caches
*.test
*.prof
vendor/
# Git internals
.git/
# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
# Archive / backup files
*.rar
*.zip
*.7z
*.tar
*.tar.gz