Join the Webstudio community

Updated last month

Is it possible to self host without using vscode or dev containers?

At a glance
So far this what I have done. I started a vm running. Keep mind this just a summary if I need to add logs or more details I can.

  • start vm via proxmox the os: ubuntu 24
  • installed git, docker, docker-compose
  • gave user permission to use docker
  • clone the the Webstudio repository (I will fork later once everything is working)
  • cd to .devcontainer then ran the command dock-compose up --build
  • then connected to container to run the postinstall script
  • then finally went to / workspaces/webstudio/ and ran the command pnpm dev
But the url doesn't work also can I use a different url. How is this url supposed work without changing any hosts file. I would really like to use on of my internal urls.
Attachment
change_url.PNG
1
M
p
B
7 comments
Have you managed to make any progress on this issue?
Im also having the same issue. Alternatively I used dev-container cli version to build webstudio.
It is broken for now and @Webstudio Team has to fix it up.
Do you have any specific reason to use local builder or just playing with it?
I think a guide needs to be added to the docs for people running webstudio locally without vscode
My Internet speed is a booze right here. Just wanted to explore Web Studio locally
Add a reply
Sign up and join the conversation on Discord