dfunckt
dfunckt
The CLI has a bunch of commands that still assume balenaCloud as the target and won't work with open-balena, [for example `balena push`](https://github.com/balena-io/open-balena/issues/16). We should document the exact set of...
The platform looks up available device types in the production S3 bucket of balenaCloud. We're currently pointing instances directly to the bucket, but we should instead use files.balena-cloud.com which proxies...
We're using `realpath` in a few places in the scripts that manage the openBalena instance and that requires installation of `coreutils` on macOS. Ideally we'd skip this dependency. One snippet...
Touch on questions like "how does a user use a production unmanaged OS with open-balena?", "what is the workflow?"
This was initially reported by @pipex on the [delta server repo](https://github.com/balena-io/balena-delta/issues/254) but it should really be reported here. Felipe's complete description: ------ When downloading images with deltas, the target state...
It's possible for the "progressDetail.current" attribute of events sent out the socket to clients following delta generation progress to become larger than "progressDetail.total". This means either "current" and/or "total" are...
Change-type: minor
This is useful to determine staleness of a record. Here's a contrived example: ``` Term: status Concept Type: Short Text (Type) Term: update timestamp Concept Type: Date Time (Type) Term:...
This adds the ability for the Supervisor to interpolate variables in service configuration with values specified remotely via fleet, device and/or service environment variables. Change-type: minor
docker-registry just logs 10.0..., etc. right now, which isn't helpful. Configure it to use the `x-forwarded-for` header.