123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: UTC
- nextcloud:
- postgres_image_selector: postgres_17_image
- db_password: password
- redis_password: YFtYK25GBfr!UsX5mu2Dnd5L5W
- admin_user: admin
- admin_password: password
- build:
- tesseract_languages:
- - eng
- performance:
- run_optimize: true
- max_chunksize_mb: 10
- php_upload_limit_gb: 3
- php_memory_limit_mb: 512
- urls:
- protocol: http
- host: localhost
- external_port: null
- trusted_domains:
- - cloud.example.com
- trusted_proxies:
- - 10.0.0.0/8
- - 172.16.0.0/12
- - 192.168.0.0/16
- general:
- maintenance_window_start: 100
- default_phone_region: US
- previews:
- enabled: true
- imaginary:
- enabled: true
- max_x: 2048
- max_y: 2048
- max_memory_mb: 1024
- max_filesize_image_mb: 50
- jpeg_quality: 60
- square_sizes:
- - 32
- - 256
- width_sizes:
- - 256
- - 384
- height_sizes:
- - 256
- providers:
- - BMP
- - GIF
- - JPEG
- - Krita
- - MarkDown
- - MP3
- - OpenDocument
- - PNG
- - TXT
- - XBitmap
- expirations:
- activity_expire_days: 365
- trash_retention: 0
- versions_retention: 0
- cron:
- tasks: []
- notify_push:
- enabled: true
- collabora:
- enabled: false
- url: http://collabora.example.com
- allowlist:
- - 0.0.0.0/0
- onlyoffice:
- enabled: false
- url: http://onlyoffice.example.com
- jwt_secret: random_string_of_characters
- jwt_header: Authorization
- clamav:
- enabled: false
- host: clamav.example.com
- port: 3310
- stream_max_length: 1024
- file_max_size: -1
- infected_action: only_log
- additional_envs: []
- run_as:
- user: 568
- group: 568
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- certificate_id:
- ix_volumes:
- postgres_data: /opt/tests/mnt/postgres_data
- nextcloud-data: /opt/tests/mnt/nextcloud-data
- nextcloud-html: /opt/tests/mnt/nextcloud-html
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: nextcloud-data
- create_host_path: true
- html:
- type: ix_volume
- ix_volume_config:
- dataset_name: nextcloud-html
- create_host_path: true
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|