Skip to content

Commit 2f05198

Browse files
allowed hosts=*
1 parent 4462e2f commit 2f05198

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code/scripts

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function start_agentapi() {
111111
echo ${BOUNDARY_ARGS[@]} > "/tmp/yevhenii-debug.log"
112112
echo ${ARGS[@]} >> "/tmp/yevhenii-debug.log"
113113

114-
agentapi server --type claude --term-width 67 --term-height 1190 -- \
114+
agentapi server --allowed-hosts="*" --type claude --term-width 67 --term-height 1190 -- \
115115
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[@]}" -- \
116116
claude
117117
#"${ARGS[@]}"

0 commit comments

Comments
 (0)