Yaroslav Shepilov
Yaroslav Shepilov
Hi @klauweg , unfortunately it's not :(
@MNeill73 unfortunately there is no simple way to find out the last start time. The only way is to read server.log
Hi @ojtimsen, there should be a "version.txt" file on a top folder level. Unfortunately, it's not possible to always show it on UI permanently.
Hi, @yosefy could you describe your use case a little bit more detailed? As for me, "depends on" and "include" have slightly different usages: - "include" should be used for...
Good point @yosefy, I guess we missed this scenario, when added support for yaml files.
@MNeill73 thanks for sharing the feedback. As @yosefy said, yaml files are already supported, so allowing them in `include` seems logical. The thing is, that many script server users (admins)...
@yosefy what do you mean "in main config" ? > also it is pain, that there are no comments in json :) I think you can use comments in script...
Test results: https://script-server-tests.s3-us-west-2.amazonaws.com/master/765/index.html
Hi @klauweg, i think you can modify css styles (see https://github.com/bugy/script-server/wiki/Themes) and the following style there: ``` .main-app-sidebar .scripts-list a.collection-item .menu-item-state.executing { display: none; } ``` I.e. in the theme.css...
Hi @phere-x , did you try using stop button on UI? It should have very similar behavior for 98% of the cases It sends sigterm signal, which a process can...