Files
truenas-apps/ix-dev/community/opencloud/templates/test_values/basic-values.yaml
truenasbot efd88182c0 chore(deps): update updates-patch-minor (#3740)
* chore(deps): update updates-patch-minor

* devbox (#3726)

* bump devbox

* order

* another

* more scripts

* opencloud: fix csp (#3741)

* opencloud: fix csp

* better

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-30 21:10:19 +02:00

88 lines
1.8 KiB
YAML

resources:
limits:
cpus: 2.0
memory: 4096
TZ: UTC
opencloud:
app_url: https://localhost:8080
insecure_access: true
full_text_search:
enabled: true
collaboration:
enabled: false
type: collabora # collabora | onlyoffice
url: https://localhost:9980
insecure: true
proof_disable: true
# Only for OnlyOffice
jwt_secret: some_secret
extra_services: []
smtp:
enabled: false
sender: null
host: null
port: null
insecure: false
encryption: null
username: null
password: null
apps:
drawio: true
progress_bars: true
json_viewer: true
external_sites: true
unzip: true
cast: true
arcade: true
maps: true
importer: true
additional_csp:
- directive: connect-src
items:
- value: https://raw.githubusercontent.com/opencloud-eu/awesome-apps/
- value: https://update.opencloud.eu/
- directive: frame-src
items:
- value: https://embed.diagrams.net/
- directive: img-src
items:
- value: https://raw.githubusercontent.com/opencloud-eu/awesome-apps/
- value: https://tile.openstreetmap.org/
additional_envs:
- name: OC_LOG_PRETTY
value: "true"
- name: OC_LOG_LEVEL
value: "debug"
network:
host_network: false
web_port:
bind_mode: published
port_number: 8080
metrics_port:
bind_mode: published
port_number: 8081
certificate_id: null
run_as:
user: 568
group: 568
ix_volumes:
config: /opt/tests/mnt/opencloud/config
data: /opt/tests/mnt/opencloud/data
storage:
config:
type: ix_volume
ix_volume_config:
dataset_name: config
create_host_path: true
data:
type: ix_volume
ix_volume_config:
dataset_name: data
create_host_path: true
additional_storage: []