Hi Willy,Thanks for sharing. I just wanted to confirm that TW and Seafile generally play nicely together on Android as well. I previously used the android app Andtidwiki with the Seafile client. When you mark a tiddlywiki file as favorite in the Seafile client it will save back the changes made to it by Andtidwiki.
This setup has worked quite well for me, but I also recently started exploring the webdav saver with Seafile. As you say it works great. The only problem I have is I can't save the file more than once unless I reload it in browser. The second time I try to save, it will give me a "file changed on server" error. I must accept it is a minor annoyance. I don't know whether you also have this issue.
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a3c0cbe3-294e-4d87-8412-7661def16407%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 28 Aug 2018, at 16:20, Willy Tanner <pri...@gmail.com> wrote:
it not an online service but a self-hostable solution. There used to be ready-made hosted Seafile solutions but I know nothing about them nor if the optional Webdav component is active or not.Is a self-hosted solution interesting nonetheless?
Is marking the file as a favourite a convenience to find it more easily or would saving only work if marked as such? How would that happen?
I do not have the same issue, actually. On the Mac as well on the iPhone, saving the tiddler would also save the entire wiki, after a second or so the yellow alert pops up telling me as much, done.If I keep editing and save again, it works, too, although thanks to the autosave I rarely hit the save wiki icon but it works.
... The only problem I have is I can't save the file more than once unless I reload it in browser. The second time I try to save, it will give me a "file changed on server" error. I must accept it is a minor annoyance. I don't know whether you also have this issue.
gzip off;
Hi PMario,
Thank you so much! Disabling compression on the server fixes it :)
I am using TW version 5.1.17 and it indeed behaves differently than 5.1.16 (where I can't save at all due to an error message with a request error code 412)
As for the solution for those with the same issue, I am running Seafile with reverse proxy behind Nginx. I added:
gzip off;
in the `nginx.conf` under `http` block. Restarted Nginx and Seafile/Seahub and voila! I can save files multiple times without any issues so far.
I hope I won't get too much of a performance hit due to disabled compression. I think it might be possible to optimize the compression settings by excluding html files in `gzip_types` rather than disabling compression as a whole but I will leave exploring it to later.
Also please note that this only fixes the `file changed on server` issue with TW 5.1.17.
It won't fix the request error I am getting with the other version.
I did some tests in a "local" setting, where download performance isn't a problem. ... With compression ON a 2MByte empty TW will be about 350kByte in transit! So if you have a slow connection it will make a difference.
I may have missed this info. Can you give more details?
I may have missed this info. Can you give more details?Actually I was having the exact problem previously discussed among you and others in this thread. when saving a fresh empty @version 5.1.16 over webdav, first save succeeds, second save fails with error: "Error while saving: XMLHttpRequest error code: 412". It is all explained there, I must have missed it.