ds-wizard/mailer
- PostgreSQL
- S3 storage (e.g. Minio)
- wkhtmltopdf
- pandoc
For more information, see deployment example.
For general information, please visit our User Guide.
DSW Document Worker technical documentation for template development:
Docker image is prepared with basic dependencies and worker installed. It is available though Docker Hub: datastewardshipwizard/document-worker.
You can easily build the image yourself:
$ docker build . -t docworker:local
/app/config.yml
= configuration file (see example)/usr/share/fonts/<type>/<name>
= fonts according to Debian wiki (for wkhtmltopdf)
We bundle Docker image with default fonts (for PDF generation, see fonts
folder):
- Noto Fonts (some variants)
- Symbola
This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.