Files
puter/extensions
Neal Shahandjelveh a23f272fd2 add sandboxing by default in god mode created workers (#2481)
* add sandboxing by default in god mode workers

* closes #2481

* Update UIWindowPublishWorker.js

* Add sandbox option to worker publish UI

Add a collapsible 'Advanced' section with a 'Sandboxed' checkbox (checked by default) to UIWindowPublishWorker. On publish the code reads the checkbox state and builds createOptions ({ sandbox: true } or { sandbox: false }) and passes it to puter.workers.create as an argument so workers can be created in sandboxed or non-sandboxed mode. Small UI styling and markup for the details/summary block included.

---------

Co-authored-by: jelveh <nj@puter.com>
2026-02-12 16:06:40 -08:00
..
2025-12-09 18:42:10 -05:00
2026-02-07 18:44:31 -08:00
2025-10-10 15:01:07 -04:00
2026-02-03 19:39:07 -05:00
2025-12-01 13:39:55 -08:00
2025-10-03 17:12:41 -04:00

Extension System Development Guide

Where to find documentation

Here

Documentation for extensions is here.

Bundled extensions

  • dev-console (extensions/dev-console/) Dev socket for running backend commands locally. Opt-in via DEVCONSOLE=1 (e.g. npm run dev). See Backend dev socket.

Not Here

Outdated documentation for extensions is here. This documentation may include some topics that are missing from the current documentation. Eventually those topics should be updated and transferred to the current documentation so that this documentation may be removed.