Skip to content

kolab-groupware/locodoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is very much a work in progress.

locodoc

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.

Setup

Switch to the cloned repository, and then run:

npm install
cp config.sample.json config.json

Run

node app.js

Configure

You can edit the following in config.json:

  • port: 3000 by default
  • allowedOrigin: CORS whitelisted host(s), if requests come from browsers. Set to Manticore's standard port on the same server by default, http://localhost:9000.

About

Document conversion service using unoconv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published