Nginx web server with custom config and static files
cardinal blueprint install nginx
# or override resources / env at install time:
cardinal blueprint install nginx --memory 1g --cpus 2 -e KEY=value -y cardinal run -d \
--restart always \
-n nginx \
-p "8080:80/tcp,4433:443/tcp" \
-v "nginx_html:/usr/share/nginx/html,nginx_conf:/etc/nginx/conf.d" \
--memory 128m \
--cpus 0.5 \
nginx:alpine Caddy web server with auto-HTTPS, custom config and static files
caddy:alpineFileBrowser — web-based file manager with authentication
filebrowser/filebrowser:latestGhost blogging platform with persistent content
ghost:latestNode.js application with persistent code directory
node:22-alpineWordPress with persistent content and plugin data
wordpress:latestNode.js + Nginx — App behind a reverse proxy.
Nginx + PHP 8.2 + MariaDB — Classic LEMP web stack.