Yaroslav Shepilov
Yaroslav Shepilov
Hi @z1rt I assume this is powershell? Could it be, that you are passing parameters to other scripts/programs without quoting them? Script server doesn't do any preprocessing and passes values...
I don't know much about powershell and your script. But one of the first things to check is that you always wrap all the parameters in quotes inside the script,...
Is it just a normal input field? Could you check in "history" section, how does a command look like? z1rt ***@***.***> schrieb am Mo., 17. Apr. 2023, 12:25: > The...
Hey, I reproduced it locally, and you have to use `-File`, instead of `-Command`. As far as I understood the difference, if you use `-Command`, powershell parses all the input...
Hi @chiva, thanks for the proposal :) I was thinking about it for a long time, but since noone requested it, I didn't give it any prio.
Hi @edrimon do you want to submit a pull request for it? Should be quite simple, I think
cc @antonellocaroli
Hi @BrunoAFK could you try removing `proxy_set_header X-Scheme $scheme;` ? See https://github.com/bugy/script-server/issues/406 I'll update the documentation, apparently this is not needed for nginx
Very strange, it worked on my machine, with exactly your configuration. Asking just in case: did you restart the server after applying those changes? :sweat_smile: Btw, are you sure, that...
@MNeill73 should they see this info only when they login? Or any time they start a new session? Login is performed every X days (30 by default), so showing such...