extract config files out of setup.sh

This commit is contained in:
Jacob Lifshay 2024-07-04 22:03:06 -07:00
parent 41ae856938
commit f6fe57aaf1
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
8 changed files with 445 additions and 396 deletions

View file

@ -0,0 +1,5 @@
mail_passwd="$mail_passwd"
function stalwart-cli()
{
(cd "$wd" && CREDENTIALS="admin:$mail_passwd" exec docker-compose -p server exec -T -e CREDENTIALS mail stalwart-cli -u "http://localhost" "$@")
}