domain-mask
Installation
SKILL.md
domain-mask
Mask a URL behind a custom domain for demos and recordings. Opens an
HTTPS reverse proxy so the browser address bar shows a clean domain
(e.g., wknd.adventures) while content is served from the real URL
(e.g., https://main--mysite--org.aem.page). Trusted certificate via
mkcert — no browser warnings.
Prerequisites
- Node 22+
- mkcert (
brew install mkcert && mkcert -install) - sudo access (for port 443 and /etc/hosts)