kiara
kiara
nixpkgs has packaged the IDE [lapce](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/lapce/default.nix#L123), but it seems this editor also offers [plugins](https://plugins.lapce.dev/). it would be nice if those could be made reproducible as well. see also: https://github.com/NixOS/nixpkgs/issues/259250, where...
enables using [docker compose secrets](https://docs.docker.com/compose/use-secrets/) from arion, which includes: - [top-level `secrets` element](https://docs.docker.com/compose/compose-file/09-secrets/) defining the secrets to be used for the below two use-cases, exposing them at `/run/secrets/`. comes in...
as per my curiosity toward docker stack/swarm stemming from their [support for external / long-syntax secrets](https://github.com/hercules-ci/arion/pull/255#issuecomment-2266649692), i tried my hand at a quick implementation adding a `deploy` sub-command invoking [`docker...
### What whould you like to see? hetzner recently introduced their S3-compatible [object storage](https://docs.hetzner.com/storage/object-storage/overview/), offering immutable storage cheaper than their regular shared volumes. it would be cool if this provider...