● PUBLIC HOST · NO AUTH

pages.danosito.com

▣ static pages · drop a folder · serve a slug

▣ published // 1 live

▣ how it works

Each page is a slug folder containing an index.html. Drop the folder, it's live.

scp -r my-page/ serv:/opt/pages/html/

→ live at https://pages.danosito.com/my-page/

Assets (css, js, images) sit alongside index.html and are served at /my-page/asset.ext.

Single-file pages? Make a one-file folder:

mkdir /opt/pages/html/quick && cp foo.html /opt/pages/html/quick/index.html

▣ runtime

HOST
pages.danosito.com
NOW (UTC)
2026-05-16 19:02:43
SERVED BY
caddy:2-alpine · container pages-static
ROOT
/opt/pages/html/ (host) → /srv (container, ro)
UPSTREAM
pages.danosito.com → main caddy → pages-static:80