Switch from TCP port to Unix socket for consistency with hero_services #67

Closed
opened 2026-02-26 18:06:58 +00:00 by mik-tf · 0 comments
Owner

Resolved — No Code Changes Needed

hero_books already listens on both TCP and Unix socket simultaneously.
The socket is at ~/hero/var/sockets/hero_books_server.sock.

The only change needed is in hero_services (TOML config) — see hero_services#36:

  • Remove --port 8883 and ports = [8883] from the TOML
  • Use --bind unix: to make socket-only mode explicit

Closing — tracked via hero_services#35 / PR #36 instead.

## Resolved — No Code Changes Needed hero_books already listens on **both** TCP and Unix socket simultaneously. The socket is at `~/hero/var/sockets/hero_books_server.sock`. The only change needed is in **hero_services** (TOML config) — see hero_services#36: - Remove `--port 8883` and `ports = [8883]` from the TOML - Use `--bind unix:` to make socket-only mode explicit Closing — tracked via hero_services#35 / PR #36 instead.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#67
No description provided.