* no inboxes, yet
@ 2024-12-22 18:21 Hipólita Yarona
2024-12-23 8:13 ` Eric Wong
0 siblings, 1 reply; 3+ messages in thread
From: Hipólita Yarona @ 2024-12-22 18:21 UTC (permalink / raw)
To: meta
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:
# cat ~hip/.public-inbox/config
[publicinboxmda]
spamcheck = none
[publicinbox "meta"]
address = meta@public-inbox.org
url = https://public-inbox.org/meta
inboxdir = /usr/home/hip/inbox/meta
newsgroup = inbox.comp.mail.public-inbox.meta
[publicinbox "hip-testlist"]
address = hip-testlist@example.com
url = https://git.example.com/hip/testlist
inboxdir = /usr/home/hip/inbox/hip-testlist
newsgroup = inbox.people.hip-testlist
#
--
Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no inboxes, yet
2024-12-22 18:21 no inboxes, yet Hipólita Yarona
@ 2024-12-23 8:13 ` Eric Wong
2024-12-23 11:17 ` Hipólita Yarona
0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2024-12-23 8:13 UTC (permalink / raw)
To: Hipólita Yarona; +Cc: meta
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'
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no inboxes, yet
2024-12-23 8:13 ` Eric Wong
@ 2024-12-23 11:17 ` Hipólita Yarona
0 siblings, 0 replies; 3+ messages in thread
From: Hipólita Yarona @ 2024-12-23 11:17 UTC (permalink / raw)
To: Eric Wong; +Cc: meta
On Mon, Dec 23, 2024 at 5:13 AM Eric Wong <e@80x24.org> wrote:
>
> 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)
I totally understand you. :) I wouldn't say I'm an introvert, but I
try to keep a low profile myself as much as I can. By the way, I read
your marketing.txt---it makes public-inbox a pretty serious endeavor.
While we are here, perhaps I should share that I've seen public-inbox
a long while ago (but only recently had the opportunity to learn how
to use it) and what attracted me to it is the graphical design of the
archives. Looking into it, I was also very pleased with how it's been
designed and its principles---such as decentralization.
> > # 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.
Thank you!
> > [publicinbox "meta"]
> > address = meta@public-inbox.org
> > url = https://public-inbox.org/meta
>
> Fwiw, that URL should probably point to your domain.
Indeed. Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-23 11:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 18:21 no inboxes, yet Hipólita Yarona
2024-12-23 8:13 ` Eric Wong
2024-12-23 11:17 ` Hipólita Yarona
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).