; Example public-inbox config snippet for a mirror of ; https://loa.loang.net/chung/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "chung"] 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/chung/ url = http://example.onion/chung/ address = chung@loa.loang.net newsgroup = inbox.chung imapmirror = imap://loa.loang.net/inbox.chung coderepo = nixos-conf coderepo = phylactery coderepo = site ; `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 "nixos-conf"] ; git clone https://trong.loang.net/nixos-conf /path/to/nixos-conf dir = /path/to/nixos-conf cgiturl = https://example.com/nixos-conf [coderepo "phylactery"] ; git clone https://trong.loang.net/phylactery /path/to/phylactery dir = /path/to/phylactery cgiturl = https://example.com/phylactery [coderepo "site"] ; git clone https://trong.loang.net/site /path/to/site dir = /path/to/site cgiturl = https://example.com/site