Network proxy configuration

Good afternoon,
Sorry, a newbie question…
I work in a school and we access the internet through a proxy server.
Can someone please tell me how I can configure proxy server details into defold? I’ve looked but I can’t find any references to it anywhere.
At the moment I can’t open a new project as it times-out.
Many thanks,
Andy.

I don’t know the proxy setup, someone else might help you about that, but you can try to download templates and open them locally.

You can find all templates here: https://github.com/search?q=org%3Adefold+template&unscoped_q=template

If you want to use Desktop template offline then download it from here once and use it as you like.

1 Like

We do not provide any way to configure this. As @selimanac points out the editor downloads and unpacks the templates from GitHub. You can either download the template and unzip it or figure out a way to let your school network access GitHub.

1 Like

Thank you for the reply. That’s a pity…
I am able to request from our ISP that we have un-proxied access to specific sites (and so avoiding the filters) , but I cannot have any wildcards in the URL.
Do you have a list of all the URL’s I would need to give to our ISP?
As you can appreciate, having un-filtered access to any site isn’t ideal in a school environment. Is it in the Defold development plan to incorporate proxies?

Defold is developed by Java. So you can configure the JVM with startup args.
A file named config is located in the installing dir.
Append launcher.vmargs with the VM args and restart defold. For example:
,-Dhttp.proxyHost=127.0.0.1,-Dhttp.proxyPort=1080