Why does fresh-start require sudo? #315
-
Fresh clone of this project, trying to run
It is even impossible to quit the script execution because after every Ctrl+C it asks me for sudo password again. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @fracz! Thank you very much for your question. This was in fact something to look at. We have a sudoless options coming up for basescript and I was missing one function which I fixed today (issue 11). If you please try to run again and it will only ask for 'sudo' if you don't have permission to write in the folders you are putting the nginx-proxy 'data' folder. Also make sure to have 'false' in ALLOW_RUN_WITH_SUDO variable, which is de default mode for nginx-proxy-automation. Here is the update in basescript: Please let me know if you need any further help with that. Best regards. |
Beta Was this translation helpful? Give feedback.
Hello @fracz!
Thank you very much for your question.
This was in fact something to look at. We have a sudoless options coming up for basescript and I was missing one function which I fixed today (issue 11).
If you please try to run again and it will only ask for 'sudo' if you don't have permission to write in the folders you are putting the nginx-proxy 'data' folder.
Also make sure to have 'false' in ALLOW_RUN_WITH_SUDO variable, which is de default mode for nginx-proxy-automation.
Here is the update in basescript:
evertramos/basescript@5c7de6e
Please let me know if you need any further help with that.
Best regards.