Yaroslav Shepilov
Yaroslav Shepilov
Hi @di-effe, unfortunately, I never worked with Traefik. But you need to configure it for redirects, so it replaces paths properly in both directions (from user to server, and from...
Unfortunately, there is no such option in script server. Is the problem happening on login for you? Or also in some other cases?
Hi @edrimon do you mean on a file system? Or on the UI
You can use "group" option in script configuration for it https://github.com/bugy/script-server/wiki/Script-config#group
No, it's always alphabetical
Hi @nodecentral unfortunately this is not implemented yet, #362
Hi @nodecentral after you edit files, please restart the server.
Hey, did you try `included` option? Robert Raszuk ***@***.***> schrieb am Mo., 16. Jan. 2023, 12:44: > Well if this is or those are a new json object(s) they will...
Sorry, i probably misunderstood you then. I thought, that you can define common json file(s), where you would specify working directory and/or parameters. And then include this(these) file(s) in each...
Hi @Obaq-web your script ignores SIGTERM command. Stop just sends a signal to a process, that it should finish gracefully. If it doesn't work, you can use kill. It should...