Closed tensor5g closed 2 years ago
@tensor5g can you try wangqiru/ttrss:dev
and see if the problem is solved?
@HenryQW Thank you, that resolves the issue! However, another problem is that plugins do not seem to persist. Is there a volume I can mount to persist them? Or can it be scripted to install certain plugins on container start? Otherwise I will need to remember to install the smtp plugin every time I update this container.
You can persist them by mapping the plugins.local folder:
volumes:
- /somewhere/:/var/www/plugins.local
Then simply download plugins into /somewhere
.
This however will wipe every plugin that comes with this repo, as these plugins are downloaded into /var/www/plugins.local
, but overridden by an empty folder mapped by you..
Describe the bug When attempting to send a test email, I get the following error: "Extension missing: openssl". Full log below.
Deployment method
Deployment environment
To Reproduce I set the following environment variables:
Error logs