user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: meta@public-inbox.org
Subject: Re: generic message-id redirector
Date: Mon, 1 Feb 2021 11:10:49 +0000	[thread overview]
Message-ID: <20210201111049.GA9584@dcvr> (raw)
In-Reply-To: <20210201104115.mconuob33y3exr2u@pengutronix.de>

Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> Hello,
> 
> I'm currently trying to get up a public-inbox instance and I fail to
> setup a generic message-id redirector as lore.kernel.org implements it.
> That is a request to https://lore.kernel.org/r/message@id is redirected
> to https://lore.kernel.org/somelist/message@id for a list "somelist"
> that has a message with the given Message-Id.
> 
> I fail to find this feature in the code and wonder if it is a feature
> that was added only to the public-inbox clone used to operate
> lore.kernel.org.

PublicInbox::NewsWWW fallback lets //$host/$message_id work (no /r/).
It can be run as a standalone PSGI, too, see examples/newswww.psgi

At least it works on my Tor .onion mirror of lore:
http://lore.czquwvybam4bgbro.onion/ and
http://rskvuqcfnfizkjg6h5jvovwb3wkikzcwskf54lfpymus6mxrzw67b5ad.onion/

To get /r/, you can use the "mount" directive in the
Plack::Builder DSL as shown in example/newswww.psgi

> Is there some additional code or configuration necessary to make this
> work? Am I missing something?

That said, I seem to recall lore.kernel.org/r/ existing before NewsWWW,
so maybe it was something else, too.  (It may have even existed
somewhere on kernel.org before lore)

  reply	other threads:[~2021-02-01 11:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01 10:41 generic message-id redirector Uwe Kleine-König
2021-02-01 11:10 ` Eric Wong [this message]
2021-02-01 13:26   ` Uwe Kleine-König
2021-02-01 17:17     ` Eric Wong
2021-02-01 19:22     ` Konstantin Ryabitsev
2021-02-02  8:08       ` Uwe Kleine-König
2021-02-02 13:06         ` Konstantin Ryabitsev
2021-02-02 14:02           ` Uwe Kleine-König

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210201111049.GA9584@dcvr \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).