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