From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C4BFF1F4CC; Mon, 23 Dec 2024 08:13:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1734941584; bh=/OwJ4Jr4ArAmJ7G7XfkRwG2RI20YlsrSLqmPnrwxejg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=v9/5Yp+Gb3mEh+xkrROrsvTN2nMecjQ4OFVtI8nNKGZ2ioJDDcKItYoqtwXrDsXby 9zUCPDjcITm1lw/M+zc/s9CnhaomFyyPsWCbGCAIS4wUF021yDMBJUXjsxwRkFfO9E hOBZOHh7W6TVElF3Q//WqZrftnmDzSNfqj1OqgPo= Date: Mon, 23 Dec 2024 08:13:04 +0000 From: Eric Wong To: =?utf-8?B?SGlww7NsaXRh?= Yarona Cc: meta@public-inbox.org Subject: Re: no inboxes, yet Message-ID: <20241223081304.M630080@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: HipĆ³lita Yarona wrote: > It seems that public-inbox-httpd serves an index that right now looks like > > ---------------------------------------------------------------------------------------- > no inboxes, yet >
> 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'