Neil Singh
Neil Singh
Hi, I took a look at some recent GitHub logs for scheduled `Rust` workflows, and ran some tests inside an `ockam-builder` docker. It seems / I think... * The `Rust...
Hi. I'd like to tackle this (https://github.com/ockam-network/ockam/discussions/1081#discussioncomment-2389817). I've two questions... - The port 5000 is hardcoded in some of the guide's images. How can I update those images? - It...
Thanks @SanjoDeundiak , I'll take a look at `StartupConfig`.
To me, it looks like `startup.json` is created and read by `ockam_command`, but the node’s default services are created within `ockam_api` (which does not use `startup.json`). I would like the...
The abandoned PR #3456 determined that.. * The node does not restart its 'default services' because `--skip-defaults` is used when re-starting a node, and that this is the desired behaviour....
@adrianbenavides commented (https://github.com/build-trust/ockam/pull/3533#issuecomment-1260682593)... > ... just wanted to let you know that I'm currently working on a substitute for this startup.json functionality. > > In a nutshell, we want to...