attic icon indicating copy to clipboard operation
attic copied to clipboard

Multi-tenant Nix Binary Cache

Results 79 attic issues
Sort by recently updated
recently updated
newest added

`watch-store` is nice when running locally, but it would be nice to have something similar to [cachix's `watch-exec`](https://docs.cachix.org/pushing#push-all-store-paths-produced-during-a-command). It's essentially the same, but automatically stops watching when sub-process finishes.

This change fixes the immediate issue documented by #115. There are some notable caveats though: for both mysql and sqlite, the parameter limits are configurable in the database, so my...

Specifically, we're getting this panic from `atticd`: ``` thread 'main' panicked at 'assertion failed: self.param_types.len()

Hey folks, I'm getting the error from the when running in github actions. My `flake.lock` lists attic with revision `fbe252a5c21febbe920c025560cbd63b20e24f3b` The github actions log shows: ``` error: unable to download...

Fixes https://github.com/zhaofengli/attic/issues/95. --- While this adds support for RS256 JWTs, it does not remove support for HS256 JWTs. That said, it does recommend using RS256 in documentation. ~~We switched to...

What am I doing wrong? ```nix { config, pkgs, ... }: { age.secrets."attic.env".file = ./attic.env.age; environment.systemPackages = with pkgs; [ attic ]; services.atticd = { enable = true; package =...

For a short time my s3 backend had a misconfigured HTTP proxy, resulting in TLS and other failures when trying to reach s3 (garage). During this time, attic received and...

When trying to `attic push` around 2000 store paths, at least one will pretty much always fail and I'll see the following error in my logs: ``` Jan 25 09:02:49...

Instead of creating the tokens manually, it would be nice to have OIDC support.

I think attic can be of interest on kubernetes cluster. As such, having a k8s manifest and/or an helm chart would make deployment easier. Would it make sense to place...