Skip to content

ThornWalli/web-workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-workbench

GitHub package version license TypeScript Renovate GitHub contributors

Main Beta

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

Programm Url
Boing! https://lammpee.de/?start-command=execute+%22DF1:Boing.app%22
Clock https://lammpee.de/?start-command=execute+%22DF0:Clock.app%22
Calculator https://lammpee.de/?start-command=execute+%22DF0:Calculator.app%22
Cloud https://lammpee.de/?start-command=execute+%22DF0:Cloud.app%22
DocumentEditor https://lammpee.de/?start-command=execute+%22DF0:DocumentEditor.app%22
DocumentReader https://lammpee.de/?start-command=execute+%22DF0:DocumentReader.app%22
Say https://lammpee.de/?start-command=execute+%22DF0:Say.app%22
Guestbook https://lammpee.de/?start-command=execute+%22DF1:GuestBook.app%22
WebBasic https://lammpee.de/?start-command=execute+%22DF1:WebBasic.app%22
Web Paint https://lammpee.de/?start-command=execute+%22DF2:WebPaint.app%22
Synthesizer https://lammpee.de/?start-command=execute+%22DF3:Synthesizer.app%22
Moon City https://lammpee.de/?start-command=execute+%22DF4:Mooncity.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.