I'm trying to use the solution given by the accepted answer in
How to have \psframe working with LuaLatex?
but I don't know how to enable the option --shell-escape there.
Overleaf explains that it has a configuration file called latexmk, but I don't understand a single line of it:
https://www.overleaf.com/help/216-how-does-overleaf-compile-my-project
I'm sorry if this is considered a technical support question. If I don't find a fast answer here, I'm going to contact Overleaf, but maybe this question helps somebody else here someday.
latexmkrcand--shell-escapeare allowed on Overleaf. Each Overleaf project is a Docker container (https://www.digital-science.com/blog/tech/intro-to-docker-and-how-we-use-it-at-overleaf/), so each project's settings and tricks stays within its own container. – imnothere Feb 06 '16 at 07:48