From 99655b282ef7a0b8be47b60b613e81547a7b8ab3 Mon Sep 17 00:00:00 2001 From: Henning Oschwald Date: Sun, 7 Apr 2024 09:57:40 +0200 Subject: [PATCH] fix line break in README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9b25b2b..29be7a9 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,9 @@ Mailman 3 setup using Podman Quadlets. Containers are supposed to run in rootles $ cp mailman/* ~mailman/.config/containers/systemd/ 1. Now we have to generate some secrets which the various components use to talk to each other: - ``` $ pwgen -1 32 | | podman secret create HYPERKITTY_API_KEY - $ pwgen -1 32 | podman secret create MAILMAN_REST_PASSWORD - $ pwgen -1 32 | podman secret create MAILMAN_WEB_SECRET_KEY - - ``` 1. Next adapt the environment variable definitions in mailman-core.container and mailman-web.container to your needs. You may want to customize at least the variable *SERVE_FROM_DOMAIN*, which is set to lists.example.com by default. 1. Finally run ```$ systemctl --user daemon-reload``` to trigger the systemd unit generator and start the services: $ systemctl --user start mailman-core mailman-web