; Example public-inbox config snippet for a mirror of
; http://public-inbox.gentoo.org/gentoo-admin/
; See public-inbox-config(5) manpage for more details:
; https://public-inbox.org/public-inbox-config.html
[publicinbox "gentoo-admin"]
	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-admin/
	url = http://example.onion/gentoo-admin/
	address = gentoo-admin@lists.gentoo.org
	address = gentoo-admin@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-admin/xarchiveshash.sql.gz | \
	;	gzip -dc | \
	;	sqlite3 /path/to/top-level-inbox/xarchiveshash.sqlite3
	altid = serial:xarchiveshash:file=xarchiveshash.sqlite3