Skip to content
Snippets Groups Projects
Commit 34b09ffb authored by František Dvořák's avatar František Dvořák
Browse files

Allow unprivileged mounts

parent 4b678946
Branches
Tags
No related merge requests found
......@@ -9,5 +9,8 @@ RUN apt-get update \
rclone \
&& rm -rf /var/lib/apt/lists/*
# to support unprivileged mounts
RUN sed -ie 's/#\s*\(user_allow_other\)/\1/' /etc/fuse.conf
RUN rclone config create owncloud-test webdav url https://ocis.aaitest.owncloud.works/remote.php/webdav/ vendor owncloud bearer_token_command 'oidc-token eosc-test' \
&& rclone config create owncloud-stage webdav url https://ocis.aaistage.owncloud.works/remote.php/webdav/ vendor owncloud bearer_token_command 'oidc-token eosc-stage'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment