X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FWwwText.pm;h=fbbe8e3b6583a8c636cf3e6058f4bee205b0fb0f;hp=ace7f9d73231d0c22388f94f02c757ccd9d12d25;hb=1234e3e4d384bd92b073fa1e3549aa916113c3fa;hpb=75a15dbb79d4e508fc868e82cb074776830b80d6 diff --git a/lib/PublicInbox/WwwText.pm b/lib/PublicInbox/WwwText.pm index ace7f9d7..fbbe8e3b 100644 --- a/lib/PublicInbox/WwwText.pm +++ b/lib/PublicInbox/WwwText.pm @@ -147,6 +147,8 @@ sub inbox_config ($$$) { ; 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/$name/ + url = http://example.onion/$name/ EOS for my $k (qw(address listid infourl)) { defined(my $v = $ibx->{$k}) or next;