Join the Webstudio community

Updated 5 days ago

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

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
M
1 comment
Have you managed to make any progress on this issue?
Add a reply
Sign up and join the conversation on Discord