; Example public-inbox config snippet for a mirror of ; https://80x24.org/dtas-all/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "dtas-all"] 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/dtas-all/ url = http://example.onion/dtas-all/ address = dtas-all@nongnu.org infourl = //80x24.org/dtas/README watchheader = List-Id: filter = PublicInbox::Filter::Mirror newsgroup = inbox.comp.audio.dtas nntpmirror = nntp://news.public-inbox.org/inbox.comp.audio.dtas nntpmirror = nntp://ou63pmih66umazou.onion/inbox.comp.audio.dtas coderepo = dtas.git ; `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 "dtas.git"] ; git clone dtas.git /path/to/dtas.git dir = /path/to/dtas.git cgiturl = https://example.com/dtas.git