by colinchartier on 2/3/23, 10:35 PM with 43 comments
by d3nj4l on 2/4/23, 2:11 AM
by colinchartier on 2/3/23, 10:35 PM
We recently finished our firecracker-based webapp hosting platform.
It's like if Vercel and Docker had a baby: You write VM configurations in a language that looks like a Dockerfile, and every commit creates a preview environment which can be "promoted" to a production site.
Here's an example configuration:
``` FROM vm/ubuntu:18.04 RUN curl -fSsL https://deb.nodesource.com/setup_12.x | sudo -E bash RUN apt-get install nodejs COPY . . RUN npm install RUN npm run build RUN BACKGROUND npm run start EXPOSE WEBSITE localhost:3000 ```
This product combines our firecracker-based hypervisor (200ms cold starts) with a global CDN written in Go (using Caddy for TLS termination)
We can offer everything for free because we charge for the DevOps side (CI/CD & preview environments) - we have no intention of getting users and then upselling people for hosting.
We're obviously very excited about this launch, and would love to hear your feedback.
by solatic on 2/4/23, 6:28 AM
If you're running in AWS (looks like it), how do I set up private networking with RDS?
by radiojasper on 2/4/23, 1:53 AM
[0] https://webapp.io/docs/main
[1] https://webapp.io/docs/examples
[2] https://webapp.io/docs/integrations
Firefox, latest version, no ad blocker enabled. After nosing around in your source a bit, it seems the redirect to https://docs.webapp.io doesn't work for me?
by sosodev on 2/4/23, 1:43 AM
by nextaccountic on 2/4/23, 8:06 AM
by langsoul-com on 2/4/23, 6:54 AM
Might wanna check their article, because you may face the same problems.
by mleonhard on 2/4/23, 8:36 AM
by nickphx on 2/4/23, 3:20 AM
by ushakov on 2/4/23, 8:55 AM
by hobo_mark on 2/4/23, 12:58 PM
- Access the authenticated user's API Grants complete read/write access to the API, including all groups and projects, the container registry, and the package registry
Why is write access necessary?
by lyeniac on 2/3/23, 10:36 PM
by NayamAmarshe on 2/4/23, 2:22 AM
by nephanth on 2/6/23, 12:03 AM