; Example public-inbox config snippet for a mirror of ; https://yhbt.net/sleepy-penguin/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "sleepy-penguin"] 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/sleepy-penguin/ url = http://example.onion/sleepy-penguin/ address = sleepy-penguin@yhbt.net address = sleepy-penguin@bogomips.org address = sleepy.penguin@bogomips.org infourl = //yhbt.net/sleepy_penguin/ newsgroup = inbox.comp.lang.ruby.sleepy-penguin imapmirror = imaps://public-inbox.org/inbox.comp.lang.ruby.sleepy-penguin imapmirror = imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.sleepy-penguin nntpmirror = nntps://news.public-inbox.org/inbox.comp.lang.ruby.sleepy-penguin nntpmirror = nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.sleepy-penguin coderepo = sleepy_penguin.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 "sleepy_penguin.git"] dir = /path/to/sleepy_penguin.git cgiturl = https://example.com/sleepy_penguin.git