Document who can call the loopback API and let the user pick the listen port.

This commit is contained in:
alexveley
2026-09-22 08:19:12 -04:00
parent cfda629418
commit 33944dbd07
10 changed files with 184 additions and 18 deletions
+6
View File
@@ -18,6 +18,12 @@ body {
}
h1, h2 { margin: 0 0 8px; font-size: 1.15rem; }
.lead { margin: 0 0 12px; }
.usage, .settings { margin: 0 0 16px; }
.usage p { margin: 0 0 8px; }
input[type="number"] {
width: 8rem;
padding: 6px 8px;
}
.process { margin: 0 0 16px; padding-left: 1.2rem; }
.process li { margin: 6px 0; }
.muted { color: GrayText; }