Add Blox run target for the ACP server (#11423)

This commit is contained in:
Alex Hancock
2026-08-24 19:00:32 +00:00
committed by GitHub
parent 2dbec3bf64
commit 4db9e21b98
+6
View File
@@ -0,0 +1,6 @@
# The ACP endpoint binds 0.0.0.0, so it requires a secret key; a random one is
# generated and printed per launch unless GOOSE_SERVER__SECRET_KEY is set.
run:
- name: ACP Server
command: 'export GOOSE_SERVER__SECRET_KEY="${GOOSE_SERVER__SECRET_KEY:-$(openssl rand -hex 32)}"; echo "ACP secret key: $GOOSE_SERVER__SECRET_KEY"; exec goose serve --platform desktop --host 0.0.0.0 --port 3284'
port: 3284