druck21

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by druck21

  1. I am having this EXACT same issue. Started happening out of nowhere about a month or so ago. I’m on unRAID 6.12.3. All of a sudden the server just becomes completely unresponsive until I restart the container, in which case everything is back to normal. Probably happens every other day or so now.
  2. Out of nowhere today all of my domains stopped working. I'm not really seeing any errors here. Any thoughts? dns validation via cloudflare plugin is selected Certificate exists; parameters unchanged; starting nginx The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am). /config/nginx/geoip2.conf exists. Please migrate to https://github.com/linuxserver/docker-mods/tree/swag-maxmind /config/nginx/ldap.conf exists. Please apply any customizations to /config/nginx/ldap-server.conf Ensure your configs are updated and remove /config/nginx/ldap.conf If you do not use this config, simply remove it. **** The following active confs have different version dates than the samples that are shipped. **** **** This may be due to user customization or an update to the samples. **** **** You should compare the following files to the samples in the same folder and update them. **** **** Use the link at the top of the file to view the changelog. **** ┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐ │ old date │ new date │ path │ ├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤ │ │ 2023-02-05 │ /config/nginx/proxy-confs/sonarr.subdomain.conf │ │ │ 2023-02-05 │ /config/nginx/proxy-confs/sabnzbd.subdomain.conf │ │ │ 2023-02-05 │ /config/nginx/proxy-confs/plex.subdomain.conf │ │ │ 2023-02-05 │ /config/nginx/proxy-confs/radarr.subdomain.conf │ │ │ 2023-02-05 │ /config/nginx/proxy-confs/organizr.subdomain.conf │ │ │ 2023-02-05 │ /config/nginx/proxy-confs/qbittorrent.subdomain.conf │ └────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘ [custom-init] No custom files found, skipping... [ls.io-init] done. Server ready
  3. Has anything changed recently? I had this all set up correctly and working great using dns validation through cloudflare, but lately whenever I try to check my SAB docker by using the letsencrypt domain, I can get to the login page, but once I login I just get stuck on a "Lost connection to SABnzbd.." error screen. I can view SAB just fine when I go directly to the docker's internal address, just not when going through letsencrypt. Any ideas?
  4. Hi everyone, I had originally set up this docker with spaceinvaderone's video, but I recently moved to cloudflare. I had everything working but would get errors in my docker log for letsencrypt so I decided to try and fix it. I think I have everything working good now, I have my CNAME's set to DNS only on cloudflare, and I have my cloudflare credentials set up in my cloudflare.ini with validation set to dNS/cloudflare. I get server ready when launching the docker. I can access my sites at home and on wifi, but I can't access it when on my phone over cellular. When I connect to a VPN on my phone it loads up fine, not sure if that's an ATT issue or something on the servers end? I also don't have any stats coming through on cloudflare anymore. Is this because I don't have the CNAME's set as proxied anymore? Or is something set up incorrectly? Any help would be appreciated.
  5. Hi everyone, I just noticed this error today when trying to play anything that needs to transcode audio on Apple TV Jobs: Exec of /config/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-334-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13) I’m on rc6, I noticed the error on rc5 so I upgraded and I’m still getting it. Anybody have any idea what I can do to fix it?
  6. Since last night nothing happens when I try to click the green Add movie button in Radarr. Anyone else having this issue? I'm on the latest version, using latest branch. Unraid is on 6.7.2. The icon will spin for a quick second but then stops, and the movie doesn't get added. I've tried restarting the docker and have used different browsers/devices.
  7. How can I access the Definitions folder in this docker? I'm trying to add a couple custom yml files and my log says it's accessing /app/Jackett/Definitions/ for all the pre-installed sites, but that folder doesn't exist inside my appconfig folder. Am I missing something?
  8. Thank you guys both so much for the responses. I know not to put it in a DMZ so that's not an issue. I checked out that fix common errors plugin and all that came up was it recommending me to turn on notifications for updates on my dockers/plugins. I've re-flashed my router and taken things like my smart TV that I never use online off my network for now. Now to just figure out how to get my IP unbanned from Sony. Thank you again!
  9. I'm dealing with a similar situation right now and I'm not sure how to proceed. I noticed a couple nights ago that my server was being hammered by 2 IP's from China, trying to get in via ssh. I closed port 22 (it was forwarded so I could access it from outside my home network, I see now that was a bad idea) but yesterday my IP was banned from PlayStation Network so I'm assuming it's related. How can I know if my server has been compromised? From looking through my logs I just see that the connections failed but I really don't know what I'm looking for. I've formatted my unraid flash drive and installed the latest version fresh. What else can I do? Is there anyway to run a spyware check on my whole system?
  10. Is it possible to add your own private trackers to this docker? I am trying to follow a tutorial that involves adding a file to the 'src/Jackett/Indexers/' folder and editing Jackett.csproj but those aren't within the config folder and I'm not seeing them when I look into the actual docker as well. Is there anyway I can achieve this?