phase 8 step 4: web-ui login endpoint (pipes, no pty)

This commit is contained in:
müde 2026-05-15 13:07:16 +02:00
parent 78fae44ee5
commit dff93b603d
4 changed files with 437 additions and 21 deletions

View file

@ -3,6 +3,7 @@
pub mod client;
pub mod login;
pub mod login_session;
pub mod web_ui;
/// Default socket path inside the container — bind-mounted by `hive-c0re`.