SgtSeamonkey

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by SgtSeamonkey

  1. For anyone looking for answers I followed exactly what georgebrooksmso posted above HOWEVER I used "image: odoo:17.0" after struggling with V15 from CA. I could never get V15 from CA to work with NGINX reverse proxy, V17.0 works fine with the proxy conf below (odoo.subdomain.conf) server { listen 80; listen 443 ssl; listen [::]:443 ssl; server_name odoo.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_odoo [IPADDRESSOFYOURSERVER]; proxy_pass http://$upstream_odoo:8069; } location ~* /web/static/ { #proxy_cache_valid 200 60m; #proxy_buffering on; #expires 864000; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_odoo [IPADDRESSOFYOURSERVER]; proxy_pass http://$upstream_odoo:8069; } } I have not and likely will not look into the conversion of a V15 database to V16/17. I'll likely re-enter my data. If you want to test V17 without risking your current data I recommend changing your "Database Storage Path" in the postgresql:15 image to something different (e.g. I changed mine from /mnt/cache/appdata/postgresql15 to /mnt/cache/appdata/postgresql15test). This will create a new folder without destroying your old data and let you create and test a new DB, then you can switch back to the original path to work on a conversion.
  2. Where are the web files stored? I am looking to upload files, it says I have to use Uploadcare and add a script to the HTML head. However there is no folder for Officelife in my Appdata folder. Is it possible to upload files locally or use local files instead of Uploadcare?
  3. Well, the issue is now resolved and I don't think it was an issue with my VPN, I think it was a Plex issue. Upon returning home I had the same issue until I updated PlexPass to the latest version. After that I was able to see and claim my server. It was still a little finicky, I jumped back and forth between plex.tv and the local address webpages. Refreshing and logging in a few times. Eventually I was able to claim the server and everything is now back to normal. I did not have to change any settings.
  4. Totally identical. No different than using the direct address over VPN.
  5. Alright, I'm back with another issue and it's certainly a misunderstanding on my part that has caused it. My ISP recently changed my IP address and I didn't recognize it - I thought I was hacked therefore I changed my Plex password and force logged-out all devices. I also updated to the latest Plex version. Logging in seemed to work with the new password so I looked no deeper and went out of town on a business trip. Now I'm sitting in the hotel room trying to connect and unable to. I assumed I had to disconnect and re-claim my server so I logged into my VPN - I now have full access to my local network but I see no options to claim my server - though it didn't put up any fuss when I removed the existing server connection. Maybe I am misunderstanding how Open VPN works - I have full access to my local 192.168 network at home: My server, my router, etc. but when I go to http://192.168.xxx.xxx:32400/web/index.html I see no options beyond the generic ones. It's as if it doesn't recognize that I am indeed on that local network and cannot see my plex server. I suspect this is the case as I also cannot access any share folders through windows explorer - if I click on my pinned shortcuts it says "the local device name is already in use" and if I hard type \\192.168.xxx.xxx or \\192.168.xxx.xxx\ShareFolderName it asks for a username and password and then either claims I do not have access or that the username/password combination is wrong.
  6. Update 1/28/21: New PSU is installed. Haven't tested extensively but I ran two movies at once on different platforms through Plex, transcoding both, for ~20min. Did not see a crash. I'm fairly confident this was the issue after watching my UPS display occasional spikes of ~260w while I was testing.
  7. Sorry, I meant that PCPP estimates my full build will consume around 244w. I just did some research and realized that my PSU was the stock one that came with my case (IP-S265AU7-2) - it's a crappy 265w Bronze that I probably intended to upgrade and forgot about. I just purchased a 500w Gold (SS-500L1U). I'll report back here when it arrives and I install it. I suspect you're correct, the PSU is likely my issue which would explain my brown-out type shutdown during high CPU loads.
  8. For anyone else who might be following this or for future search help I will update with my findings: Response on Plex app support thread: "this sounds to me like a hardware issue, my guess would be memory or psu but a full diagnostics dump may tell you what the cause is, you are best off posting in general support as this wont be related to this docker image and there are people with more systems knowledge than me on there, link to general:- https://forums.unraid.net/forum/55-general-support/" Diagnostic logs appear to start from the first startup after the crash - no crash data found. No other information appears to be useful in diagnosing the issue. Tried keeping an eye on CPU utilization and temp while watching a show - nothing out of the ordinary. UPS is displaying only 120w-150w consumed while idling. My PSU is only a Bronze 250W Flex ATX - PC part picker estimates 244w usage with the i9-9900k. Investigating PSU upgrade.
  9. Yeah, I tried general support first and got no response. My initial thought was hardware, possibly power draw or thermals but I couldn't find any issues. I will look into the full diagnostic dump. Thank you for the response! Update 1/28/21 - Looks like the issue was the power supply. Haven't tested extensively but during initial testing after upgrading PSU I have not yet seen the issue.
  10. I've been inconsistently crashing while watching movies through Plex. I'm not sure the extent of the crash, I lose connection to my server, run downstairs to check it and it's still powered on. By the time I return upstairs the connection is restored but the array is stopped. Happens inconsistently. I watched multiple episodes of a TV show in a row multiple nights in a row without issue. Sometimes I can watch an entire movie, other times I can only watch minutes. Turned on Syslog mirror to flash but I'm not sure what to look for, nothing is standing out. I recently upgraded my Unraid server from an i3-8100 to an i9-9900k to help with movie transcoding in Plex. I did not upgrade my motherboard hardware, which is an ASRock H370M-ITX/ac Mini ITX, I did however upgrade my BIOS to the latest. This is the only issue since the upgrade and I had no issues before that. Has anyone else run into this? Versions: Unraid 6.8.3, Docker 19.03.5, tried the latest Plex and Plexpass dockers.
  11. I've been inconsistently crashing while watching movies through Plex. I'm not sure the extent of the crash, I lose connection to my server, run downstairs to check it and it's still powered on. By the time I return upstairs the connection is restored but the array is stopped. Happens inconsistently. I watched multiple episodes of a TV show in a row multiple nights in a row without issue. Sometimes I can watch an entire movie, other times I can only watch minutes. Turned on Syslog mirror to flash but I'm not sure what to look for, nothing is standing out. I recently upgraded my Unraid server from an i3-8100 to an i9-9900k to help with movie transcoding in Plex. I did not upgrade my motherboard hardware, which is an ASRock H370M-ITX/ac Mini ITX, I did however upgrade my BIOS to the latest. This is the only issue since the upgrade and I had no issues before that. Has anyone else run into this? Versions: Unraid 6.8.3, Docker 19.03.5, tried the latest Plex and Plexpass dockers.
  12. Is that for the subdomain issue? I keep getting a 502 Bad Gateway error - none of my other subdomains are having an issue. Although I did have to change port 8118 to 8119 (which I may have done incorrectly) since 8118 is being used by deluge. I have both deluge and qbittorrent because the deluge version isn't whitelisted by a private tracker I use. When I search "iptable" in supervisord.log I see many instances of this: With the only differences between them being the timestamps and the "4" and "8" on lines 4 & 5.
  13. I just added this docker today and was able to get it up and running. Was on the WebUI (via 192.168.1.69:8080) without issue, but wasn't able to connect, and still can't, from my subdomain (qbittorrent.WEBSITE.com). In my troubleshooting I went into the QBitTorrent Options -> WebUI and turned on the WebUI and set the IP address and port to match my Unraid QBitTorrent docker. After this I immediately lost connection to the WebUI and have not been able to get it back. I imagine setting the WebUI in the QBitTorrent options to match the Docker caused a conflict, but now I'm not sure how to resolve this issue. Edit: I solved this issue by going to \\tower\appdata\binhex-qbittorrentvpn\qBittorrent\config and editing the qBittorrent.conf file. At the bottom you'll see a section for WebUI -- at first I tried to just wipe the "WebUI\Address" to "*" but that didn't work. So I deleted the entire WebUI section. It reverted the password back to the default so I had to go change it again, but it got me back onto the WebUI.
  14. Hey guys, so I recently started using a wireless USB drive to store dashcam/security cam footage from my Tesla following this guide: https://www.reddit.com/r/teslamotors/comments/au0f3h/accessing_tesla_dashcam_and_sentry_mode_video/ I set the USB drive to a static IP address through my router (192.168.1.159) and was able to connect to the drive and map it as a network drive through windows explorer: \\192.168.1.159\files\TeslaCam So now the part where I'm stuck is trying to backup/sync this folder with a folder on the Unraid server. The options I've considered are: - Setup a scheduled task through windows on my main PC to sync the TeslaCam share with one of my Unraid shares. (Looks like Task Scheduler doesn't have access to share drives in Windows, also I'd have to make sure my main PC is always on for this to work) - Use Unassigned Devices to connect to the USB stick over the network (I'm not sure how to connect to the drive using NFS/SMB which seem to be the only options for Unassigned Devices) - Auto-Pull the folder contents to Unraid through terminal (I have no idea where to start for this) I've been running into dead-ends with each of these. If anyone has advice or alternative suggestions I would very much appreciate them. Thank you!