Sascha Manns

Results 4 comments of Sascha Manns

It's tested. That one works: Index: daemonize.c =================================================================== --- daemonize.c.orig +++ daemonize.c @@ -523,6 +523,12 @@ int main(int argc, char **argv) execvp(cmd[0], cmd); die("Can't exec \"%s\": %s\n", cmd[0], strerror (errno));...

> Does your solution include a [Windows Application Packaging Project](https://learn.microsoft.com/windows/msix/desktop/desktop-to-uwp-packaging-dot-net)? In genral it is a MAUI Project. Inside platforms/Windows/ the projecttemplate has already: * app.manifest * Package.appxmanifest Maybe the Task...

@gpopesc: Maybe this helps you. Currently i can't try it. Just now i found on: [Plugin](https://github.com/the-djmaze/snappymail/blob/master/plugins/login-o365/index.php) a basic url redirect_uri=https://{DOMAIN}/?LoginO365. Must see, what is the path for NextCloud. I think...

I tried it out with: https://nextcloud.saschamanns.de/index.php/apps/snappymail/Login365. Sadly i got "invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a...