The community member has a project ready and wants to deploy it on their VPS (Virtual Private Server) instead of using Netlify or Vercel. They are unsure about the "vanilla hosting" process and whether they need to use Git to store the files and then deploy them on Coolify. The community member has encountered some issues with displaying images, but they were able to resolve it by deleting the assetsBaseUrl in the constants.mjs file.
In the comments, another community member suggests referring to the Webstudio documentation for self-hosting, but the original poster says there is no description for the "vanilla path". Another community member explains that the "vanilla path" means starting a Node.js server and that it should be added to the list alongside Netlify and Vercel.
The community members discuss the possibility of hosting the project on Coolify, which would provide a proxy and automatic deployment on Git changes. They agree that the site itself can be hosted on Coolify, but there may be issues with the image resizer functionality. The original poster mentions that they can deploy a Git repository on Coolify, but it is not working for them currently.
The community members suggest a step-by-step approach: first, learn how to deploy a "Hello
My Project is ready and i would like to deploy it on my vps. How does vanilla hosting work? How is the process? Do i have to use git to store the files and then deploy it on coolify?
i really have to run it on my vps instead of netlify or vercel!
How would be the ideal path to host a dynamic website on a vps?
everything works fine on the local host, i had some issiuse with displaying the images at the beginning but i deleted the assetsBaseUrl in the constants.mjs file and my images from the cms are displayed correctly.
i can deploy a git repository on coolify so my idea is to upload the project folder to git and deploy it on coolify but unfortiontly it is not working for me now.