Plugins

← All plugins

A plugin is a GitHub repository with a goblog-plugin.json manifest, a README.md, and releases tagged vX.Y.Z with the compiled plugin.wasm attached — see the plugin contract. Paste the repository URL; it is checked right away and queued for a maintainer to approve.

Validation downloads the latest release's module, loads it in goblog's sandbox and checks that its name and version match the manifest and the release tag. Nothing is stored unless it passes.

GoBlog

Powered by goblog v0.4.0