This is very much a work in progress.
Simple node.js service which leverages unoconv to use headless LibreOffice for document conversion. It is made for use with Manticore, but can be used for other services too.
Switch to the cloned repository, and then run:
npm install
cp config.sample.json config.json
node app.js
You can edit the following in config.json
:
port
:3000
by defaultallowedOrigin
: CORS whitelisted host(s), if requests come from browsers. Set to Manticore's standard port on the same server by default,http://localhost:9000
.