From 01114edaa3592cf972d9e7794a7f1b5e11b67415 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:47:30 -0400 Subject: [PATCH 1/2] remove wkhtmltopdf section of readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ecd4344..10752b2 100644 --- a/README.md +++ b/README.md @@ -92,11 +92,6 @@ If you wish to use the extra functionality of BookStack such as email, Memcache, When you create the container, do not set any arguments for any SQL settings. The container will copy an exemplary .env file to /config/www/.env on your host system for you to edit. -#### PDF Rendering -[wkhtmltopdf](https://wkhtmltopdf.org/) is available to use as an alternative PDF rendering generator as described at https://www.bookstackapp.com/docs/admin/pdf-rendering/. - -The path to wkhtmltopdf in this image to include in your .env file is `/usr/bin/wkhtmltopdf`. - ## Usage Here are some example snippets to help you get started creating a container. From edd48f8708f452ef8ace3ecb25d05eff11c2e4ca Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:48:42 -0400 Subject: [PATCH 2/2] Update readme-vars.yml --- readme-vars.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 13a67dc..06ab3a9 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -108,11 +108,6 @@ app_setup_block: | If you wish to use the extra functionality of BookStack such as email, Memcache, LDAP and so on you will need to make your own .env file with guidance from the BookStack documentation. When you create the container, do not set any arguments for any SQL settings. The container will copy an exemplary .env file to /config/www/.env on your host system for you to edit. - - #### PDF Rendering - [wkhtmltopdf](https://wkhtmltopdf.org/) is available to use as an alternative PDF rendering generator as described at https://www.bookstackapp.com/docs/admin/pdf-rendering/. - - The path to wkhtmltopdf in this image to include in your .env file is `/usr/bin/wkhtmltopdf`. # changelog