Yaroslav Shepilov
Yaroslav Shepilov
I'm so sorry for missing it. Will review it now
https://github.com/bugy/script-server/releases/tag/dev
@tvalenta oh, the build was not running for a long time already :( I sent a message to travis team to provide more build credits, so the builds can run...
@tvalenta the build should be ready now :) sorry for delay
Hey, i guess this is not a question about script server, but rather docker and container management. Your goal is to write a script which will work inside a docker...
Yep, unfortunately Script server doesn't have any special features for docker
Thanks a lot @mmkk20158 !
Hi @ciscoivan, the error is `Is a directory: '/app/conf/conf.json'` So I guess you are assigning folder to file in docker
Hi @rwalkerands, thanks for reporting. I'm not sure what is the problem. In my understanding, SIGINT is needed for script server only to ask confirmation from a user. If such...
Hi, unfortunately, it's not supported. But if it's more or less the standard OAuth implementation, it should be quite straightforward to implement. Here is an example of Google OAuth: https://github.com/bugy/script-server/blob/master/src/auth/auth_google_oauth.py...