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

Enable ownCloud at staging instance

parent b4f81464
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ hub: ...@@ -254,7 +254,7 @@ hub:
class WebDavOIDCSpawner(B2DropSpawner): class WebDavOIDCSpawner(B2DropSpawner):
# ownCloud Infinite Scale parameters # ownCloud Infinite Scale parameters
# (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives) # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives)
OCIS_URL = "https://ocis.aaitest.owncloud.works" OCIS_URL = "https://ocis-staging.apps.bst2-test.paas.psnc.pl"
# personal space # personal space
OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal" OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal"
# shared space # shared space
...@@ -347,8 +347,7 @@ hub: ...@@ -347,8 +347,7 @@ hub:
self.log.info("No auth state, skipping ownCloud") self.log.info("No auth state, skipping ownCloud")
# c.JupyterHub.spawner_class = WebDavOIDCSpawner c.JupyterHub.spawner_class = WebDavOIDCSpawner
c.JupyterHub.spawner_class = B2DropSpawner
c.B2DropSpawner.http_timeout = 90 c.B2DropSpawner.http_timeout = 90
c.B2DropSpawner.profile_form_template = """ c.B2DropSpawner.profile_form_template = """
<style> <style>
......
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