diff --git a/frontend/index.html b/frontend/index.html index a211016..29b1938 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,31 @@ - PodMan + PodMan — the teammate that sees what git can’t + + + + + + + + + + + + + + +
diff --git a/frontend/public/og.png b/frontend/public/og.png new file mode 100644 index 0000000..cc53281 Binary files /dev/null and b/frontend/public/og.png differ diff --git a/frontend/public/og.svg b/frontend/public/og.svg new file mode 100644 index 0000000..4c3d219 --- /dev/null +++ b/frontend/public/og.svg @@ -0,0 +1,16 @@ + + + + + + + + + + P + PodMan + The teammate that sees what git can’t. + Catches merge collisions before anyone pushes. + + podman.live + diff --git a/infra/Caddyfile b/infra/Caddyfile index 57cb7d1..71b58cd 100644 --- a/infra/Caddyfile +++ b/infra/Caddyfile @@ -22,3 +22,19 @@ lk.165-22-129-249.sslip.io { } } } + +podman.live, www.podman.live { + route { + handle /api/* { + reverse_proxy 127.0.0.1:8787 + } + + handle /health { + reverse_proxy 127.0.0.1:8787 + } + + root * /var/www/podman + try_files {path} /index.html + file_server + } +}