ZULU
1 ZULUProjectsRS1Modules › RS1.ADMIN
Module 28Live

RS1.ADMIN

Station Admin Panel and Module Index

One authenticated page that reaches everything else.

What it is

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.

At a glance

ContainsOne card per administrative panel
ReachesOther hosts as well as its own
AuthenticationEnforced at the web server, by location
Design ruleA new panel is protected by where it lives, not by remembering

Where it runs

  • sitename-exit-node

Shows up in

  • /admin/

Depends on

Media

Screenshots and video

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.

Code

Source

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.