Logseq Self-hosted Images Monorepo
April 28, 2026 ยท View on GitHub
This repository publishes three self-hosted images from one codebase:
ghcr.io/<owner>/logseq-selfhost-sync(Logseqdeps/db-syncnode adapter)ghcr.io/<owner>/logseq-selfhost-publish(Logseqdeps/publishworker through Wrangler local runtime)ghcr.io/<owner>/logseq-selfhost-web(Logseq DB web app static bundle)
Layout
images/sync: sync image Docker/build/deploy/smoke filesimages/publish: publish image Docker/build/deploy/smoke filesimages/web: web image Docker/build/deploy/smoke files.github/workflows: reusable build/bump workflows and thin wrappersmise.toml: shared pinned toolchain for image builds
Documentation
Upstream
- Logseq repository
- Custom sync server URL support: logseq/logseq#12459
- Publish server URL support is required in the Logseq client to point at
logseq-selfhost-publish - DB web branch currently tracked:
master
License
This repository is licensed under AGPL-3.0-or-later (see LICENSE).