File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ LOG_LEVEL=
128128# OC_DATA_DIR=/your/local/opencloud/data
129129# OpenCloud Web can load extensions from a local directory.
130130# The default uses the bind mount to the config/opencloud/apps directory.
131- # Example: curl -L https://github.com/opencloud-eu/web-extensions/releases/download/unzip-v1.0.2/unzip-1.0.2.zip | tar -xz -C config/opencloud/apps
131+ # Example: curl -L https://github.com/opencloud-eu/web-extensions/releases/download/unzip-v1.0.2/unzip-1.0.2.zip -o config/opencloud/apps/unzip-1.0.2.zip && unzip config/opencloud/apps/unzip-1.0.2.zip -d config/opencloud/apps && rm config/opencloud/apps/unzip-1.0.2.zip
132132# NOTE: you need to restart the openCloud container to load the new extensions.
133133# OC_APPS_DIR=/your/local/opencloud/apps
134134
You can’t perform that action at this time.
0 commit comments