Sridhar Ratnakumar
Sridhar Ratnakumar
> we might be able to automatically add the prev/next value for chronological notes like for a blog. Oh right you stated this too. Yes, something like that would be...
Converting to draft until https://github.com/srid/heist-extra/pull/8 is merged.
Maybe: ```nix { open-webui."open-webui1" = { enable = true; processSettings = { namespace = "foo"; depends_on.ollama1-models.condition = "process_completed_successfully"; }; }; } ``` The idea being that `processSettings` would be submodule...
Needs to update the documentation as well (LLM is handy here) https://community.flake.parts/services-flake/custom-service#multi-instance
``` error: builder for '/nix/store/mmqncdxjs9jg0bab0dx51nig7fhbjnql-grafana-test.drv' failed with exit code 1; last 25 log lines: > [gf1 ] logger=settings t=2025-10-21T14:19:28.495307492Z level=info msg="Config overridden from command line" arg="paths.data=/build/data/gf1" > [gf1 ] logger=settings...
Note: I will not merge this (along with removal of GitHub workflow) until https://github.com/juspay/vira/issues/111 is implemented. Then, my hosted Vira can auto build PRs (made using branchces on this repo...
On rebuild, the log has errors: ``` > [gf1 ] logger=provisioning.dashboard t=2025-10-21T14:49:02.176055915Z level=info msg="finished to provision dashboards" > [gf1 ] logger=grafana-apiserver t=2025-10-21T14:49:02.176257068Z level=error msg="Unhandled Error" err="apiserver was unable to write...
> XDG_RUNTIME_DIR Curious this is a requirement of skopeo? If so [crane](https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md) may be worth looking into, as we've got it working with the same kind of runners: https://github.com/nammayatri/nammayatri/blob/acced803e46a801edada92cd1fd5fa769790deb2/.github/workflows/nix.yaml#L113-L127 As...
@TristanCacqueray I got the image push working by switching to `crane`. I had to re-open this PR because forks can't push images, it seems. Let's move this discussion to #586
cc @shivaraj-bh