Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add link to recommendations re path-based apps
  • Loading branch information
johnstcn committed Sep 12, 2025
commit 7a19dab81c2ae3516e167efbea51e6f397a3d89e
2 changes: 1 addition & 1 deletion registry/coder/modules/goose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ Note: The indentation in the heredoc is preserved, so you can write the YAML nat

## Troubleshooting

By default, this module is configured to run the embedded chat interface as a path-based application. In production, we recommend that you configure a [wildcard access URL](https://coder.com/docs/admin/setup#wildcard-access-url) and set `subdomain = true`.
By default, this module is configured to run the embedded chat interface as a path-based application. In production, we recommend that you configure a [wildcard access URL](https://coder.com/docs/admin/setup#wildcard-access-url) and set `subdomain = true`. See [here](https://coder.com/docs/tutorials/best-practices/security-best-practices#disable-path-based-apps) for more details.

The module will create log files in the workspace's `~/.goose-module` directory. If you run into any issues, look at them for more information.
Loading