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

First of all, I really like this project, I was looking for a self-hostable binary cache for quite a while now. According to my limited experience, `attic` seems to be...

Reference: https://github.com/NixOS/nixpkgs/issues/89380 As proposed there by @wamserma and also recently by @wmertens in [discourse](https://discourse.nixos.org/t/introducing-flox-nix-for-simplicity-and-scale/11275/24?u=blaggacao). Edit: further references of this idea in next comment down below. **Before `casync` or any generic...

I'm looking at Attic as a nix-serve alternative to host some binary caches to deploy our inhouse Nix-based software. The server I get to use now is about 40 GB...

The tutorial states in the pushing section: > The interesting thing is that attic automatically skipped over store paths cached by cache.nixos.org! This behavior can be configured on a per-cache...

Hi! I have a couple of questions: 1. When atticd starts on a fresh machine, is there no named cache there at first? (that is no `servername:cachename` to pass to...

I've noticed an issue with the S3 storage backend with atticd. Seems like the requests to the server that reassemble chunks from S3 can sometimes (about 1 in 10 times)...

We're constantly receiving "HTTP 500 Internal Server Error" on each push, only the first one after restarting attic succeeds. attic doesn't log any errors ``` from ~/.local/share/nix/trusted-settings.json. ✍️ Overwriting server...

Would you be interested in a patch to make attic's JWTs switch to RS256, which is an asymmetric publ/priv key for signing / validating?

I did a benchmark of how well Attic deduplicates `chromium` derivations, and how it compares to deduplicating backup tools such as `bup` and `bupstash`: https://github.com/NixOS/nixpkgs/issues/89380#issuecomment-1605028571 One thing I noticed is...

This builds on top of the changes in #21 and adds the `watch-exec` command which works the same like the cachix CLI one. I added counters to track the pending...