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

demo: switch off collaboration for now, strict permission (will be needed...

demo: switch off collaboration for now, strict permission (will be needed later for ownCloud as home)
parent 0f41f412
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ singleuser:
defaultUrl: "/lab"
image:
name: valtri/single-user
tag: "jupyter-4e"
tag: "jupyter-4e-noncollab"
profileList:
- display_name: Small Environment - 2 vCPU / 4 GB RAM
description: >
......@@ -257,8 +257,8 @@ hub:
"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"},
# XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret
{"name": "MOUNT_OPTS", "value": "--file-perms=0600 --dir-perms=0770"},
{"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