galexrt / docker-sinusbot

Docker container for the famous TeamSpeak 3 SinusBot by Michael Friese.
MIT License
25 stars 13 forks source link

Sinusbot password #19

Closed seed1234 closed 7 years ago

seed1234 commented 7 years ago

How do i get the sinusbot password

galexrt commented 7 years ago

You run docker logs CONTAINER_NAME and see the password in the logs.

seed1234 commented 7 years ago

docker@box:~$ docker logs sinusbot -> Setting Sinusbot log file location to "" ... => Sinusbot logging to "/sinusbot/data/sinus.log". -> Updating sinusbot user and group id if necessary ... -> Correcting file and mount point permissions ... => Corrected mount point permissions. -> Checking if scripts directory is empty => Scripts directory is marked that scripts got copied. Nothing to do. -> Checking for old data location ... => You are good to go! You are already using the new data directory, located at "/sinusbot/data". => Updating Youtube-dl... youtube-dl is up-to-date (2017.03.10) => Updated youtube-dl with exit code 0 => Starting SinusBot (https://sinusbot.com) by Michael Friese ... _ ___ BETA / | | | | | | / | )/ _ | _ | || .` | || _ \ \ () || | |/||_|_/|//\/ |_|

Version: 0.9.16-10f0fad (C) 2013-2016 Michael Friese. All rights reserved.

Using Logfile /sinusbot/data/sinus.log -> Setting Sinusbot log file location to "" ... => Sinusbot logging to "/sinusbot/data/sinus.log". -> Updating sinusbot user and group id if necessary ... -> Correcting file and mount point permissions ... => Corrected mount point permissions. -> Checking if scripts directory is empty => Scripts directory is marked that scripts got copied. Nothing to do. -> Checking for old data location ... => You are good to go! You are already using the new data directory, located at "/sinusbot/data". => Updating Youtube-dl... youtube-dl is up-to-date (2017.03.10) => Updated youtube-dl with exit code 0 => Starting SinusBot (https://sinusbot.com) by Michael Friese ... _ ___ BETA / | | | | | | / | )/ _ | _ | || .` | || _ \ \ () || | |/||_|_/|//\/ |_|

Version: 0.9.16-10f0fad (C) 2013-2016 Michael Friese. All rights reserved.

Using Logfile /sinusbot/data/sinus.log docker@box:~$

seed1234 commented 7 years ago

I do not see any password

galexrt commented 7 years ago

I added instructions to the README.md, see https://github.com/galexrt/docker-sinusbot#normal. Repull the image and run it again, then follow the instructions in the README.md (see the above link).

seed1234 commented 7 years ago

i have re installed sinusbot

i got the password,

Thank you for your help

galexrt commented 7 years ago

@seed1234 What do you mean with "reinstalled sinusbot"? Containers are not "reinstalled", but rerun/recreated..

seed1234 commented 7 years ago

I have re created the sinusbot container I could log in to Sinusbot Admin with no issues I have changed password successfully

Now there is another issue, When i change the path of the files for sinnusbot/scripts and sinusbot/data the sinusbot gui cannot log in as admin and keeps giving me unauthorized

http://imgur.com/a/jx3Rq The image shows the containers path which i have not changed, but the left field path is my path where i store all my docker files I changed those and now it doesnt allow me to log in webGUI

galexrt commented 7 years ago

You have to move the files on the disk when you change the (host) path too.

galexrt commented 7 years ago

Closing as the main issue has been resolved. For your other issue you are having right now, it seems to be an issue related to your host setup. Just comment here and I'll try to help out a bit.

galexrt commented 7 years ago

@seed1234 Did you move the files on the disk too?