mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: add report export capabilities with Pandoc and WeasyPrint support
- Updated Dockerfiles to include Pandoc and WeasyPrint runtime libraries for report generation. - Enhanced report retrieval functionality to include version siblings in the response. - Modified report export process to utilize WeasyPrint for PDF generation, improving output quality.
This commit is contained in:
parent
5c9dd0b787
commit
e7a73d0570
4 changed files with 13 additions and 1 deletions
|
|
@ -20,6 +20,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
libxrender1 \
|
||||
dos2unix \
|
||||
git \
|
||||
pandoc \
|
||||
libpango-1.0-0 \
|
||||
libpangoft2-1.0-0 \
|
||||
libharfbuzz-subset0 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Update certificates and install SSL tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue