From a97ead90c3987ea48560f18bac61cbb4694b9458 Mon Sep 17 00:00:00 2001 From: sinavir Date: Mon, 8 Jul 2024 22:11:55 +0200 Subject: [PATCH] docs: Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e005f5d --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Nix binary cache using tvix-store + +This repo contains a nix expression to host multiple binary caches using tvix-store and nar-bridge. + +Check the tests to see how to deploy + +## TODO + +- [ ] Provide examples on how to do auth with nginx +- [ ] Design a cli to add cache to nix conf +- [ ] Design the process to handle signatures and implement it