thunderclap

Members
  • Posts

    190
  • Joined

  • Last visited

Everything posted by thunderclap

  1. This fix worked for me. Nextcloud is back up and running without issue.
  2. I'm really enjoying this docker but didn't want the configuration accessible in the event some random person stumbled on my subdomain. To hide it create a new variable. (See image attachment.) Then simply change the value to 'true'.
  3. A few days ago my Unraid server stopped being accessible. When I went to check on it, the system crashed with a kernel panic. (see attached image) The system had been running for over two months so I assumed it just needed a reboot which it did fine. However, I did set up a schedule to have the system reboot once a week in the early AM to try and stop future kernel panics. Unfortunately it didn't help and the system got stuck trying to either shutdown or start up (I can't tell which). So I had to power down and back up and that got it working. I've attached the syslog to see if someone who can decipher this stuff better can assist in what happened. The kernel panic error seems to have occurred around Aug 20 21:04:30 while the hang up for the reboot happened around Aug 24 03:00:00. Any thoughts on what's going on is appreciated. unraid-syslog-192.168.50.39-20210824-1706.zip
  4. This is the same thing that's happening to me, and I'm using NginxProxyManager too. Any workaround to getting OnlyOffice working? Thanks.
  5. Out of the blue last night my flash drive seems to have corrupted. It can still boot to the Unraid login prompt but doesn't require a password and access via web UI no longer works. There are no programs installed in the mnt folder either. Thankfully I had a backup from a few days ago but I'm trying to determine what happened and why. Can anyone shed some light as to why the flash drive was still bootable but for all intents and purposes wiped?
  6. Am I supposed to install the Linux version or the node.js version since I plan on running Foundry as a dedicated server?
  7. Yeah, I looked at those config but they didn’t work with NginxProxyManager.
  8. Any ideas how to get this working with the NginxProxyManager docker?
  9. I’m trying to set up remote access using the directions list for 6.9.1. When I do the port check it shows that my Unraid box is accessible from the internet but when I try connecting to it without being connected to my home network I can’t access it. Any ideas?
  10. I can try this but keep in mind that I have to do it with WINE and this can cause much overhead and can consume much system resources (more then on native windows). Also this involves to copy files manually to make the server even work since the dedicated server files are shipped with the game itself and this means that no automatic updates will work. No worries. Sounds like a lot of work at the request of one person. Thanks though!
  11. Any chance we can get a docker for Portal Knights?
  12. I'm trying to get MineOS accessible via a subdomain. I have everything set up as I do other dockers yet when I try to access MineOS via URL instead of IP I keep getting a Bad Gateway error. Has anyone gotten MineOS accessible via subdomain vs IP? Thanks.
  13. You sir, are a genius. Thank you for that suggestion.
  14. Thanks. That's really weird since I have the exact same configuration for your DelugeVPN docker and it works fine. I guess I'll keep playing around with it to see if I can get it working securely again.
  15. Log attached. I did remo Log attached. I did remove my VPN login info from the file. supervisord.log
  16. I'm not sure if there was an update recently or if something else broke the container, but now if I have VPN enabled, I can no longer access sabnzbd's web ui, nor will Radarr or Sonarr connect to it. My VPN is still current, so I'm not sure what happened. The two warnings I see in the log are: 2021-01-14 18:15:43 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning. 2021-01-14 18:15:43,002 DEBG 'start-script' stdout output: 2021-01-14 18:15:43 WARNING: file 'credentials.conf' is group or others accessible Any ideas?
  17. I've been having a problem lately that the Minecraft server itself shuts down on its own, citing: [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 384316ms or 7686 ticks behind I'm running a Ryzen 5 2600X w/ 32GB RAM. I've even tried running the MineOS docker on dedicated CPU threads thinking that might be the issue but no luck. Any help is keeping the server running?
  18. Is there a way to view the query log by device (either MAC or IP)? My kids are getting older and while I mostly trust them, I would like the option to view sites they go to on their devices.
  19. Long story summarized: parity of cache drive failed and locked the machine on boot (mobo logo). Had to disconnect it to get Unraid to load. Cache drive was then in read only mode. After some troubleshooting I backed up the cache drive, formatted it, and moved the files back. Everything worked fine but under Docker it said I should rebuild docker image since it was corrupt. So I removed and rebuilt the docker image using previous installed apps. Now I can't get into any of my dockers via IP:port or subdomain. I get ERR_CONNECTION_REFUSED. Any help resolving this issue? I'd like to get my dockers back up and running as soon as possible. Thanks. UPDATE: When I re-created the docker image the custom network I created for proxy access was deleted so the dockers had 'none' set for connection network. Once I created the custom network and reset the dockers the problem was fixed.
  20. Hmm... not sure where the problem is then. I've disabled all plugins and removed all custom code from .htaccess so it should be working. Thanks for helping narrow down the problem.
  21. From the VM I get: * Rebuilt URL to: http://192.168.50.108/ * Trying 192.168.50.108... * TCP_NODELAY set * Connected to 192.168.50.108 (192.168.50.108) port 80 (#0) > GET / HTTP/1.1 > Host: 192.168.50.108 > User-Agent: curl/7.58.0 > Accept: */* > < HTTP/1.1 301 Moved Permanently < Server: nginx < Date: Thu, 29 Oct 2020 01:25:31 GMT < Content-Type: text/html; charset=UTF-8 < Content-Length: 0 < Connection: keep-alive < X-UA-Compatible: IE=edge < X-Redirect-By: WordPress < Location: https://marcbuhmann.com/ < * Connection #0 to host 192.168.50.108 left intact From my Unraid server I get: * Trying 192.168.50.108:80... * TCP_NODELAY set * Connected to 192.168.50.108 (192.168.50.108) port 80 (#0) > GET / HTTP/1.1 > Host: 192.168.50.108 > User-Agent: curl/7.67.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 301 Moved Permanently < Server: nginx < Date: Thu, 29 Oct 2020 01:27:35 GMT < Content-Type: text/html; charset=UTF-8 < Content-Length: 0 < Connection: keep-alive < X-UA-Compatible: IE=edge < X-Redirect-By: WordPress < Location: https://marcbuhmann.com/ < * Connection #0 to host 192.168.50.108 left intact
  22. Removed but I'm still getting the too many redirects error.
  23. Here are the three tabs I've filled stuff out in, nothing in Advanced