Publish Content On Demand With the New Admin Panel
Toggle blog posts, plugins, and other content between draft and published — instantly, without redeploying.
Both Mulhacen Labs and Sombra Audio now have a small admin panel for managing what gets shown on the live site. Until now, flipping a blog post from draft to published meant editing a file, committing it to Git, waiting for the deploy pipeline to finish, and crossing your fingers. With the new admin, that takes one click and is live within seconds.
Visit /admin/login on either site to sign in. Once you're in, the Content page lists every item across every category — blog posts, plugins, sample packs, tools, releases, and more — with a single button to publish or unpublish each one. The change takes effect immediately and survives restarts and deploys, because overrides are stored on a persistent data volume.
This is intentionally minimal: just publish state, no editor. If you need to write or change content, you still do that the normal way through Git. The admin is for those moments when you've prepared a draft and want to publish it on demand without spinning up a deploy.
Future releases may add a richer editor for inline writing, image uploads, and editing content metadata. For now, this covers the most common need — flipping the publish switch.