Yaroslav Shepilov
Yaroslav Shepilov
Hi Billy, please restart the server
Something in-between :) I know that it works this way, but it's confusing for users. So I would consider it as a bug
Hi @christophe0001, if possible, I would ask to use english language. Because I don't understand french :sweat_smile: and also if people would try to search for an issue, they would...
Hi @fnpanic I think this is not possible. Script server checks for `member=` and `memberUid=` fields
Hi @johnmcavoy, by default, script server allows admin connections only from localhost (to localhost). If you want your user to be an admin, you have to configure it explictly. Please...
Hi @johnmcavoy , please try ``` { "access": { "admin_users": [ "*" ] } } ``` In general, I would recommend reading documentation and applying configs carefully, rather than trying...
Thx @dutangp! Unfortunately the build is not working now, so this feature is not available in the latest dev. Next week I'll have free time and planning to fix the...
The build is working now, and #526 can be used from the dev version
Hi @dutangp, yes, you are right. `-l` flag affects only script logs (not server.log), this is a bug
Hi @dutangp, I would agree with you, that a standard logging mechanism in docker is stdout. However, someone can also mount script server log folder to a host folder, making...