Files
panel/buf.gen.yaml
T
dbledeez a00bd620a1 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>
2026-07-14 21:17:39 -07:00

16 lines
533 B
YAML

version: v2
# Using remote plugins from the Buf Schema Registry because Windows Smart App
# Control blocks locally-built codegen binaries (protoc-gen-go from `go install`
# is unsigned and has no reputation score). Remote plugins run on BSR, so no
# local binary execution is required.
plugins:
- remote: buf.build/protocolbuffers/go:v1.36.11
out: proto
opt:
- paths=source_relative
- remote: buf.build/grpc/go:v1.6.0
out: proto
opt:
- paths=source_relative
- require_unimplemented_servers=true