blob: c9090bee1cb8f10a2a4fa74559024ccd534f4d7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-*- mode: org -*-
This is a utility for managing a collection of nars (normalized
archives, in the context of Guix) along with the corresponding narinfo
files which contain some signed metadata.
While tasks like publishing local store items as nars is easy with
tools like =guix publish=, =nar-herder= is aimed at enabling serving
the same collection of nars from multiple machines at once, including
moving the nars from machine to machine according to different
criteria.
A reverse proxy (like nginx) should be used for the actual serving of
the nars, as well as handling proxying the requests to =nar-herder=.
|