; Example public-inbox config snippet for a mirror of ; https://inbox.vuxu.org/musl/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "musl"] inboxdir = /path/to/top-level-inbox ; note: public-inbox before v1.2.0 used `mainrepo' instead of ; `inboxdir', both remain supported after 1.2 mainrepo = /path/to/top-level-inbox url = https://example.com/musl/ url = http://example.onion/musl/ address = musl@inbox.vuxu.org watchheader = List-ID: newsgroup = vuxu.archive.musl nntpmirror = nntp://inbox.vuxu.org/vuxu.archive.musl coderepo = musl ; `coderepo' entries allows blob reconstruction via patch emails if ; the inbox is indexed with Xapian. `@@ @@' ; line number ranges in `[PATCH]' emails link to /$INBOX_NAME/$OID/s/, ; an HTTP endpoint which reconstructs git blobs via git-apply(1). [coderepo "musl"] ; git clone https://git.vuxu.org/mirror/musl/ /path/to/musl dir = /path/to/musl cgiturl = https://example.com/musl