Mario
Mario
Solution here: https://github.com/andresoviedo/google-drive-ftp-adapter/issues/46#issuecomment-629669587
**Here is a solution:** 1. Follow https://github.com/mbrother2/backuptogoogle/wiki/Create-own-Google-credential-step-by-step to get your own OAuth credentials. 2. Install `Java 8 JDK (not JRE)`, `Apache Maven 3`, and `git` on your server. 3. Clone...
For all the recent and future readers, you can use https://github.com/doppiaQ/cordova-plugin-portfinder Then start the webserver like that: ```js portfinder.getPort().then((port) => { webserver.start( function() { console.log("Started the HTTP server on port...
I am not quite sure about SSL certificates But upon accessing the shell of the Docker container, I came to conclusion that the environment variables that we pass don't make...
You can use something like https://github.com/SteffenLoges/socks4 Then use the `SetDial` function of your `req` client to make it use the SOCKS4 dialer
> could you please give me a sample? [@oddmario](https://github.com/oddmario) Is it possible to use https://github.com/wzshiming/socks4 ? he also has a socks5 lib + udp support https://github.com/wzshiming/socks5 it maybe able to...