// SAMPLE APP

HELLO, EARTH

HELLO FROM VOIDLAUNCH!

You just deployed a sample app via voidlaunch sample-deploy. This page is served from a Docker container behind Caddy on your base domain.

> APPRUNNING
> HTTPSACTIVE
> CADDYREVERSE PROXY
> DOCKERREADY

WHAT NOW?

  1. Edit app.py and Dockerfile for your real app.
  2. Run voidlaunch update sample to redeploy.
  3. Or remove this app: voidlaunch remove sample.

HOW IT WORKS

voidlaunch built your image locally, pushed it to this VPS over SFTP, started a container bound to a host port, and asked Caddy to reverse proxy this app to it. TLS is automatic.

Source: github.com/rodrigofsacht/voidlaunch