shell-bot icon indicating copy to clipboard operation
shell-bot copied to clipboard

Hello botgram support

Open oxosec opened this issue 5 years ago • 6 comments

Hi

I have one question is /token or /grant command save credentials as text file for remebering the user ? If not then is their any way to give user access through the config.json file same method for the /resize command I'm asking this because my machine reboots every 24h

Thankyou

oxosec avatar Sep 19 '20 07:09 oxosec

hi, did you find any answer?

alexeyvpn avatar Jan 06 '21 12:01 alexeyvpn

hi, did you find any answer?

Yes bro i got just edit server.js file line 80 size: {columns: 40, rows: 20}, edit like size: {columns: 40, rows: 40},

oxosec avatar Jan 18 '21 21:01 oxosec

and then? add what to the config.json? (i have the same problem, shell-bot does not seem to remember granted users over reboots).

bendschs avatar Jun 05 '22 11:06 bendschs

and then? add what to the config.json? (i have the same problem, shell-bot does not seem to remember granted users over reboots).

Hey, did you find a solution for this?

3guboff avatar Oct 21 '22 18:10 3guboff

yes, i just added another entry to the config.json

config.json

 {
     "authToken": "yyyyyy:xxxxxxxxxxxxxxxxxxxxxxx",
     "owner": yyyyy
 }

y=user number x=auth token

bendschs avatar Oct 25 '22 23:10 bendschs