This is the project behind http://esdiscuss.org which aims to produce a readable copy of the esdiscuss mailing list archives.
If you want a new feature implemented, open a pull request or submit an issue.
If you just want to show your support for the site, you can donate via gratipay. This helps cover both hosting costs and developer time spent improving the site.
If you send e-mail to the mailing list (or know someone who does), please remember to use markdown. The site uses "GitHub Flavored Markdown", and if you mark your code as "js" or "javascript" it will get syntax highlighted automatically.
There are a number of things that should be configured via Environment Variables when in production. It will work as read-only without any configuration.
BROWSERID_AUDIENCE
(default:http://localhost:3000
) - used to determine whether a browserID assertion is for the correct domain, and to determine the callback url for githubGITHUB_CLIENT_ID
(default: a client id for testing)GITHUB_CLIENT_SECRET
(default: a client secret for testing)COOKIE_SECRET
(default:adfkasjast
) - a secret used to secure session cookiesMONGO_USER
(default:read
)MONGO_PASS
(default:read
)
N.B. the bot for updating the database is not part of this repository, it is completely separate
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
yarn
node scripts/docker/build
node scripts/docker/push
node scripts/docker/deploy staging
node scripts/docker/deploy prod
All the source code for both this site, and the es-discuss bot is licensed as MIT. Feel free to adapt this for other communities, there are a lot of pipermail mailing lists out there.