unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Eric Wong <e@80x24.org>
To: "Hipólita Yarona" <hipyarona@gmail.com>
Cc: meta@public-inbox.org
Subject: Re: no inboxes, yet
Date: Mon, 23 Dec 2024 08:13:04 +0000	[thread overview]
Message-ID: <20241223081304.M630080@dcvr> (raw)
In-Reply-To: <CAPyh5WQWaZ3aZewzNjdVNDkcEg75yNE48OAESaMJJ1Ysqj1LVw@mail.gmail.com>

Hipólita Yarona <hipyarona@gmail.com> wrote:
> It seems that public-inbox-httpd serves an index that right now looks like
> 
> ----------------------------------------------------------------------------------------
> no inboxes, yet
> <hr>
> This is a listing of public inboxes, see the `mirror' link of each inbox
> for instructions on how to mirror all the data and code on this site.
> ----------------------------------------------------------------------------------------
> 
> I cloned this very mailing list and I have been using it just fine.
> How can I make this inbox index be populated?  I thought I'd see the
> inboxes I have listed in my config:

The default is to not display a list of inboxes (since this
project was created and maintained by a shy introvert who hates
promoting anything they do :x)

> # cat ~hip/.public-inbox/config
> [publicinboxmda]
>         spamcheck = none

I think you need to set:

[publicinbox]
	wwwListing = all

(or `match=domain' instead of `all') if you host multiple
domains off one instance and want to keep them isolated
in the listing.

See public-inbox-config(5) manpage for more info on
`publicinbox.wwwlisting' config knob.

> [publicinbox "meta"]
>         address = meta@public-inbox.org
>         url = https://public-inbox.org/meta

Fwiw, that URL should probably point to your domain.

`publicinbox.nameIsUrl' will be supported in 2.0 (and currently
in public-inbox.git) which would save you the trouble of setting
`url' for every inbox if you're using `wwwListing=all'

  reply	other threads:[~2024-12-23  8:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-22 18:21 no inboxes, yet Hipólita Yarona
2024-12-23  8:13 ` Eric Wong [this message]
2024-12-23 11:17   ` Hipólita Yarona

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=20241223081304.M630080@dcvr \
    --to=e@80x24.org \
    --cc=hipyarona@gmail.com \
    --cc=meta@public-inbox.org \
    /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.
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).