Skip to content

hallowelt/docker-bluespice-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

BlueSpice "Pdf" service

This is a service that provides PDF rendering backend for Extension:PDFCreator. It is based on the xhtmlrenderer Java library.

Using it within BlueSpice or MediaWiki

Given you have this service running at http://localhost:8080, you can configure the BlueSpice pdf like this:

$GLOBALS['wgPDFCreatorHtml2PdfServiceUrl'] = 'http://localhost:8080/Html2PDF/v1';

How to release a new version

Build a new version of the image

docker build -t bluespice/pdf:latest .

Apply proper tags

HINT: We align the image tags with the version of BlueSpice that it is compatible with.

Example:

docker tag bluespice/pdf:latest bluespice/pdf:5
docker tag bluespice/pdf:latest bluespice/pdf:5.0
docker tag bluespice/pdf:latest bluespice/pdf:5.0.1

Push the image to the registry

Example:

docker push bluespice/pdf:latest
docker push bluespice/pdf:5
docker push bluespice/pdf:5.0
docker push bluespice/pdf:5.0.1

Testing

Install trivy and run trivy image bluespice/pdf to check for vulnerabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •