web-workbench
August 3, 2025 ยท View on GitHub
| Instance | Url |
|---|---|
live | https://lammpee.de/ |
beta | https://beta.lammpee.de/ |
Debug
| GET-Parameter | Description | Example |
|---|---|---|
?no-boot | Disabled boot sequence. | Link |
?no-webdos | Disabled webdos sequence. | Link |
?no-cloud-storage | Disabled cloud storage. | Link |
?start-command | Initial command after boot. | Link |
?no-disk | Show floppy disk hint | Link |
Example: https://lammpee.de/?no-boot&no-webdos&start-command=execute+%22DF1:Boing.app%22
FAQ
Cross-Origin Isolation
The following Cross-Origin headers must be set for operation.
E.g., SharedArrayBuffer is required in WebPaint.
| Name | Value |
|---|---|
Cross-Origin-Opener-Policy | same-origin |
Cross-Origin-Embedder-Policy | require-corp |
These header entries are automatically set during development via server middleware and Vite server options.
For deployment on GitHub Pages or similar hosting providers where headers cannot be set, a fallback can be used: https://github.com/gzuidhof/coi-serviceworker
This can be activated via the environment variable COI_WORKER = true.