local_embedded questions: port pinning, Knowledge Pages/fs mount support, standalone CLI upgrade path #3254
Unanswered
fanaticalfishing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Running hindsight 0.9.0 in local_embedded mode (multiple profiles, each with its own embedded daemon) and hit a few things I couldn't find in the docs. Happy to split these up if you prefer.
portignored — daemon binds a dynamic portEach profile's config.json sets a
port(e.g. 9817), but the embedded daemon binds a different, dynamically-assigned port (e.g. 9368), discoverable only from the log line "Daemon Started ( @ :9368)".portfield honored at all in local_embedded, or vestigial?hindsight fs mounttarget), what's the supported way to pin it?hindsight fs mounton local_embeddedThe 0.9.0 Knowledge Pages feature is documented against server-mode banks. Does it work against a local_embedded per-profile bank?
hindsight fs mountneed the daemon's runtime (dynamic) port, or is there a profile-aware invocation?hindsightCLI binary — provenance and upgrade path~/.local/bin/hindsighton my system is a ~3.6MB compiled ELF binary at version 0.8.2 — not pip/pipx-managed as far as I can tell — while the Python library in my venv is at 0.9.0.All reactions