From e09772dfed04661eeb49ff3e9cefd211d72b42d8 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 7 Dec 2023 11:08:15 +0100 Subject: [PATCH] Enable public-inbox at jungle.bsc.es/lists The public-inbox service fetches emails from the sourcehut mailing lists and displays them on the web. The idea is to reduce the dependency on external services and add a secondary storage for the mailing lists in case sourcehut goes down or changes the current free plans. The service is available in https://jungle.bsc.es/lists/ and is open to the public. It currently mirrors the bscpkgs and jungle mailing list. We also edited the CSS to improve the readability and have larger fonts by default. The service for public-inbox produced by NixOS is not well configured to fetch emails from an IMAP mail server, so we also manually edit the service file to enable the network. Reviewed-by: Aleix Roca Nonell --- content/lists/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 content/lists/_index.md diff --git a/content/lists/_index.md b/content/lists/_index.md new file mode 100644 index 0000000..afd5c08 --- /dev/null +++ b/content/lists/_index.md @@ -0,0 +1,6 @@ +--- +title: "Lists" +description: "Mailing lists" +--- + +If you are reading this page, the proxy to the public-inbox service is not working.