--- collabora_code_base_path: /srv/collabora/code # collabora_code_instances: # example: # version: 4.0.6.1 # port: 8200 # hostname: office.example.com # admin: # username: admin # password: S3cret # backend_storages: # - cloud.example.com # macros: # optional (by default allowed=false) # allowed: true # security_level: 1 # custom_image: # optional # from: foo/bar:1.0 # optional # dockerfile: | # USER root # RUN apt-get install ... # USER 101