diff options
| author | Aiden Cline <[email protected]> | 2025-12-26 11:43:52 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-26 11:43:52 -0600 |
| commit | 505068d5a6cccc732aed76580f9bec6a5dbca507 (patch) | |
| tree | 21b0bf70c21f89f6813075d5c4901d4d6080809d /packages/web/src/content/docs/config.mdx | |
| parent | 2e10ffac6b4ffe6ff183a485d847e26641f8a1bc (diff) | |
| download | opencode-505068d5a6cccc732aed76580f9bec6a5dbca507.tar.gz opencode-505068d5a6cccc732aed76580f9bec6a5dbca507.zip | |
Revert "feat(core): optional mdns service (#6192)"
This reverts commit 26e7043718fbf5fbf08eecd04ff8ed5edd82e33e.
Diffstat (limited to 'packages/web/src/content/docs/config.mdx')
| -rw-r--r-- | packages/web/src/content/docs/config.mdx | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx index d7f803178..ebaff36bb 100644 --- a/packages/web/src/content/docs/config.mdx +++ b/packages/web/src/content/docs/config.mdx @@ -120,31 +120,6 @@ Available options: --- -### Server - -You can configure server settings for the `opencode serve` and `opencode web` commands through the `server` option. - -```json title="opencode.json" -{ - "$schema": "https://opencode.ai/config.json", - "server": { - "port": 4096, - "hostname": "0.0.0.0", - "mdns": true - } -} -``` - -Available options: - -- `port` - Port to listen on. -- `hostname` - Hostname to listen on. When `mdns` is enabled and no hostname is set, defaults to `0.0.0.0`. -- `mdns` - Enable mDNS service discovery. This allows other devices on the network to discover your OpenCode server. - -[Learn more about the server here](/docs/server). - ---- - ### Tools You can manage the tools an LLM can use through the `tools` option. |
