scriptPilot

Results 66 comments of scriptPilot

Is there any approach to handle this request? Regards!

I helped myself by modifying the **LoopbackRedirectServer.js** file: ``` if (req.url && url.parse(req.url).pathname === callbackPath) { // Show message after sign in instead of forwarding to another website res.end('Google sign...

@theproducer - Thanks for taking the issue. Is there any chance for a solution soon? In my understanding, the badge plugin works quite well and the background runner also. So...

@theproducer - Is there any update or workaround to update the badge with the background task runner today?

When do you plan to publish the updated version to NPM ?

I've created a basic script to backup / restore Dokploy data to / from my laptop: https://github.com/scriptPilot/dokploy-server/ Feel free to check and maybe you have some good ideas how to...