The back of house. A single authenticated page of cards, one per administrative capability — health, visitors, presence, camera audit, audio, audio delta, relays — so that operating the station does not require remembering URLs or keeping a bookmark folder in sync across devices.
Cards can point off-host as well as on, which is how one station's admin panel links straight through to another's. Authentication sits in the web server rather than in the application, so a new panel is protected by virtue of where it is placed rather than by remembering to protect it.
| Contains | One card per administrative panel |
|---|---|
| Reaches | Other hosts as well as its own |
| Authentication | Enforced at the web server, by location |
| Design rule | A new panel is protected by where it lives, not by remembering |
Nothing here yet. Drop images or video into
/projects/rs1/modules/rs1-admin/media/ and they appear on this page at the
next build — or list them in module.json with captions
to control the order and the wording.
Not published yet. Code for this module will live in
/projects/rs1/modules/rs1-admin/ alongside its module.json, and
gets listed here once it does.