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.
| Attribute | Value |
|---|---|
| Runtime | System |
| Port | 7681 |
| Idle timeout | None (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; };