can access through webdav only with windows and not every time
-
can access through webdav only with windows and not every time.
Logs:
Dec 28 20:35:06GET /_webdav/ 405 1.401 ms - -
Dec 28 20:36:50GET /_admin/ 304 1.134 ms - -
Dec 28 20:36:51GET /assets/Preview-Gxag88is.css 304 5.066 ms - -
Dec 28 20:36:51GET /assets/Preview-VsHZB69k.js 304 1.478 ms - -
Dec 28 20:36:51GET /assets/_plugin-vue_export-helper-BD49X0Li.css 304 2.712 ms - -
Dec 28 20:36:51GET /assets/_plugin-vue_export-helper-Dwxdk4go.js 304 1.624 ms - -
Dec 28 20:36:51GET /assets/index-I5fRbVQB.css 304 4.407 ms - -
Dec 28 20:36:51GET /assets/index-_iJB9HPY.js 304 4.565 ms - -
Dec 28 20:36:51GET /assets/password.esm-vB_Kd-2e.js 304 3.876 ms - -
Dec 28 20:36:52GET /_admin/mime-types/directory.png 304 2.639 ms - -
Dec 28 20:36:52GET /api/favicon 304 1.128 ms - -
Dec 28 20:36:52GET /api/files//?access_token=login-bb07d0531212f02b9af5c52510db26cc 222 5.310 ms - 475
Dec 28 20:36:52GET /api/profile?access_token=login-bb07d0531212f02b9af5c52510db26cc 304 1.137 ms - -
Dec 28 20:36:52GET /api/settings 304 1.162 ms - -
Dec 28 20:36:52GET /api/tokens?access_token=login-bb07d0531212f02b9af5c52510db26cc 304 1.554 ms - -
Dec 28 20:36:52GET /assets/primeicons-7GdVu_me.woff2 304 0.969 ms - -
Dec 28 20:38:00PROPFIND /_webdav 207 2.297 ms - 756
Dec 28 20:38:00PROPFIND /_webdav/content 207 1.900 ms - 771
Dec 28 20:38:00PROPFIND /_webdav/content 207 15.996 ms - 1464
Dec 28 20:38:00PROPFIND /_webdav/content/desktop.ini 404 4.342 ms - -
Dec 28 20:38:00PROPFIND /_webdav/desktop.ini 404 1.084 ms - -
Dec 28 20:38:16PROPFIND /_webdav/content/images 207 3.318 ms - 777
Dec 28 20:38:16PROPFIND /_webdav/content/images/desktop.ini 404 1.723 ms - -
Dec 28 20:38:19PROPFIND /_webdav/content 207 5.104 ms - 1464
Dec 28 20:38:23PROPFIND / 200 2.694 ms - 2101
Dec 28 20:38:23PROPFIND /_webdav 207 3.406 ms - 1443
Dec 28 20:38:56PROPFIND /_webdav/content/%5C2023 401 0.632 ms - -
Dec 28 20:38:56PROPFIND /_webdav/content/2023%5C12%5Cav6.jpg 401 0.777 ms - -
Dec 28 20:38:57MKCOL /_webdav/content/2023 401 0.906 ms - -
Dec 28 20:43:27GET /_webdav/content 405 3.501 ms - -
Dec 28 20:50:59MKCOL /_webdav/content/2023 201 2.932 ms - -
Dec 28 20:50:59MKCOL /_webdav/content/2023%5C12 201 1.752 ms - -
Dec 28 20:50:59PROPFIND /_webdav/content/%5C2023 404 1.457 ms - -
Dec 28 20:50:59PROPFIND /_webdav/content/%5C2023%5C12 404 2.726 ms - -
Dec 28 20:50:59PROPFIND /_webdav/content/2023%5C12%5Cav6.jpg 404 2.282 ms - -
Dec 28 20:51:01PUT /_webdav/content/2023%5C12%5Cav6.jpg 201 10.798 ms - -
Dec 28 20:51:02PROPFIND /_webdav/content/2023%5C12%5Cav6_o.jpg 404 12.140 ms - -
Dec 28 20:51:03MKCOL /_webdav/content/2023 405 3.208 ms - -
Dec 28 20:51:03PROPFIND /_webdav/content/%5C2023 404 2.751 ms - - -
@robi cloudron is owner. In the end the server started working somehow, but webdav adapter for ghost is buggy (The webdav adapter for Ghost works with errors, creates a separate year folder, month folder, and a file in the root with the name something like 2023\12\name.jpg, i think it's because the adapter hasn't been updated for 2 years).
But I found out an even bigger problem:
Having resigned myself to the fact that the webdav adapter was crooked, I decided to use a some of cloud service adapters, choose Cloudinary, and it's works fine on local, but when i tried transfer the adapter to the cloudron ghost app... At first I tried installing the adapter via npm, but this produced a bunch of errors, as I later read in the documentation because in the finished app the files are read-only. I tried to upload the adapter manually through the file manager, but the ghost does not see these folders and files and gives an error that the adapter is not detected.
Now I'm at a dead end, it turns out that the Cloudron is not suitable for my tasks? -
@barmapro1 said in can access through webdav only with windows and not every time:
Cloudron is not suitable for my tasks?
Possibly, but what are your tasks?
-
Ahh, I see you are using Cloudinary image store for Ghost blogs - https://github.com/mmornati/ghost-cloudinary-store . How this related to Surfer, I am still not sure. But are you really sure you want to use that repo? It's not developed for over 3 years and basically unmaintained.