terminal

Web-based terminal access via ttyd.

The service runs directly on the host as a systemd-managed system service. It binds on all interfaces and launches a login shell via util-linux login, giving authenticated web users a full terminal session. idleTimeout is null — the service is always-on.

AttributeValue
RuntimeSystem
Port7681
Idle timeoutNone (always-on)
OCI image

Consumer provides: id and zone placement. No additional configuration is required.

nixda.zones.management.services.terminal = lib.recursiveUpdate
  config.nixda.catalog.terminal
  { id = 5; };

Back to Blueprint Catalog