paperless-ng
paperless-ng copied to clipboard
fix(gotenberg): use command flags
Description
Gotenberg v7 does not use environment variables anymore, but command's flags. See: https://gotenberg.dev/docs/get-started/docker-compose#modules-properties. Thanks to @gulien for bringing this to my attention here. I'm sorry it took so long.
@jonaswinkler Let me know if you need more information or request a change.
Addresses Issues
- Follow-up of #1250
Conducted Tests
$ cd docker/compose
$ docker-compose -f docker-compose.sqlite-tika.yml
$ docker-compose -f docker-compose.sqlite-tika.yml run --rm webserver createsuperuser
$ docker-compose -f docker-compose.sqlite-tika.yml up -d
$ cp test.pdf ./consume

Looks like something is odd with the ansible role. @C0nsultant Could you please take a look?
ERROR Computed fully qualified role name of C0nsultant.ansible does not follow current galaxy requirements.
Please edit meta/main.yml and assure we can correctly determine full role name:
galaxy_info:
Traceback (most recent call last):
role_name: my_name # if absent directory name hosting role is used instead
namespace: my_galaxy_namespace # if absent, author is used instead
File "/opt/hostedtoolcache/Python/3.10.0/x64/bin/molecule", line 8, in <module>