core icon indicating copy to clipboard operation
core copied to clipboard

Support different providers

Open anbraten opened this issue 1 year ago • 4 comments

In addition to cloudflare support for different providers like:

would be great.

anbraten avatar Mar 03 '24 15:03 anbraten

Vercel has it's own packages for this

marcushohlbein avatar Mar 04 '24 08:03 marcushohlbein

Indeed, so far it is quite easy to add storage for a Nuxt application using Vercel.

We could have a @nuxthub/vercel package that adds the Vercel storage dependencies in order to link the correct binding to it though, but the experience in development might need more config.

atinux avatar Mar 04 '24 08:03 atinux

In addition to cloudflare support for different providers like:

* [Vercel](https://vercel.com/)

* [Netlify](https://www.netlify.com/)

* [Lagoss](https://docs.lagoss.com)

would be great.

Maybe AWS Amplify and Azure eventually?

I don't know much about nuxthub's architecture, but is self hosting something in the realm of possibility? In a way that is worth the time? Or is it possible to intergrate with something like Coolify?

rexhent avatar Jun 25 '24 12:06 rexhent

Is that at least possible to bypass nuxthub when deploying to other providers? I came across this thread because I was testing my project deployment in multiple providers but then once adding @nuxthub/core as a plugin of my project I can't deploy on vercel or netlify anymore.

Vercel output
image

I want to add all the nuxt hub setup on my project but also be able to deploy it optimized for other providers as well. Is that possible?

LeonardoRick avatar Sep 23 '24 16:09 LeonardoRick