Support

Deployment notes for the esmrx.com rebuild.

This page replaces the old contact template with the checks you actually need after switching from static HTML to PHP and TorBox playback.

Rollout Checklist

What to verify after upload

Use these as the first checks after publishing the new PHP pages.

Check

Public routing is extensionless and Apache rewrites clean URLs to PHP internally.

Check

TMDB discovery powers the home, discover, movie, and series screens.

Check

TorBox matching happens on the detail route and playback runs through the internal player route.

Check

The old `.html` files have been removed.

Recommended smoke test

Open Home, search for a known title, open its detail page, add a TorBox result, refresh, and then open the player. That confirms discovery, matching, library lookup, and playback routing.

Where to change keys later

Keep secrets in config.local.php or move them into environment variables named TMDB_BEARER_TOKEN, TMDB_API_KEY, and TORBOX_API_KEY.