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

Demo: disable modification time in ownCloud

parent 7e590618
No related branches found
No related tags found
No related merge requests found
......@@ -252,11 +252,13 @@ hub:
spawner.extra_containers.append(
{
"name": "owncloud",
"image": "valtri/webdav-rclone-sidecar:sha-1e36c50",
"image": "valtri/webdav-rclone-sidecar:95629ff",
"args": ["bearer_token_command=cat " + token_path],
"env": [
{"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"},
{"name": "WEBDAV_VENDOR", "value": "other"},
# XXX: troubles with modification time in ownCloud
{"name": "MOUNT_OPTS", "value": "--no-modtime"},
{"name": "MOUNT_PATH", "value": "/owncloud"},
],
"resources": self.sidecar_resources,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment