; Example public-inbox config snippet for a mirror of ; http://public-inbox.gentoo.org/gentoo-embedded/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "gentoo-embedded"] 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/gentoo-embedded/ url = http://example.onion/gentoo-embedded/ address = gentoo-embedded@lists.gentoo.org address = gentoo-embedded@gentoo.org ; altid DBs may be used to provide numeric article ID lookup from ; old, pre-existing sources. You can recreate them via curl(1), ; gzip(1), and sqlite3(1) as documented: ; curl -d '' http://public-inbox.gentoo.org/gentoo-embedded/xarchiveshash.sql.gz | \ ; gzip -dc | \ ; sqlite3 /path/to/top-level-inbox/xarchiveshash.sqlite3 altid = serial:xarchiveshash:file=xarchiveshash.sqlite3