On Monday, April 20, 2020 at 10:41:53 AM UTC+2, Jed Carty wrote: > > I haven't used it myself, but nextcloud supports webdav, and tiddlywiki > can use a webdav saver. So that is probably a good place to start looking. >
Hi folks, Nextcoud's WebDav implementation [1] has changed quite a bit since I did have a look at V12 the last time. It's 18+ now. The first thing the did implement was mounting WebDav folders as external drives to local OS. That's only useful, if you want to use that drive to share TWs with several devices and save the locally. If you want to use the WebDav saver there are 2 things that need to work. 1) You need to be able to host sites from WebDav folders. So it has to look like going to tiddlywiki.com. This function is disabled most of the time. .. We need to check the docs here! 2) You need to be allowed to use the PUT command. Nextcloud needs authorisation for every request. So the mechanism used in nextcloud is fundamentally different, than what TW WebDav Saver uses atm. ... We need to change that. BUT all of this info needs to be used with a grain of salt, since we need to check the doc first. have fun! mario [1] https://docs.nextcloud.com/server/stable/developer_manual/client_apis/WebDAV/index.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/917e24c6-cf0a-4022-9c92-7795e9f181bc%40googlegroups.com.

