; Example public-inbox config snippet for a mirror of ; https://80x24.org/lore/git/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "git"] 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/git/ url = http://example.onion/git/ address = git@vger.kernel.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 '' https://80x24.org/lore/git/gmane.sql.gz | \ ; gzip -dc | \ ; sqlite3 /path/to/top-level-inbox/gmane.sqlite3 altid = serial:gmane:file=gmane.sqlite3 newsgroup = org.kernel.vger.git imapmirror = imap://rskvuqcfnfizkjg6h5jvovwb3wkikzcwskf54lfpymus6mxrzw67b5ad.onion/org.kernel.vger.git nntpmirror = nntp://rskvuqcfnfizkjg6h5jvovwb3wkikzcwskf54lfpymus6mxrzw67b5ad.onion/org.kernel.vger.git