Bad paths for weasyprint & unoconv
-
Thanks for the quick attention, but doesn’t look fixed yet.
I updated, but I don’t see those settings written to the settings.yml, and it still says they are missing (looking in default paths)
Is it hard to allow/run an env.sh? Then maybe we can fix the key problem as well by using environmental variables.
-
Thanks for the quick attention, but doesn’t look fixed yet.
I updated, but I don’t see those settings written to the settings.yml, and it still says they are missing (looking in default paths)
Is it hard to allow/run an env.sh? Then maybe we can fix the key problem as well by using environmental variables.
-
Thanks for the quick attention, but doesn’t look fixed yet.
I updated, but I don’t see those settings written to the settings.yml, and it still says they are missing (looking in default paths)
Is it hard to allow/run an env.sh? Then maybe we can fix the key problem as well by using environmental variables.
-
Sorry, it doesn't seem to be picking up the settings, even though they are in custom_settings.yml. I posted a question to stirling github about that. I'm not sure that it merges custom_settings.yml like you'd assume.
https://github.com/Stirling-Tools/Stirling-PDF/discussions/3058
-
Sorry, it doesn't seem to be picking up the settings, even though they are in custom_settings.yml. I posted a question to stirling github about that. I'm not sure that it merges custom_settings.yml like you'd assume.
https://github.com/Stirling-Tools/Stirling-PDF/discussions/3058
-
For Cloudron they might need to do the following changes
https://github.com/Stirling-Tools/Stirling-PDF/commit/d34c44ed7bbf60d85f96744f99cd38a38911daa3
adding
PYTHONPATH=/usr/lib/libreoffice/program:/opt/venv/lib/python3.12/site-packages
UNO_PATH=/usr/lib/libreoffice/program
URE_BOOTSTRAP=file:///usr/lib/libreoffice/program/fundamentalrcand pip install unoserver
along with
ln -s /usr/lib/libreoffice/program/uno.py /opt/venv/lib/python3.12/site-packages/ &&
ln -s /usr/lib/libreoffice/program/unohelper.py /opt/venv/lib/python3.12/site-packages/ &&
ln -s /usr/lib/libreoffice/program /opt/venv/lib/python3.12/site-packages/LibreOffice && \(or whatever the python install path is that aligns with unoserver etc)
-
We also now start
/opt/venv/bin/unoserver --port 2003 --interface 0.0.0.0
alongside stirling app.jarThe reason is unoconv which we use for file to PDF now is a server and unoconv is depreciated