We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4462e2f commit 2f05198Copy full SHA for 2f05198
registry/coder/modules/claude-code/scripts/start.sh
@@ -111,7 +111,7 @@ function start_agentapi() {
111
echo ${BOUNDARY_ARGS[@]} > "/tmp/yevhenii-debug.log"
112
echo ${ARGS[@]} >> "/tmp/yevhenii-debug.log"
113
114
- agentapi server --type claude --term-width 67 --term-height 1190 -- \
+ agentapi server --allowed-hosts="*" --type claude --term-width 67 --term-height 1190 -- \
115
sudo -E env PATH=$PATH setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin /home/coder/go/bin/boundary "${BOUNDARY_ARGS[@]}" -- \
116
claude
117
#"${ARGS[@]}"
0 commit comments