Skip to content

Releases: programmfabrik/fylr-plugin-server-pdf

Release v1.0.0

19 Jun 15:11
Compare
Choose a tag to compare

This releases replaces the external fylr url with the api url of fylr to make it more reliable in case that the external url cannot resolve from within the fylr Docker container.

Release v0.9.0

30 May 12:29
Compare
Choose a tag to compare

This release delivers more binaries for enhanced compatibility. It also uses the --no-sandbox option when starting Chrome to be more compatible with Alpine chromium-browser inside Docker.

Release with build problems hopefully fixed

03 May 13:49
Compare
Choose a tag to compare
v0.1.1

README.md, go.mod / go.sum to fix build problems

server pdf creator, first release

03 May 13:27
Compare
Choose a tag to compare
server-pdf: new plugin for fylr to generate pdf's

This requires the exec server to be able execute any binary. Do this like so:

  services:
    # this service allows to execute arbitrary binaries
    exec:
      waitgroup: a
      commands:
        exec: {}

see #68129