theiam79

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by theiam79

  1. Running in to an issue with valheim - when I stop/restart the container, it renames the current {world}.db file to {world}.db.backup and then generates a new db file that is significantly smaller than the existing one. When the server does load with that db, the world is reset back to normal. Any idea what's causing this?
  2. Thanks. I ended up getting it working, but was mostly curious how you persisted across reboots.
  3. Interested in doing this, as it seems like its a relatively easy to maintain solution. Would you mind sharing your steps? I'm fairly new to some of the advanced features of Docker.
  4. Keep up the good work, been rock solid for the last 4 years.
  5. Did you ever get anywhere with this? I've been playing with it some but haven't been able to get it working
  6. I had DDNS handled through my router configured with Google Domains so I'm not sure what the deal is, but I'll get back to it tomorrow.
  7. Yep, switched to that one haha. Probably wont be able to work on it til later, probably need to switch to ddclient too since I'm still seeing that error
  8. I'll mess with Nginx for the time being. It may be awhile though, using aptalca's container and it's throwing an NXDOMAIN error at me and failing first time setup
  9. Yeah, it was. As far as setting this up as nextcloud.server.com, would changing the servername/alias, redirect, and moving the proxypass out of the location tag mess with everything else that is set up?
  10. I can go back through your guide and set it up that way, I was just using this method for continuity with everything else.
  11. Here is what shows in the nginx error log inside nextcloud: 2016/11/18 12:40:17 [error] 304#0: *52 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /index.php/apps/theming/styles?v=0 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.121:444" 2016/11/18 12:40:17 [error] 304#0: *53 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /index.php/apps/theming/js/theming?v=0 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.121:444" 2016/11/18 12:41:27 [error] 304#0: *56 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 172.17.0.1, server: _, request: "POST /index.php/login HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.121:444" As for switching from Apache, I may give that a go tonight, but if I can get it to work in Apache I'd prefer that.
  12. Same thing, slow to load login page and then a gateway timeout on login attempt. As for the resource thought, that was just me rambling about things I thought it might have been when I was going through it haha.
  13. I am using https. I don't think it's a resource issue, as Unraid only shows a peak load of like 15% and available RAM. Like I said I nuked it and started over and that didn't change anything. I've also cleared the browser cache and what not, as the only time I got it to login successfully was in an Incognito window, but even that failed multiple times.
  14. That should've been attached to the last post but here it is again. config.txt
  15. Here you go. Everything else is working normally, so I'm not sure what's up, but appreciate any help. config.txt default.txt
  16. So I've followed the guide to set everything up, and Nextcloud works fine, until I go to set up Reverse Proxy. I can successfully connect to the login portal through server.com/nextcloud, but this page takes several minutes to load. Following that up, I've only been able to successfully login once out of dozens of attempts, usually resulting in a 504 Gateway Time-out. FWIW I've nuked and redone this a few times to get to this point.
  17. I found the issue, it was the DNS settings. Changing to 8.8.8.8 and 8.8.4.4 fixed it. I just switched ISP's (hooray for fiber), wondering if that was the cause.
  18. I've never changed anything network wise to something other than default. Thanks for the help anyways
  19. How do I do this? Tried adding an MTU setting in the network.cfg as well as using ifconfig eth0 mtu 1500 through putty and still getting the same issue.
  20. Is there a workaround for this? None of my Docker apps are running atm because I deleted them all
  21. I have a question, and I can't seem to find an answer anywhere. I was having issues with my Plex Docker earlier, and went to delete the image and re add it, as this has fixed the issue before. However when I went to add it back, it would show success but it wouldn't be in the list of docker apps. I ended up deleting the entire docker image planning on readding everything with my previous templates, but they all do the same thing now. This is what it shows when I attempt to add a container:
  22. Everything is working great, just a quick question. Is there a way to add general auth to muximux overall, or will I just need to individually secure everything else?