rockslide is a simple, personal, self-hosted Platform-as-service (PaaS) that orchestrates container images as its core abstraction for shipping software. It allows a single developer to host one or more applications on a single machine with minimal fuss, simply pushing a container image to the built-in registry is enough to launch it on a custom domain with HTTPS support (hopefully soon) through letsencrypt.
Single static binary less than 10 mb in size, with a tiny set of external dependencies (podman). No additional CLI tools needed, simply pushing to a registry is enough. Allows for optionally protecting containers with an HTTP password.
Requires podman and nix as dependencies. Also requires running on a distro that is built using systemd.