voidthe

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

voidthe's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I had an issue when starting a freshly installed copy of this where I would get 404. For people with the similar issue I found that the "isremoteadminenabled" flag was set to false inside "preferences.json". I also removed the value for "reverseproxyprefix". The preference file is located in /path/to/config/prefernces.json (eg: /mnt/user/appdata/ubooquity/preferences.json). Open it up with your desired text editor and change: isremoteadminenabled = true reverseproxyprefix = "" Restart the container after and you should be working. Hope this helps people
  2. Ive created a docker container from a program which normally creates colours in the command line. Once I dockerised it the docker logs display the codes for the colours instead of using the colours. Does anyone have a solution to my issue? Docker: CLI:
  3. I’ve got the same issue, it looks like it’s only the web node that fails as dynmap works and all of the other settings but it’s just the webui that fails for no apparent reason. I followed the wiki on minos and got the web page to start by runing a script I’m not entirely sure the name of but it’s in the same folder as the webui reset script (webui_reset.sh) and that got the webpage to pop up but then for it to fail when I try to authenticate it also killed my mineos Container so Backup any servers first let me know if their are any solutions that arise -Thanks
  4. so im trying to port forward the webui, I have gotten no luck. is there some setting i need to change on the docker container. I have tried forwarding 80>8443 8443>8443 80>80 and 8443>80 all with no luck thanks.
  5. wait so what is the default username?
  6. so I want to run a spigot server how do i change what JAR file gets used. thanks