vault-publish
Open-source Obsidian publishing. Deploy your own instance.
Quick start
- 1.Deploy this repo to Vercel and configure DSQL + env vars
- 2.Run the migration:
POST /api/admin/migrate - 3.Create a user:
POST /api/admin/users - 4.Install the CLI and push your vault:
npx vault-publish init npx vault-publish push ./my-vault
Built with Next.js, AWS Aurora DSQL, Vercel Blob, and Tailwind CSS.