Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.88 KB

libreofficeDocker.md

File metadata and controls

38 lines (28 loc) · 1.88 KB

LibreOffice Docker

LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice).

Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.

Setup Nextcloud

docker run -d --name nextcloud -p 8080:80 nextcloud:stable

http://localhost:8080/

When nextcloud is set up, install the App "Collabora Online". Then go to Configuration->Collabora Online and enter the domain name of your other VM, e.g. http://libreoffice.yourhost:9980

LibreOffice Online Docker

  • .env
  • libreoffice.yml

Using it

linuxserver/libreoffice Docker

docker run -d --name=libreoffice -p 3000:3000 -e username=admin -e password=123456 --restart always --cap-add MKNOD quay.io/linuxserver.io/libreoffice

http://localhost:3000/

Screenshots

References