This starter lets you get started with NuxtHub Blob in seconds.
https://github.com/Flosciante/nuxt-image-gallery/assets/904724/6e2bafdf-f5a0-42cf-b1f8-1d11c6ec919f
hubBlob()bun install or your favorite package manager.bun dev or your favorite package manager.If you don’t have bun installed, run: curl -fsSL https://bun.sh/install | bash
NUXT_ADMIN_PASSWORD - A password to access the admin panel and upload images, will default to admin if not provided.NUXT_SESSION_PASSWORD - A secret key for session encryption used by nuxt-auth-utils, will be generated automatically if not provided in development mode.bun dev
Once you deployed your project, you can connect to your remote database locally running:
bun dev --remote
You can deploy this project on your Cloudflare account for free and with zero configuration using NuxtHub.
npx nuxthub deploy
It’s also possible to leverage Cloudflare Pages CI for deploying, learn more about the different options on https://hub.nuxt.com/docs/getting-started/deploy
Learn more about remote storage on https://hub.nuxt.com/docs/getting-started/remote-storage
This project is a template starter provided by NuxtHub. It’s designed to help kickstart your NuxtHub files project.
Check out the deployment documentation for more information.
Contributions are welcome! Feel free to open an issue to report a bug or submit a feature request via a pull request.
Thanks to Atinux for the contributions and advice provided.