20 lines
781 B
YAML
20 lines
781 B
YAML
# Opt-in Web composition for inspecting the self-referential Cordis tools.
|
|
# Temporary Plugin code can reach every injected live capability; treat this
|
|
# deployment like shell access, not as a security boundary.
|
|
# This file is a PATCH OVERLAY over the web profile (dsh-base + dsh-web-app
|
|
# bundle layers), not a tree: `dsh web --patch` applies it as one more sibling
|
|
# patch list at the same include level, so these patches reach every bundle
|
|
# row. A patch replaces the targeted row's whole `config`.
|
|
|
|
# Pinning the port here keeps this demo off the default 3080.
|
|
- id: webserver
|
|
config:
|
|
host: 127.0.0.1
|
|
port: 3081
|
|
|
|
- insert:
|
|
- id: cordis-host-runner
|
|
name: '@deepseek-ai/dsh-cordis-host-runner'
|
|
- id: tool-cordis
|
|
name: '@deepseek-ai/dsh-tool-cordis'
|