Skip to content

CleverCloud/collabora-online-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collabora Online Example

The purpose of this custom setup is to be deployed on Clever Cloud

It is inspired by the original Collabora Online Docker setup.

Server should answer OK on / and admin is accessible with the path /loleaflet/dist/admin/admin.html

Deploy

clever create --type docker myCollaboraOnlineServer

cp .env.default .env
clever env set < .env

clever domain add mycollaboraonlineserver.cleverapps.io
clever deploy