blob: ef0699c12aa13f23a2d841e04847cfc8d0cc3ac3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
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
|