docs: Document audio support (#1844)

This commit is contained in:
Kroese
2026-07-14 02:06:45 +02:00
committed by GitHub
parent ba6d34c362
commit 988f47fb40
2 changed files with 16 additions and 2 deletions
+4 -1
View File
@@ -118,8 +118,11 @@ This page lists all the environment variables that can be used to configure the
| `WEB` | `Y` | Enables or disables the web interface. |
| `WEB_PORT` | `8006` | Port for the web interface. |
| `VNC_PORT` | `5900` | Port for the VNC server. |
| `WSS_PORT` | `5700` | WebSocket port used by QEMU/noVNC. |
| `WSS_PORT` | `5700` | WebSocket port used by noVNC. |
| `WSD_PORT` | `8004` | Internal websocketd port. |
| `AUDIO` | `N` | Streams guest audio to the web viewer. |
| `SOUND` | `intel-hda` | QEMU audio device used for browser audio. |
| `AUX_PORT` | `8003` | Internal WebSocket port used for browser audio. |
| `PROTECT` | `N` | Enables password protection for the web interface. |
## 🎈 Memory Ballooning