Domains and authentication
The public hostname and dashboard authentication solve different problems. A custom domain gives the site a memorable address. Authentication protects who can open the admin dashboard.
Add or inspect a custom domain
Section titled “Add or inspect a custom domain”From the connected clone, run:
yarn manage domainFollow the prompts for the exact saved instance and hostname. The command checks the relationship between the Worker, Cloudflare zone, and desired route. If Cloudflare still needs DNS or certificate time, wait and run the command again rather than creating unrelated records by guesswork.
Afterward, open the public site, RSS feed, JSON feed, and dashboard at the new hostname.
Built-in login
Section titled “Built-in login”Built-in login stores an administrator email and password verifier in the microfeed database. Always include an action:
yarn manage auth setupyarn manage auth reset-passwordyarn manage auth change-emailyarn manage auth change-pathyarn manage auth disableRunning yarn manage auth by itself only prints help. Password creation and
reset use a private browser page; do not paste the password or private URL into
the terminal or a conversation.
Optional Cloudflare Access
Section titled “Optional Cloudflare Access”Cloudflare Access can add an outer identity layer in front of the dashboard:
yarn manage accessThe dashboard can have built-in login, Access, or both. When both are enabled, sign-out clears the built-in session and routes through the Cloudflare Access logout flow.
Verify with yarn manage status, then test sign-in and sign-out in a private
browser window.

