12 ms·
Am I looking at the right thing? https://github.com/emdash-cms/emdash https://github.com/emdash-cms/emdash > EmDash depends on Dynamic Workers to run secure s
by Volundr 7d ago
Am I looking at the right thing?
https://github.com/emdash-cms/emdash https://github.com/emdash-cms/emdash
> EmDash depends on Dynamic Workers to run secure sandboxed plugins. Dynamic Workers are currently only available on paid accounts. Upgrade your account (starting at $5/mo) or comment out the worker_loaders block of your wrangler.jsonc configuration file to disable plugins.
Seems like a pretty poor replacement for WordPress, which will run on pretty much whatever random system happens to be within eyesight.
- keybits 7d agoIt can be deployed to a node.js server with sqlite https://docs.emdashcms.com/deployment/nodejs/ https://docs.emdashcms.com/deployment/nodejs/ Not as simple as wp, but not tied to one hosting provider.
- chuckadams 6d agoThe sandboxing requires CF workers though, as it depends on V8 isolates. Seems fair enough, but it'd be nice to see easily deployable cross-platform support someday for isolates or something similar, and not just for emdash.