diff --git a/TODO.md b/TODO.md index d01492f..e98598c 100644 --- a/TODO.md +++ b/TODO.md @@ -52,7 +52,8 @@ Build this to be reusable across the other noVNC-family projects (`docker-xserver-novnc`, `docker-sdr-novnc`), not dosbox-specific — it's a "browser audio + noVNC" concern, nothing - about it is really about DOSBox. Follow the `common/scripts/signals.sh` precedent: keep the - generic PulseAudio-sink/WebSocket/AudioWorklet piece project-agnostic in `common/`, then copy - it (not symlink) into each project's own `scripts/` the same way signal handling is shared, - so a fix in one place gets propagated by hand to the others. + about it is really about DOSBox. Follow the `docker-common/scripts/signals.sh` precedent + (see the `docker-common` repo): keep the generic PulseAudio-sink/WebSocket/AudioWorklet + piece project-agnostic there, then copy it (not symlink) into each project's own `scripts/` + the same way signal handling is shared, so a fix in one place gets propagated by hand to + the others.