nixpkgs/pkgs/servers/mail/mailman
Alyssa Ross c397d1909f nixos/mailman: don't keep secrets in the Nix store
This replaces all Mailman secrets with ones that are generated the
first time the service is run.  This replaces the hyperkittyApiKey
option, which would lead to a secret in the world-readable store.
Even worse were the secrets hard-coded into mailman-web, which are not
just world-readable, but identical for all users!

services.mailman.hyperkittyApiKey has been removed, and so can no
longer be used to determine whether to enable Hyperkitty.  In its
place, there is a new option, services.mailman.hyperkitty.enable.  For
consistency, services.mailman.hyperkittyBaseUrl has been renamed to
services.mailman.hyperkitty.baseUrl.
2020-01-30 23:14:45 +00:00
..
default.nix python3.pkgs.mailman*: check isPy3k inside package 2020-01-20 14:36:56 +00:00
hyperkitty.nix python3.pkgs.mailman*: check isPy3k inside package 2020-01-20 14:36:56 +00:00
postorius.nix python3.pkgs.postorius: 1.2.4 -> 1.3.2 2020-01-20 14:36:56 +00:00
settings.py nixos/mailman: don't keep secrets in the Nix store 2020-01-30 23:14:45 +00:00
urls.py nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty) 2019-09-11 12:19:23 +02:00
web.nix python3.pkgs.mailman*: check isPy3k inside package 2020-01-20 14:36:56 +00:00
wsgi.py nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty) 2019-09-11 12:19:23 +02:00