Docker: nobbe/ignis:0.8.3
Further overhaul in structure.
Changed
- Consolidated the WebSocket connection into an exposed Ignis API that the bridge and virtual plugins use alike. (partly addresses #10)
- Refactored the bridge to load entirely virtually; it no longer installs as a plugin on disk.
- Refactored server plugin "companions" to load and be managed as virtual plugins. No longer installed into vaults on disk.
- Improved versioning, now with a single source of truth.
Added
WS_ORIGINSorigin allowlist env variable for increased security.
Fixed
- Security issue in the WebSocket message handler.
- Tables in live preview edit mode no longer appear "squished" in Firefox. (closes #17)