From 087332cb054b35d5f7ead7f35df26d8c26e6a4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Tue, 30 Apr 2024 15:33:49 +0000 Subject: [PATCH] Update EOSC testing owncloud URL --- cesnet-central/deployments/fullhub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 373f9ec..61f0998 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -231,7 +231,7 @@ hub: "image": "valtri/webdav-rclone-sidecar:sha-1e36c50", "args": ["bearer_token_command=cat " + token_path], "env": [ - {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/dav/"}, + {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"}, {"name": "WEBDAV_VENDOR", "value": "other"}, {"name": "MOUNT_PATH", "value": "/owncloud"}, ], -- GitLab