cwdean

Members
  • Posts

    3
  • Joined

  • Last visited

cwdean's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've tried the default username/password as specified but it says 'invalid username and password'. In the appdata folder I noticed that default.json had the .example suffix added so I renamed this file and restarted the service...but still cannot log into the webui. Any ideas why the default username/password (after a fresh install) is not be accepted? Thanks in advance for your help! -------- edited: nevermind I just noticed the post above indicating that a dynamic password is now generated and stored in default-creds.txt -- now that I know this I was able to view that file with the proper credentials and get logged in. Would be nice if the docs contained these updated details.
  2. Hi Everyone, I've just installed the ich777's Thunderbird docker on my unRAID server. I've configured my gMail account in Thunderbird and everything appears to be working well. However, I've noticed that if I click on a web hyperlink inside any email that I am prompted for the application to use in order to open the link. Unfortunately there are no apps listed to open the link with. How can I get my Thunderbird docker to open a web browser associated with a hyperlink from within an email? Any help you can offer would be greatly appreciated. Thanks! Christopher
  3. I'm using MinecraftBasicServer (the latest docker image for Unraid). I have installed Minecraft 1.12.2 along with forge-1.12.2-14.23.5.2852. Everything is working great. I have also installed some mods for testing and so far those work as well. However, the problem I am having is I cannot find where the config files are being stored for those mods. Usually those are a sub-folder \config in the same parent folder as \mods ---- but I'm not seeing that. Any idea where this docker is storing the mods \config folder? EDIT: Upon further research I've determined that I hadn't ran forge prior to copying the server files over to my Unraid server. I now have the \config directory as expected. However, I cannot get my Minecraft forge server to run. I changed the 'Serverfile name' parameter to forge-1.12.2-14.23.5.2847-universal but my MC client cannot connect to the server. Additionally when attempting to view the screen of the server by executing "docker exec -u minecraft -ti MinecraftBasicServer screen -xS Minecraft" at the terminal prompt, no screen named Minecraft can be found. So I'm assuming that the server is not running but I'm unable to figure out why. Any help you can offer would be greatly appreciated. Thanks in advance!