Skip to content

dsh-fal-image-gen 0.6.1

Choose a tag to compare

@GooDAnDReaDY GooDAnDReaDY released this 20 Aug 16:34
· 4 commits to main since this release

Settings now work when the Web UI is opened at a LAN address rather than localhost.

The harness turns its settings service off on any page that is not loopback: the settings document is never read, every namespace reports unavailable, and saving silently does nothing. That is a decision made in the browser — the server serves settings over the network perfectly well.

@goodandready/dsh-lanmode stands the same machinery up over the same calls. This release makes the card use it when it is installed, and the core service otherwise — which stays correct on a loopback page.

dsh plugin --profile web add @goodandready/dsh-lanmode

Nothing else changed.