Martchus
Martchus
I pushed a commit which makes this work and documented it in the README. I tested it locally by adding the CLI parameters mentioned in @ssmendon's systemd unit file. Note...
By the way, how is access to the official web UI (via some web browser) done in a setup like this? Using a UNIX domain socket is really easy to...
Looks like there's actually an API that would allow creating a custom scheme: https://doc.qt.io/qt-6/qwebengineurlschemehandler.html
I was curious whether this could be implemented via https://doc.qt.io/qt-6/qwebengineurlschemehandler.html so I gave it a try. Unfortunately it doesn't really work. The problem is that it apparently cannot load CSS...
I haven't been working on this but I could give it another try at some point. I'm also contemplating on using UNIX domain sockets as an optional optimization within the...
With https://github.com/Martchus/syncthingtray/commit/ae9800b5deea1924ecbd84078bb3611953141818 it is now possible to use a UNIX domain socket in the mobile UI where it makes especially sense (see my previous comment). I tested that under GNU/Linux...
There's nothing new as I haven't tried making the web view work. --- Unfortunately I've noticed that using the Unix domain socket in the mobile app leads to the app...
Judging by the screenshots you want a notification for individual file changes. This hasn't been implemented yet.
So probably a duplicate of https://github.com/Martchus/syncthingtray/issues/7. Otherwise Windows is perhaps blocking the notifications.
Closing as I've just tested that notifications work under Windows in general and I didn't get any response. If it is a duplicate of #7 then there's also no reason...