A local static server expose to the internet with cloudflared tunnel
docker run --rm -it \
-v "${PWD}:/www:ro" \
ghcr.io/flandredaisuki/dlss:nginx-spa-1.0.0
docker run --rm -it \
-v "${PWD}:/www:ro" \
ghcr.io/flandredaisuki/dlss:python3-1.0.0
docker run --rm -it \
-v "${PWD}:/www:ro" \
ghcr.io/flandredaisuki/dlss:darkhttpd-1.0.0
darkhttpd | python3 | nginx-spa | |
---|---|---|---|
directory listing | ✅ | ✅ | ❌ |
SPA supports | ❌ | ❌ | ✅ |
image size (1.0.0) | 🥇(48.4 MB) | 🥉(97.7 MB) | 🥈(85 MB) |