Join the Webstudio community

Home
Members
Michael Brown
M
Michael Brown
Offline, last seen last week
Joined February 27, 2025
As anyone compared this to Wappler?
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.
7 comments
M
p
M
B
the dev login isn't working I have changed the .env.production but I still get "User not found"
1 comment
B
Could something like web.in.com I already have many domains like this by using a local dns server to point the urls. And then for proxy I us Caddy which handle SSL/https.
3 comments
P
M
O
Can someone help with self hosting issue. I almost have it working it's running but the url isn't working. I would also like to change it.