ONLYOFFICE / Kubernetes-Docs

ONLYOFFICE Docs for Kubernetes
https://onlyoffice.com
Apache License 2.0
41 stars 24 forks source link

Add new fonts in docs-converter image #314

Open aurelgcmoi opened 3 weeks ago

aurelgcmoi commented 3 weeks ago

Hi, I can't figure out how to add custom fonts for a kubernetes deployment.

The documentation always refers to building a new image https://github.com/ONLYOFFICE/Kubernetes-Docs/tree/master?tab=readme-ov-file#8-add-custom-fonts but it's for a new complete image of onlyoffice, how can I build a new image for docs-converter only?

Thank you for your help

GeorgeONLYOFFICE commented 3 weeks ago

Hello, as it's mentioned here https://github.com/ONLYOFFICE/Kubernetes-Docs?tab=readme-ov-file#8-add-custom-fonts you need to follow these steps to rebuild all images https://github.com/ONLYOFFICE/Docker-Docs#building-onlyoffice-docs with required fonts added to the fonts directory. It's impossible to rebuild only image for docs-converter, as all images must be rebuilt in this case.