Files
finger-web/templates
pmb c8786a2a0b
Build and Push Docker Image / build-and-push (push) Failing after 2m19s
Route finger search through the cacheable /finger/<term> path
The search form POSTed to /finger, an uncacheable URL with no search term in
it, so every lookup re-ran the finger command even for repeated searches of the
same user. Redirect any query/POST search to the canonical /finger/<username>
path (and submit the form via GET, with a JS fast-path straight to that URL) so
repeated lookups are served from the nginx response cache. A bare /finger with
no user still lists local system users.
2026-06-17 10:24:16 -07:00
..
2025-06-26 12:44:28 -07:00
2025-06-26 12:44:28 -07:00
2025-06-26 15:03:22 -07:00