Skip to content

Create mailing list files remotely via ssh.

Johannes Zumthurm requested to merge ssh into master

Created by: NotSpecial

Until now, mailing list files are created locally. For the mailing lists to actually work, they need to be copied to a remote server.

This copying is now included in AMIVAPI, which has two main benefits:

  • No local files are required anymore, useful for future deployment with docker
  • No external copying tool is required to make mailing lists work with amivapi

Unfortunately, the mailing list server supports only ssh connections, therefore we have no other option to transfer the files.

While I do not think this is a very good solution, I believe its the best approach we have available.

Closes #239 (closed).

Merge request reports

Loading