HellraiserOSU

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by HellraiserOSU

  1. I think I found the issue. It's the email I use.. I tried like [email protected] and many variants and I was able to login fine.. but once I use my email .. it says no relevant user.. I'll DM you the email I use as it's a personal one
  2. Yup 100% sure. So I backed up app data to my backup folder. Changed the name of the app data directory so i have two copies. Started the container I was able to login as [email protected] and changeme as password It asked me to create a user. I did.. Then I went and changed the password.. copy and pasted the password into a notepad and used it to change. Logged out.. Now I can't login .. It says no relevant user found. -Update- And I just tried again blowing away the appdata and changing it with a very simple abcd.1234 password.. same issue.. no relavant user found
  3. Yup. So I use firefox and up until a week ago it was working. I'd double click and have it auto fill and it worked. I just put in a reverse proxy for AutoMute. And now I've tried typing it in manually. Still no joy.. I did the same steps my QA would have me do at my dev job
  4. Tried it without a password and with a password. Still says no relevant user found I'm getting close to just blowing it away, but I would like to see if i can fix this so if it happens again in the future i don't have to redo it all. The reverse proxies are still working at least.
  5. I was able to do the docker exec -it NginxProxyManager sh command When i type mysql I get sh: mysql: not found When i run docker exec NginxProxyManager sqlite3 -cmd 'SELECT * from user;' /config/database.sqlite i do see my login user email
  6. I ran that command it it's the same user. I use a pasword manager to login and it's definitely the same. here's what it shows
  7. I'd like to fix it if I can.. I have like 10 reverse proxies while not too many, just be annoying to redo
  8. I was able to login last week, but with the last two updates I'm now getting no relevant user found when trying to login. Can someone help me with this issue please? I also tried [email protected] and changeme and it still says no relevant user found.
  9. -Removed as these instructions won't work anymore
  10. Wireguard was my other option so that can do. Thanks for the link. I'll check it out.
  11. Is there a way to secure this so we can access it externally via something like a proxy? or is that a bad idea?
  12. I'm getting this error in the logs. I've tried redoing the docker and deleting everything but this keeps popping up. [2020-09-29 14:53:58,964: ERROR/ForkPoolWorker-2] Error while getting page count of /tmp/tmpfwvh_lfl/685491868_c58dbb94-16e3-4ea7-b72b-e70bb6b908f9.186b186d-c67d-399e-ac01-6aa58d3623e7.msg.
  13. So I finally got around to doing a VM with the CSMM program installed on an Unbuntu VM. It exhibits the same issues. So if you want to put the docker back of CSMM as yours as a lot simpler I think to setup, I'll still use it. I had no problems setting it up. If you want to keep it off docker hub, I understand that as well. Just wanted to let you know!
  14. No problem!. I'll try it out.. no worries.. Since you don't play it and this is sort of out of bounds for a game server, I'd say drop it. Thanks for all your help
  15. Yes, everything's setup with the ID and secret. etc.. I have narrowed it down to the return URL On this post though you said you need to setup a reverse proxy OK I'll try not doing it as a reverse proxy. Thanks!
  16. I don't know if this is because of the docker container or my reverse proxy, but when trying to link the Discord Id in the CSMM docker, I get an Oauth error. So I'm able to use Steam of course to authenticate to get this to work, but when I go here.. And I click on the link I get this Any ideas?
  17. Ah gotcha! So I had to use 7dtd; select database(); then I ran the commands.. Then I rebooted the container.. then... Same issue.. won't load the UI Thanks for showing me how to do it. I'm always up for learning new stuff. I might just destroy data and start again. See if that works and just forget about the old database.
  18. Ah is there a way to do that update via the docker console? I'm not familiar with DBs inside a container. If it was MS SQl Server I could handle it
  19. No rush, just checking to see if it's still on the docket.. Thanks!
  20. CSMM-7DTD got updated but now the web ui won't come up. I'm getting a unable to connect when trying to pull up the webui Log files seem pretty normal ---Setting umask to 000--- ---Starting MariaDB...--- ---Starting Redis Server--- ---Checking if CSMM is installed--- ---CSMM found--- ---Prepare Server--- ---Configuring Redis--- OK OK Background saving started ---Checking for old logs--- ---Configuring CSMM--- ---Checking if Databse is present--- ---Database found, injecting, please wait--- ---Start Server--- debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie debug: will _only_ be sent over TLS connections (i.e. secure https:// requests). debug: Requests made via http:// will not include a session cookie! debug: debug: For more help: debug: • https://sailsjs.com/config/session#?the-secure-flag debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate debug: • https://sailsjs.com/config/sails-config-http#?properties debug: • https://sailsjs.com/support debug: (node:228) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead. (node:228) [DEP0126] DeprecationWarning: timers.active() is deprecated. Please use timeout.refresh() instead. (node:228) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
  21. @ich777 Any word on the Neverwinter Nights Server? Thanks for your help!
  22. Yes thank you! And the CPU usage is now pretty minimal as well. Awesome job!
  23. Thanks! Great job on all the dockers. Really appreciate it. Also let me know if you have any issues trying to get the neverwinter nights one working. Like I said, beamdog had one as well, but I couldn't get it to work in unraid. https://hub.docker.com/r/beamdog/nwserver/
  24. I got this running. ich777's labels in the docker was pretty straight forward and i used NGINX Proxy Manager with it. I had to disable it for now though cause it was running , at times 20% cpu usage and I was getting this error constantly BRPOPLPUSH ReplyError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.