From f84692a07a49d21b4836e091b82ffe7b87a11cab Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 13 Oct 2023 16:14:11 +0200 Subject: [PATCH] fix/rename --- README.md | 26 ++++++++++++------- .../pyproject.toml | 0 .../src}/chatmail/__init__.py | 0 .../src}/chatmail/acmetool/__init__.py | 0 .../acmetool/acmetool-redirector.service | 0 .../src}/chatmail/acmetool/acmetool.cron | 0 .../src}/chatmail/acmetool/acmetool.hook | 0 .../chatmail/acmetool/response-file.yaml.j2 | 0 .../src}/chatmail/dovecot/doveauth.lua | 0 .../src}/chatmail/dovecot/doveauth.py | 0 .../src}/chatmail/dovecot/dovecot.conf.j2 | 0 .../src}/chatmail/dovecot/test_doveauth.lua | 0 .../src}/chatmail/dovecot/test_doveauth.py | 0 .../src}/chatmail/opendkim/opendkim.conf | 0 .../src}/chatmail/postfix/main.cf.j2 | 0 .../src}/chatmail/postfix/master.cf | 0 .../tests}/test_online_login.py | 0 scripts/init.sh | 2 +- 18 files changed, 18 insertions(+), 10 deletions(-) rename pyproject.toml => chatmail-pyinfra/pyproject.toml (100%) rename {src => chatmail-pyinfra/src}/chatmail/__init__.py (100%) rename {src => chatmail-pyinfra/src}/chatmail/acmetool/__init__.py (100%) rename {src => chatmail-pyinfra/src}/chatmail/acmetool/acmetool-redirector.service (100%) rename {src => chatmail-pyinfra/src}/chatmail/acmetool/acmetool.cron (100%) rename {src => chatmail-pyinfra/src}/chatmail/acmetool/acmetool.hook (100%) rename {src => chatmail-pyinfra/src}/chatmail/acmetool/response-file.yaml.j2 (100%) rename {src => chatmail-pyinfra/src}/chatmail/dovecot/doveauth.lua (100%) rename {src => chatmail-pyinfra/src}/chatmail/dovecot/doveauth.py (100%) rename {src => chatmail-pyinfra/src}/chatmail/dovecot/dovecot.conf.j2 (100%) rename {src => chatmail-pyinfra/src}/chatmail/dovecot/test_doveauth.lua (100%) rename {src => chatmail-pyinfra/src}/chatmail/dovecot/test_doveauth.py (100%) rename {src => chatmail-pyinfra/src}/chatmail/opendkim/opendkim.conf (100%) rename {src => chatmail-pyinfra/src}/chatmail/postfix/main.cf.j2 (100%) rename {src => chatmail-pyinfra/src}/chatmail/postfix/master.cf (100%) rename {tests => chatmail-pyinfra/tests}/test_online_login.py (100%) diff --git a/README.md b/README.md index 79cf26ef..08321939 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ This package deploys Postfix and Dovecot servers, including OpenDKIM for DKIM si Postfix uses Dovecot for authentication as described in +## Getting started + +prepare: + + pip install -e chatmail-infra + + +then run with pyinfra command line tool: + + CHATMAIL_DOMAIN=c1.testrun.org pyinfra --ssh-user root c1.testrun.org deploy.py + + ## Structure (wip) ``` @@ -12,7 +24,7 @@ Postfix uses Dovecot for authentication as described in