Using Libreoffice/Unoconv with Railway
maxwhalen
TRIALOP

2 years ago

I am trying to deploy a web app that does some manipulating between pdf files and docx files. I got it running locally on macos but did have to download libreoffice on my machine. Is there a way to use libreoffice/unoconv on railway?

1 Replies

2 years ago

Try adding this nixpacks.toml file to your project -

[phases.setup]
    nixPkgs = ['...', 'libreoffice', 'unoconv']

Loading...